We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
replace
2.8.0
http://jsbin.com/ciqurodeda/1/edit?html,js,output
replace({ pathname: '/', query: { name: 'meow' } })
name
value
meow
['meow', 'meow']
This behavior does not happen in 2.7.0 and is likely related to this line.
2.7.0
The text was updated successfully, but these errors were encountered:
Fix redirects
f80e284
Only need to create the location in match. Fixes #3807
Fix redirects (#3808)
6b231fb
Fixed in 2.8.1
Sorry, something went wrong.
Thanks!
No branches or pull requests
Version
2.8.0
Test Case
http://jsbin.com/ciqurodeda/1/edit?html,js,output
Steps to reproduce
replace({ pathname: '/', query: { name: 'meow' } })
Expected Behavior
name
is in url oncevalue
comes back as stringmeow
Actual Behavior
name
is in url twicevalue
comes back as array['meow', 'meow']
Additional Information
This behavior does not happen in
2.7.0
and is likely related to this line.The text was updated successfully, but these errors were encountered: