igorbt
igorbt
I had the same issue trying to use [Material UI (MUI)](https://github.com/mui/material-ui) components. It seems like they have the same issue with incorrectly exporting ESM (https://publint.bjornlu.com/@mui/[email protected]) and have a Draft PR...
The same happens in our setup. Any chance this bug will be fixed soon?
I don't think it's possible yet to update examples, as Emotion [is not compatible](https://github.com/emotion-js/emotion/issues/2800) with React 18 SSR Streaming (`renderToPipeableStream`) and [neither is Styled Components](https://github.com/styled-components/styled-components/issues/3658).