Flicker of HTML without styles applied on load #840
Unanswered
robinhayward
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I've just setup Geist (love it!) on a new project, works great but noticed whenever I refresh a page or follow a link - the HTML loads first without styles, than flicks back a second later with styles applied.
I assume this is just a daft newb question but if anyone knows what I might have done wrong, it would be much appreciated!
It's a new NextJS 13 app (using App Router)
The only setup I have done is the below so far:
I got this working actually by just wrapping the
{children}
in the rootlayout.tsx
.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions