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
By my check, branch master no longer has any component methods of componentWillMount, componentWillUpdate, or componentWillReceiveProps or with an UNSAFE_ prefix.
Requirement - what kind of business use case are you trying to solve?
Remain compatible with React upgrades.
Problem - what in Jaeger blocks you from solving the requirement?
Some code needs to be changed. See the
UNSAFE_*
methods in The Component Lifecycle.Proposal - what do you suggest to solve the problem or improve the existing situation?
Do not use the unsafe methods.
The text was updated successfully, but these errors were encountered: