I recently started working on Material UI with React for my project and I'm still learning the ropes.
For every item in my list, I want a tooltip that displays relevant content. I am using the MAP method to generate the list items.
Currently, the tooltips work fine when I hover over them. However, I am struggling with controlling the onOpen and onClose events. When I try setting a single state for the open attribute upon clicking a specific item, all tooltips end up showing at once.
I need help managing individual tooltips separately.
Your assistance would be greatly appreciated.