-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[storybook/ui] add react16 to peerdeps #2091
Comments
seems like forks were made for react-simple-di and mantra-core (kadirahq/react-simple-di#12 (comment)) that, if used, would help |
Please feel free to open PRs for updating @ndelangen I think we have to migrate from mantra/podda/komposer stack to something more actively maintained (like redux or mobx). What do you think? |
@Hypnosphi will do I would also be interested in helping out with this effort as storybook/ui is our last dependency holding us back from upgrading to react16 |
Yes, although I wonder if we even have a use-case for a state management library to begin with? |
We kinda have one, because we have external actions (from addons) |
I have a pre-commit hook that runs |
I'm sorry but we have to admit that there's no quick solution here UPD: oh, looks like there is one: #2303 (comment) |
I'm going to close this since #2314 on 3.2.16 should fix the last of the dependencies on the list here. Let me know if it doesn't. |
@mperrotti Can you please try 3.2.16 release? We removed the |
@Hypnosphi - that takes care of the issues. Thank you! |
It seems as though there are a some things holding back adding react 16 as a peerdep to storybook/ui. Here is what's needed from what we can tell:
react-modal
react-komposer
react-treebeard
[email protected] (required by manta-core as well)
[email protected] (required by react-komposer as well)
Is it feasible to move away from react-stubber/react-simple-di so that the road to expanding the peerDependencies is clearer?
The text was updated successfully, but these errors were encountered: