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
This is not an issue per say, but I am wondering, wouldn't it be safer for further react & react native releases to move onIndexChanged from UNSAFE_componentWillUpdate to componentDidUpdate? At the moment, onIndexChanged is the only function used there and most likely, this is going to cause crashes on the next react release
The text was updated successfully, but these errors were encountered:
ovistoica
changed the title
[Improvement Opinion] Move onIndexChanged from UNSAFE_componentWillUpdate to componentDidUpdate
[Improvement Opinion] Move onIndexChanged from UNSAFE_componentWillUpdate to componentDidUpdate
Jan 27, 2020
Which OS ?
Mac Mojave
Version
Which versions are you using:
Improvement Proposal
This is not an issue per say, but I am wondering, wouldn't it be safer for further react & react native releases to move
onIndexChanged
fromUNSAFE_componentWillUpdate
tocomponentDidUpdate
? At the moment,onIndexChanged
is the only function used there and most likely, this is going to cause crashes on the next react releaseThe text was updated successfully, but these errors were encountered: