-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
go() query string repetition bug #93
Comments
__Major Changes:__ -⚠️ It is recommended to set `decodeQueryParamsOnce` to `true`, fixing #78, pr #92, thanks to @michaelcbrook -⚠️ By default use `{decodeQueryParamsOnce : true}` in tests -⚠️ Deprecated `staringatlights:inject-data`, in favor of `communitypackages:inject-data` -⚠️ Deprecated `staringatlights:fast-render`, in favor of `communitypackages:fast-render` __Changes:__ - 👷♂️ Merged #92, thanks to @michaelcbrook and @Pitchlyapp, fix #78 - 👨💻 Fix #93, thanks to @drone1 - 🤝 Support and compatibility with `communitypackages:inject-data` - 🤝 Support and compatibility with `communitypackages:fast-render` - 🤝 Compatibility with `[email protected]` __Other changes:__ - 📔 Overall documentation update and minor refinement - 👨🔬 Update test-suite to cover #93 - 🧹 Overall codebase cleanup - 👷♂️ Removed unnecessary "monkey patching" around `Blaze.remove()`, thanks to @jankapunkt - 🔗 Related: meteor/blaze#372 - 🔗 Related: meteor/blaze#375 __Dependencies:__ - 📦 `[email protected]`, *was `v6.5.2`*
@dr-dimitru hi, your commit generate a bug we have more than one parameter optional into pathDef. in 3.7.5 of the package the generated path is like this : "/companies/6135cb32d14df059605901fd/edit" thanks for you return |
Hello @zeearth thank you for reporting. This case is part of the tests. Can you post values of |
Hello @dr-dimitru I saw your test, but my parameters are optionnal. I'm thinking problems come from the split on the '?' router.js:226 I think the split is done for separate uri and query string. |
- 🐞 Fix: #93, thanks to @zeearth - 📦 Update `[email protected]`, *was `v.6.10.3`*
Good for us @dr-dimitru. |
I'm having an issue:
Shouldn't this be like calling setQueryParam()? Instead it results in the current path etc but adds
?test=1?test=1?test=1...
to the URL. I would expect/path?test=1
flow-router-extra
you're experiencing this issueMeteor
you're experiencing this issueWindows 10 20H2
The text was updated successfully, but these errors were encountered: