-
-
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
Deprecation warnings & discontinued addon support for React 16 #759
Comments
I think this has been dealt with: https://github.com/storybooks/mono/issues/35 |
The problem is that some of those warnings come from dependencies. One of them, for example, is https://github.com/xyc/react-inspector, which have no activity since the beginning of this year. Maybe some alternative should be considered instead. Another example is from this organisation: https://github.com/storybooks/react-split-pane/issues/6 |
React-split-pane has been dealt with, by switching away from the fork to the original. React-inspector I'll have to look into, do you have an idea what it does and what replacement would be best? |
It's used in You may consider using redux LogMonitor instead |
react-inspector is now forked, updated, published and used in #1008 |
With the release of React 15.5 as a preparation for React 16 a bunch of deprecation warnings and changes were released.
Some of these are related to Storybook:
Deprecations
Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
Warning: A Component: React.createClass is deprecated and will be removed in version 16. Use plain JavaScript classes instead. If you're not yet ready to migrate, create-react-class is available on npm as a drop-in replacement.
Discontinuing support for React Addons
React Test Utils
[ Source: React Blog: React v15.5 ]
The text was updated successfully, but these errors were encountered: