-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigo triggers resolve for hash with hash navigation disabled #57
Comments
So is it like the URL is not changed but you get your handler called? |
@krasimir only the hash changes and still yet I get the route resolved. |
I see. That's a bug. I'll try providing a fix. |
@krasimir I have some use cases:
|
@sergiovilar can you please try |
@krasimir Just readed your commit and tested here. The |
|
@sergiovilar second try. Can you please the new 3.3.3 version. |
@krasimir works like a charm, thank you! |
Hi @sergiovilar what is your workaround this issue, i have the same problem. |
Hey, I'm having a problem with Navigo.
I have this url:
http://localhost:3000/users/foo#section1
In this page I have some tabs (section1, section0) when I click any of the tabs and the url changes to, for instance,
http://localhost:3000/users/foo#section1
Navigo triggers the resolve even with the hash navigation disabled.The text was updated successfully, but these errors were encountered: