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
MUI is using emotion as a styling engine by default. If you want to use styled-components instead, run:
// with yarn
yarn add @mui/material @mui/styled-engine-sc styled-components
Can styled-components be supported ny this plugin? Thanks
The text was updated successfully, but these errors were encountered:
❗ Warning: Using styled-components as an engine at this moment is not working when used in a SSR projects. The reason is that the babel-plugin-styled-components is not picking up correctly the usages of the styled() utility inside the @mui packages. For more details, take a look at this issue. We strongly recommend using emotion for SSR projects.
styled-components
is an official option for MUI 5 on https://mui.com/getting-started/installation/:Can
styled-components
be supported ny this plugin? ThanksThe text was updated successfully, but these errors were encountered: