DEV Community

Discussion on: Implementing context menu using react hooks

Collapse
 
oybekalimat profile image
oybekalimat

Thanks for the hook.

Don't forget to add empty dependency to your useEffect, so it will behave like a ComponentDidMount. And also there is typo in removing click listener.