Please take a look at this: https://codesandbox.io/s/solid-app-router-nested-routes-forked-8pfpfh?file=/index.js
- Navigate to
/login - Click on login button
For some reason it unmounts the whole app for a second while it's transitioning.
Isn't it supposed to hold the previous state until / resources are loaded and it's rendered?
I mean that's how it works if you navigate between / and /posts.
It looks like initiating new createResource while transition is ongoing, breaks the transition.
Any suggestions why it happens (what's the rule around this) and/or how to overcome it?