reactjs-popup popup menu doesn't close after clicking an option

82 views Asked by At

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.

0

There are 0 answers