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
We just published version v1.6.8 which includes a fix for this. If you'd like to take it for a test run please try it out and let us know what you think!
What version of Remix are you using?
1.0.6
What version of Node are you using? Minimum supported version is 14.
17.0.1
Steps to Reproduce
routes/myform.tsx
which is navigated like thishttp://localhost:3000/myform?returnUrl=/blog
submit({values: ...}, {method: 'post'})
returnUrl=/blog
query stringExpected Behavior
URL should remain unchanged and maintain its query string
Actual Behavior
URL only points to the plain route, without any query string
The text was updated successfully, but these errors were encountered: