-
-
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
Core: Change react deps to normal deps #11628
Conversation
… ensure singletons
|
This looks good to me, but it also looks like a huge destabilizing change and I'm worried about making it in the RC. We can:
I have a preference towards option 1 if everybody agrees this pushes things forward. |
As it, I'm not sure it will remove all warnings and I think there is not much benefit merging this in RC as everything is working fine for now 🤷 I mean it can wait for 6.1 and be part of a bigger work on deps. But I'm not strongly opinionated, both options look ok 😄 🙈 |
I'll see if I can do that today |
Issue: #11492
This is a proposal for a fix for the above mentioned issue..
Users get warningson missing
What I did
storybook/lib/core/src/server/preview/iframe-webpack.config.js
Lines 182 to 187 in 03b5540
and
storybook/lib/core/src/server/manager/manager-webpack.config.js
Lines 142 to 146 in 298ad9e
This should remove the warnings for users not using react / react-dom