You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With react@16, dependency rc-tooltip@3.4.2 is incompatible as it uses React.PropTypes. While "rc-tooltip": "^3.4.2" is listed in package.json which should resolve to a good version normally with the ^, if a user is using a yarn.lock, package.lock, or similar lockfile with rc-tooltip@3.4.2, nothing will appear wrong when dependencies are resolved. If you want to reopen this ticket I'm happy to raise a PR to change this to "rc-tooltip": "^3.4.3", the first version to no longer use React.PropTypes.
If you want to reopen this ticket I'm happy to raise a PR to change this to "rc-tooltip": "^3.4.3", the first version to no longer use React.PropTypes.
Would love to use this with React 16 in my project. Thanks
The text was updated successfully, but these errors were encountered: