Navigating through @solidjs/router doesn't load global app.css
When navigating from index to another route, the app.css doesn't persist as a <style> tag, despite being imported in the app.tsx file.
Demo project: https://github.com/zimonitrome/solid_error_demo.git
To reproduce:
Side question: Why are styles added twice? See second image. This seems like default Vinxi behavior.
Demo project: https://github.com/zimonitrome/solid_error_demo.git
To reproduce:
npm install, npm run dev, click "page 2" -> "home" -> "page 2" from the navigation links.Side question: Why are styles added twice? See second image. This seems like default Vinxi behavior.


