styled-components / babel-plugin-styled-components

Improve the debugging experience and add server-side rendering support to styled-components
MIT License
1.07k stars 139 forks source link

Add failing test case #364

Open Janpot opened 2 years ago

Janpot commented 2 years ago

Ran into this while debugging another problem. babel-plugin-styled-components doesn't recognise these imports:

import { styled as matStyled } from '@mui/material/styles'
agriffis commented 2 years ago

Is this still an issue on v2.0.6?

MonstraG commented 2 years ago

Not OP, but this PR is mentioned in open https://github.com/mui/material-ui/issues/29742, so I guess it is still an issue.

slavco86 commented 1 year ago

@Janpot , @rbong - any update on this, please? 🙏

landsman commented 1 year ago

Hello, is there a plan how to fix this?