Javascript – Modal opens twice when winning condition is met in React quiz game
I'm building a React quiz app where a modal should appear once all answers are correct or when the user loses all the lives. However, the modal opens twice instead of once despite my attempts to control the state. I…