-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flash of Unstyled Content #20
Comments
Updating |
hi @francisashley can you share if you updated nuxt in SupaNuxt to the newer version? did you have any issues? |
@JavascriptMick Hey just cloned to reproduce and looks like updating nuxt (to 3.12.4) now fixes it 👍 |
Before v after Screen.Recording.2024-07-21.at.13.47.42.movScreen.Recording.2024-07-21.at.13.48.23.mov |
@francisashley this is great! can I ask... when you upgraded Nuxt... did you need to do any other code alterations or was it enough jjust to upgrade the framework? I'm super busy, trying to figure out how much work it will be to upgrade. |
Upgrading Nuxt to the latest (3.12.4) fixed it. No extra steps needed. I tried sending a PR but didn't have permissions. |
When running
npm i && npm i dev
, the package-lock.json updates and there is a FOUC after refreshing the page. The FOUC does not appear when runningyarn && yarn dev
.The text was updated successfully, but these errors were encountered: