Parent modal unmounts when child modal is opened #1553
gabrielnvian
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently if a modal (modal A) is opened and its state is changed, when modal A opens another modal (modal B), modal A is unmounted.
This results some issues:
Also it would be nice if there would be a way to update a modal (passing new props to the component) without closing and reopening it manually.
Beta Was this translation helpful? Give feedback.
All reactions