Fork me on GitHub
#reitit
<
2021-09-03
>
abdullahibra15:09:21

Hi guys, I have a problem related to anchor links. On the page I’m trying to apply anchor links:

[:a {:href "#go-there"}]
and another tag on the same page
[:p#go-there "Hello"]
when I click the link nothing take place with these options
{:use-fragment false}
after I comment use-fragment option, I get an empty page with Debug message in the console:
DEBUG - history | Navigating to params null
anybody can help?