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
Using retainSearchParams, when the search validation fails, unexpected options are passed to retainSearchParams and it throws an unexpected error.
Without using retainSearchParams, a failed search validation redirects or shows an error component.
Which project does this relate to?
Router
Describe the bug
Using
retainSearchParams
, when the search validation fails, unexpected options are passed toretainSearchParams
and it throws an unexpected error.Without using
retainSearchParams
, a failed search validation redirects or shows an error component.Your Example Website or App
https://stackblitz.com/edit/github-f8tcj4j5?file=src%2Froutes%2F__root.tsx
Steps to Reproduce the Bug or Issue
Expected behavior
I’d expect the same behaviour with and without that middleware.
Screenshots or Videos
No response
Platform
macos chromium
Additional context
No response
The text was updated successfully, but these errors were encountered: