Replies: 1 comment
-
what exactly don't you like? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't like the way I have to update my search parameters when having a search state with more than one property.
navigate({ search: (prev) => ({ ...prev, tab: tvalue, }) })
Is there an idea for a better solution or is it an option to modify the update behaviour of the navigate state, so that by default only the state passed is updated? When I want to set my state to null or undefined, I want to do that explicitly.
What are your thoughts about this behaviour? Better solutions are welcome :)
Beta Was this translation helpful? Give feedback.
All reactions