Exiting persistence
Enable elements to animate out when removed from the DOM.Props
| Description | When initially mounting if set to |
|---|---|
| Type | boolean |
| Description | Children can be any valid react node. Either a single element, multiple elements, or multiple elements in an array. |
|---|---|
| Type | string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal |
| Description | When elements are exiting will exit all elements first and then mount the new ones.
Defaults to |
|---|---|
| Type | boolean |