Marija Najdova
Marija Najdova
I will look more into this tomorrow and post my findings
I spent some time on this today, but haven't resolved it. At the start I thought the issue is that the `babel-plugin-styled-components` is not picking up the `styled()` coming from...
cc @mui-org/core maybe someone will have a better idea than me
Similar issues found on the styled-components repo: - https://github.com/styled-components/babel-plugin-styled-components/issues/358 - similar to our use-case - https://github.com/styled-components/babel-plugin-styled-components/issues/179 - another issue that may be relevant
One more update on the test project in #29873 I've copied our Typography component from mui locally there (I literally just changed the imports) and even added the custom `styled.js`...
I don't think I will have much more time to spend on this, but if someone from the community wants to help I can provide some guidance.
> @mnajdova thanks for looking into it! Just had a busy week at work myself, I'll look into what you've done over the weekend and might touch base if you...
Thanks, @subodha and @SebHex for sharing your examples, I was reluctant to depend on the `experimental` option for nextjs, but it could be our only working option. I will test...
> You have to add install @mui/styled-engine-sc manually Why would this be required? It doesn't even produce any changes in `package.json`?
@subodha I've replaced the code from https://codesandbox.io/s/wandering-sunset-3x4xd?file=/src/Copyright.tsx:0-427 using two pages and I manage to break it after the first edit of a page.