Adam Bradley
Adam Bradley
Should also point out, to ensure you're not using a service worker on first load, go to the "Application" tab in Dev tools, and click "Service Workers" in the left...
Thanks @irg1008! The source can be found here: https://github.com/BuilderIO/qwik/blob/47c4de6465dfce48220b1e1cf5e1c92ec9e43b85/packages/qwik/src/optimizer/src/plugins/vite-server.ts#L384
Thanks for opening the issue and providing the CSS. At one point we did have a transition like that, but later decided we like the faster transition. I think for...
Welp I take that back! After a bit more chatting it over looks like we'll update the transition to what you suggested. Thanks!
This isn't the fix, but it should help log any errors we're not seeing: https://github.com/BuilderIO/qwik/pull/4187
Would you be able to copy and paste the entire interaction? I'd like to make sure I understand the incorrect flow. Thanks