Add option to replace query string on reload #895
MtDalPizzol
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I believe there's a problem when merging query string params when dealing with arrays on nested props.
For example:
If I try to reload the page again, but without the
created_between
filter, like this:Inertia is merging the params but the
created_between
filter ends up with the old value.I assume this is expected since it was merge here.
But I believe we should have some way of dealing with this automatically, but I'm not sure if it's possible.
Some way to prevent merging arrays... I'm not sure...
Beta Was this translation helpful? Give feedback.
All reactions