Should updating search params always cause a re-render?
When I use
navigate to change search params, the URL is updating but the app is not re-rendering with the latest values. This seems like maybe a bug, or maybe I'm missing something fundamental?
If I then take some other action, the next re-render will pick up the latest values, FWIW.4 Replies
inland-turquoise•3y ago
This is a reactivity issue. It will be fixed in the next bercsiln
Version*
correct-apricotOP•3y ago
Thank you 🙏 I hate asking for ETA (because I also hate being asked for the ETA on my own work!!), but if it's coming v. soon I will wait it out, otherwise I'll need to do useState or something in the meantime. Do you have a feel for when the next version might be released?
inland-turquoise•3y ago
A few days
correct-apricotOP•3y ago
Thank you