DEV Community

Discussion on: The neatest way to handle alert dialogs in React 🥰

Collapse
 
sarat12 profile image
Taras Dymkar

Yeah, I'm not sure but looks like to solve this issue you need to reset confirmationState on material-ui`s Dialog onExited callback. And on close/submit just set "open" prop to false.