Replies: 9 comments 9 replies
-
If setting the value to router/packages/expo-router/src/types.ts Line 29 in f92f699 |
Beta Was this translation helpful? Give feedback.
-
Am I correct in assuming you cannot yet clear params in SDK 51 by either
Tried today, but to no avail. Would love to hear of any other solutions that worked for you. |
Beta Was this translation helpful? Give feedback.
-
Also facing the same issue, is there an update on this? |
Beta Was this translation helpful? Give feedback.
-
This still seems to be an issue? |
Beta Was this translation helpful? Give feedback.
-
Just stumbled across this with the exact same problem as described by @erickreutz |
Beta Was this translation helpful? Give feedback.
-
still looking for a solution for this |
Beta Was this translation helpful? Give feedback.
-
Yep, still doesn't work 😭 I am writing a deep link handler, and wanted to clear the param when I have handled the link; since removing the param doesn't actually remove it, it ends up in an infinite loop! |
Beta Was this translation helpful? Give feedback.
-
For anyone still struggling with this issue here is the patch which stops the undefined and null from converting to string
|
Beta Was this translation helpful? Give feedback.
-
I notice that there's
setParams()
in expo-router, but it doesn't have a way to clear current query parameters. I can pass an empty object to setParams likesetParams({})
but the items in the query remain. How can this be achieved?Beta Was this translation helpful? Give feedback.
All reactions