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
Would you be willing to add search parameter support?
My use-case:
search page with many options for filtering (checkboxes, radios etc)
depending on the screen size, results are not in viewport resulting in lack of visual queue that filtering has happened.
query parameters are added programatically to perform the filtering
Using your package, with search parameters appended to the pathname passed to the navigate callback, the leaving-entering logic is triggered as expected.
I imagine taking query parameters into account is not always desired, so a global or per case opt-in is probably recommended.
The text was updated successfully, but these errors were encountered:
Would you be willing to add search parameter support?
My use-case:
Using your package, with search parameters appended to the pathname passed to the navigate callback, the leaving-entering logic is triggered as expected.
I imagine taking query parameters into account is not always desired, so a global or per case opt-in is probably recommended.
The text was updated successfully, but these errors were encountered: