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
When checking something else, I noticed that the router might do some unintended stuff. This needs to be investigated and if true, fixed.
When clicking on a link once, the transition animation starts and the old page stays visible. Good. But when clicking another link during that transition/loading, the whole page (<main> part) is replaced with "loading" (e.g. <InitialLoading />). Bad.
I think routes that didn't finish loading before the user initiated navigation to another router are not disposed.
The text was updated successfully, but these errors were encountered:
When checking something else, I noticed that the router might do some unintended stuff. This needs to be investigated and if true, fixed.
<main>
part) is replaced with "loading" (e.g.<InitialLoading />
). Bad.The text was updated successfully, but these errors were encountered: