Posts by Lucas de Oliveira • 1 point
1 post
-
-1
votes1
answer30
viewsA: How do I stop via a button in the "Menu.jsx" component, call a Dialog within "Register.jsx"
The easy solution I see without looking at the rest of the code is that you externalize the state that changes the Dialog view, ie if both components you showed are within the page component Menu,…