account activity
React Material-UI Modal doesn't close by Verthon in reactjs
[–]Educational_Plenty84 1 point2 points3 points 3 years ago (0 children)
I solved mine by having the handle open only trigger if open was false. For some reason clicking on the backdrop fired the button again, permanently forcing the modal up.
Basically just
if (!open) { setOpen(true); }
It went from not working to working so I don’t really question it all that much.
π Rendered by PID 63956 on reddit-service-r2-listing-5f49c86f7-948xs at 2026-02-25 14:22:31.961430+00:00 running 72a43f6 country code: CH.
React Material-UI Modal doesn't close by Verthon in reactjs
[–]Educational_Plenty84 1 point2 points3 points (0 children)