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
See title, a warning is logged while it's fine to use a TransitionPresence outside the context of TransitionPresenceContext. We should directly use useContext(TransitionPresenceContext) in the TransitionPresence component to avoid the warning that is logged by useTransitionPresence.
The text was updated successfully, but these errors were encountered:
See title, a warning is logged while it's fine to use a
TransitionPresence
outside the context ofTransitionPresenceContext
. We should directly useuseContext(TransitionPresenceContext)
in theTransitionPresence
component to avoid the warning that is logged byuseTransitionPresence
.The text was updated successfully, but these errors were encountered: