You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there currently any way to handle the need to convert a dynamic segment to a query param when doing the redirect? If not, is this something you might be interested in a PR for? If we can decide on the user-facing API for that, I would be interested in putting together a PR for it.
The text was updated successfully, but these errors were encountered:
I needed to implement something today, so I was looking into it a bit. It seems like it would be pretty easy to translate the exact query params from one route to another, but what might it look like if you needed to change them? We'd need to go beyond simple key: value, but probably open the value up to being an object or something like that...
Is there currently any way to handle the need to convert a dynamic segment to a query param when doing the redirect? If not, is this something you might be interested in a PR for? If we can decide on the user-facing API for that, I would be interested in putting together a PR for it.
The text was updated successfully, but these errors were encountered: