-
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.generate includes hash #87
Comments
Just released |
Thank you. But please use PRs. That will mean I have a change to review your code. |
@Nyholm that's a very good point 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If one is using hashes the
router.generate('foo')
will include the hash.This means that:
Im not sure what the best solution is here. Either we remove the hash from
generate
or we make sure to trim it innavigate
.The text was updated successfully, but these errors were encountered: