There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Using styled-components as an engine at this moment is not working when used in a SSR projects with bable. The reason is that the babel-plugin-styled-components is not picking up correctly the usages of the styled() utility inside the @mui packages. As a solution we could able to use SWC compiler. This is a example code base which has been configured to use