Javascript – Button not getting disabled after popup closes in React
I'm trying to implement a functionality wherein after I click a button, a popup should open with some content, and once it is closed, the button should be permanently disabled. Now, I've implemented the same functionality for another button which…