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
If you create a new project using npm init solid@latest, there's a lot of jank on the screen when loading any page on dev (npm run dev). Running perf tools suggests that CSS isn't getting loaded right away.
I found through experimentation that downgrading to [email protected] or earlier fixes the issue. As of writing, npm init solid@latest installs [email protected].
Prod builds (npm run build && npm run start) are unaffected regardless of version.
Expected behavior 🤔
There shouldn't be massive layout shifts on the screen in dev while running the latest Vinxi.
can you give example of what css files are not being loaded. In v0.3.11 we added a feature where we didn't scrape node_modules for css files. Maybe this is what changed
Duplicates
Latest version
Current behavior 😯
If you create a new project using
npm init solid@latest
, there's a lot of jank on the screen when loading any page on dev (npm run dev
). Running perf tools suggests that CSS isn't getting loaded right away.I found through experimentation that downgrading to
[email protected]
or earlier fixes the issue. As of writing,npm init solid@latest
installs[email protected]
.Prod builds (
npm run build && npm run start
) are unaffected regardless of version.Expected behavior 🤔
There shouldn't be massive layout shifts on the screen in dev while running the latest Vinxi.
Steps to reproduce 🕹
Steps:
npm init solid@latest
npm run dev
Context 🔦
No response
Your environment 🌎
The text was updated successfully, but these errors were encountered: