Open 0rsa opened 4 years ago
It doesn't work if you use component multiple times.
Try author example: https://codesandbox.io/s/vn66kq7mml
Duplicate <Menu />
<Menu />
Run jsfiddle, handleClickOutside is only triggered for the last component added.
Dupplicate of https://github.com/Pomax/react-onclickoutside/issues/329
I switched to react-cool-onclickoutside whichs works fine using hooks.
It doesn't work if you use component multiple times.
Try author example: https://codesandbox.io/s/vn66kq7mml
Duplicate
<Menu />
Run jsfiddle, handleClickOutside is only triggered for the last component added.