-
Notifications
You must be signed in to change notification settings - Fork 90
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
React: Remove deprecated propTypes usage to support React 15.5 #535
Comments
@kevynb In which version of pivotal-ui are you seeing this issue? |
I'm using npm package "pui-react-tooltip": "^8.3.3" which seems to be the latest version available on npm. |
@kevynb I see! Since version 9 we stopped publishing the individual components in a stand-alone manner, and are publishing them all under Pivotal-UI to get individual components now a simple import of the specific component is necessary. it also makes it easier for
Would you be able to upgrade to v9 at the very least? Or v10 would be the latest? |
Hello, I upgraded to version 9, since it seems I cannot use version 10 until we migrate to React 16. Thanks problem fixed! |
Hello,
I'm getting the following warning when using the
<OverlayTrigger>
component:It seems to be because this component uses the
react-tether
library in version0.5.2
that still usesreact.Proptypes
. This behaviour was fixed in version 0.5.7.Do you think an upgrade is possible?
Thanks!
The text was updated successfully, but these errors were encountered: