#Modal animation end
2 messages · Page 1 of 1 (latest)
transitionProps={{ onExited: () => {} }}
2 messages · Page 1 of 1 (latest)
When I close my modal, with the onClose props, I usually reset my state.
When I do, the state, on which depend the modal view, is reset and this view change, while the user see the modal end animation.
Is there a way with mantine to prevent that ?
Thank you !
transitionProps={{ onExited: () => {} }}