-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Replace Emotion theme context with a custom context implementation #10438
Conversation
Thanks for taking this on @fabian-hiller this is not an easy task. 🙏 |
I've fixed a few TS typings, but I there are more. Perhaps you could investigate if you could improve the typings of styled somehow? |
Actually it's currently
|
I don't have too much experience with TypeScript yet, so I think it's better if someone else does it. |
# Conflicts: # addons/a11y/src/components/Report/__snapshots__/HighlightToggle.test.js.snap
I'd love to see this merged in Storybook 6. @mrmckeb + @ndelangen, I see that you tried to fix the types but based on the test failures I can't tell if you succeeded. Is there anything left to do, something I could help with? |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
any news on this? |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook! |
Now that Storybook 6 is out, is this something that can be tackled in a minor release? Or do we need to wait until v7? |
Issue: #10231 (comment)
What I did
I have added a custom context to the storybook theming package and replaced the previous emotion apis or rewritten it to use the new context.
How to test
I have started a storybook from the examples directory to check if there are errors in the console. I am open for further tests.
Notes
Please have a look at my code and add improvements if necessary.
Credits