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
{{ message }}
This repository was archived by the owner on Aug 3, 2022. It is now read-only.
Using React 16.9.0 a new warning has spawned.
The easy fix would be to add the UNSAFE_ prefix but this would make this component incompatible with react 17.
The right way would be to move the code to static getDerivedStateFromProps but from what I see it cannot be just copied, it would require a little bit of refactoring in the value change logic.