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
Issue: App load has a flash of unstyled components (FOUC)
Troubleshooting: Next.js 13 root layout replaces document and app files previous used to inject styles before app render
Resolution: implement a StyleRegistry class to be imported into root layout.tsx and used to wrap the child components.
The text was updated successfully, but these errors were encountered:
Issue: App load has a flash of unstyled components (FOUC)
Troubleshooting: Next.js 13 root layout replaces document and app files previous used to inject styles before app render
Resolution: implement a StyleRegistry class to be imported into root layout.tsx and used to wrap the child components.
The text was updated successfully, but these errors were encountered: