-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I don't get how this works. 🤔 How does the TransitionGroup know or determine or decide which of its child components should have componentWillEnter or componentWillLeave fired? What is the "group" functionality being performed here?
Meaning, if I want child-2 active, and child-1 WAS active, then I want child-1 to fire componentWillLeave before (optionally) unmounting, and then child-2 to fire componentWillEnter directly after mounting.
The component calls this a group but doesn't... actually show a group of anything? Or any behaviors around selecting an item of a group? What am I missing?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels