Posts by Juan Bello • 13 points
1 post
-
0
votes1
answer25
viewsQ: Open isolated dropdown with useState and useRef
I have a sidebar where I’m using a dropdown while hovering over each icon on that sidebar. I am using useState to open the dropdown and would like to use only one state for everyone, but open each…