-
Notifications
You must be signed in to change notification settings - Fork 960
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
createPath no longer prefixes "search" and "hash" parameters #813
Comments
panta82
changed the title
createPath changed the way it treats "search"
createPath no longer prefixed "search" and "hash" parameters
Jul 7, 2020
panta82
changed the title
createPath no longer prefixed "search" and "hash" parameters
createPath no longer prefixes "search" and "hash" parameters
Jul 7, 2020
This was referenced Jul 13, 2020
Added to the Breaking Changes section in our v5 release notes. Thank you for flagging this, very sorry for the breakage! https://github.com/remix-run/history/releases/tag/v5.0.0 EDIT: Jk, we actually should just revert this here and consider the change a bug. So that's what I'm going to do! |
chaance
added a commit
that referenced
this issue
Aug 16, 2021
mjackson
pushed a commit
that referenced
this issue
Aug 16, 2021
This was referenced Sep 10, 2024
This was referenced Sep 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
During the transition to typescript,
createPath
function has changed from this:to this
You are no longer ensuring that passed
search
andhash
are prefixed, which kind of broke our site.You should either restore the old behavior or document the breaking change.
The text was updated successfully, but these errors were encountered: