kondei
kondei
- [email protected] (not latest) - `const withTM = require('next-transpile-modules')(['@mui/material', '@mui/lab', '@mui/system']);` in next.config.js - `experimental: { styledComponents: true,},` in next.config.js seems to fix my case, but I cannot be sure....
styled-components issue says that some SSR problems were fixed since 5.3.1. But it seems to break some styles since 5.3.1 with MUI & next.js build. I am confused. https://github.com/styled-components/styled-components/issues/3482
Are there any updates? I want a composition function. I'm reluctant to use styled-components because linaria doesn't have it. Without CSS-in-JS side composition for deterministic behavior, We have to fight...