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
Improve React compatibility by removing usage of createRef, which isn't available in versions <16.3. Callback refs are compatible with versions below that.