You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Run only one queued navigate() at a time (#22021) (#22025)
This 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.
Co-authored-by: Artur <artur@vaadin.com>
0 commit comments