Modal is not opening in React
I tried to build a modal using React but it is not working. The modal does not open when I click on the open button. I tried to search for this problem but did not get any results.
Modal is not open on react
i try to build a modal using react , but it not working . it not open the modal when i clicked on button open. i tried to search without result. i used useState to controlle the appearce of my modal when it’s true it’s shouldshowing the results, else it’s shouldn’t showing the results.
i don’t know where the probelem in my code .
this is the code Modal component