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
Also found an issue with that dependency range. UNSAFE_componentWillReceiveProps was introduced in 16.3 version, so if I use 16.2, that method won't be called and selectedItems won't be updated. I would say peer dependencies or UNSAFE_componentWillReceiveProps should be changed
@barrymichaeldoyle it is exactly for this reason: deprecation of old lifecycle hooks.
In practice tough, i admit i would need some help on how to manage versions and old/new lifecycle hooks,since poeple seem to complain current solution ie :
a version range maxed at v16.3 non inluded,
change old lifecycle hooks into their UNSAFE_ version
Why doesn't this package work with React 16.4?
The text was updated successfully, but these errors were encountered: