react tooltip doesn’t work
componentDidUpdate() { ReactTooltip.rebuild(); }
Here is what the above code is Doing:
1. We’re importing the ReactTooltip library.
2. We’re creating a component called Tooltip.
3. We’re creating a function called componentDidUpdate.
4. We’re calling the ReactTooltip.rebuild() function inside the componentDidUpdate function.
Now, let’s add the Tooltip component to our App component.