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
Next.js 13 was released with built-in layout support in /app folder-based project. However, Emotion and MUI are not compatible yet with it. This issue tracks the related issues for implementing above-mentioned feature:
I think it wouldn't be easy to resolve all the UI/Styling compatibility issues bc the server component is designed for that. The best way to deal with it is to make a wrapper component with use client and or use the traditional pages for the route parts which have such an issue !
Next.js 13 was released with built-in layout support in
/app
folder-based project. However, Emotion and MUI are not compatible yet with it. This issue tracks the related issues for implementing above-mentioned feature:nextauthjs/next-auth#5639next-auth is now compatible with Node.js 18nextauthjs/next-auth#5650next-auth is now compatible with Next.js 13We can now upgrade to Next.js 13, but we cannot use
/app
folders yet until these issues are solved:vercel/next.js#41994
emotion-js/emotion#2928
mui/material-ui#34896
mui/material-ui#34898
mui/material-ui#34905
nextauthjs/next-auth#5647Related:
https://beta.nextjs.org/docs/rendering/server-and-client-components#convention
Components which are client-side must be marked with
'use client';
The text was updated successfully, but these errors were encountered: