-
-
Couldn't load subscription status.
- Fork 10.7k
Closed
Labels
Description
What version of React Router are you using?
6.27.0
I was able to repro the bug. This is a stackblitz with an environment that allows you to repro. I used 6.27.0
https://stackblitz.com/edit/github-ypgwe9?file=src%2Fapp.tsx,src%2Fmain.tsx
I've attached two videos explaining the bug as well:
- (control) Expected behavior:
Screen.Recording.2024-11-08.at.4.31.41.PM.mov
- Search params returning a value that should be blocked, IF using the (prev) value in the
setSearchParamsfunction
Screen.Recording.2024-11-08.at.4.32.21.PM.mov
alex-wuu and hibichann