Describe the bug
With the new version of Chakra UI v1 storybook has stoped displaying styles, when doing yarn storybook it loads the page but does not display the styles.
Old version:


New version



Component

Do you have a repro repo you can share?
Here you go, it's all standard install https://github.com/MariuzM/bug_testing
Same problem here (https://github.com/ivan-dalmet/start-ui)
I think it's the emotion 11. But no idea how to fix it :/
Same problem in a project with NextJS + Typescript + Chakra UI + Storybook.
Same problem
I was able to work around this by implementing a custom webpackFinal config:
https://github.com/chakra-ui/chakra-ui/issues/2527#issuecomment-728134371
Any updates on getting this fixed?
@MariuzM PRs welcome!
The fix should be to upgrade emotion to v11?