Changes since 24.9.0-alpha4
Fixes
-
Run only one queued navigate() at a time (#22021)
Commit · Pull requestThis fixes cases where the server sends multiple navigate() calls in the same response. There is currently no IT that would fail but this might very well resolve some edge/timing cases without ITs. This is needed also for React 19 where timing is slightly different and the current solution does not work.