I am trying to implement a popup menu which closes after a button or a link is clicked with reactjs-popup library.
The documentation uses { close => (...content) } for modal but this approach doesn't work for popup menu.
I am trying to implement a popup menu which closes after a button or a link is clicked with reactjs-popup library.
The documentation uses { close => (...content) } for modal but this approach doesn't work for popup menu.