-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs Broken for Stories Using Chakra UI/Emotion #16252
Comments
As I look into the issue more, I experimented with removing the Vite-related configuration from The result is that the component doesn't render properly because Chakra UI, for reasons I can't discern, doesn't resolve the background color (called |
I tried updating with |
Thanks for making me aware of this. I just tried, and it didn't help. Now to be fair, I am using |
@neilchaudhuri Indeed that possible (?!) workaround is only for webpack 🤦 |
I suspect this problem is solved in storybook 7.0 beta. Please let me know if it doesn't and re-open this issue. 🙏 |
Describe the bug
I am building components using Chakra UI, which uses Emotion. When I navigate to the docs tab, it's blank and breaks all stories after you go there.
Here is the stack trace
To Reproduce
Project here
System
Environment Info:
Additional context
Please note I myself do not have any need for MDX (of course Storybook may need it internally).
The text was updated successfully, but these errors were encountered: