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
typeTransitionPresenceListProps={children: ReadonlyArray<ReactElement>};functionTransitionPresenceList({ children }: TransitionPresenceListProps): ReactElement{returnChildren.map(children,(child,index)=>(// The TransitionPresence instance is re-used when the key doesn't change<TransitionPresencekey={index}>{child}</TransitionPresence>));}
The text was updated successfully, but these errors were encountered:
It'd be nice to support transitions in lists
Implementation could be similar to this:
The text was updated successfully, but these errors were encountered: