Access query parameters after replace #483
Unanswered
lucabecchetti
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a function to get query string params:
and it works, fine, but if I replace query string using:
Inertia.replace((this as any).route('index', {new: 'true'}))
And call function again, I do not see "new" param, how can I get all the params after a replace?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions