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
The whole API is redesigned; now you use hooks like useCameInEffect(() => inputRef.current.focus()) instead of passing
callback props like <TransitionContext onDidComeIn={() => inputRef.current.focus()} />.
The transitionState property of TransitionContext has been renamed to state,
and it no longer supports a child function (you can use the useTransitionContext hook
instead for this purpose).