Open Antonov-S opened 1 year ago
React Tooltip always render his content or empty element, is not on a hover.
Due to the new version of react-tooltip I change the import and the component: import { Tooltip } from 'react-tooltip';
import { Tooltip } from 'react-tooltip';
Any ideas?
Hi, did you manage to solve this Reacttooltip issues? Any chance you can put up a snippet of the code for skills.jsx? Many thanks
React Tooltip always render his content or empty element, is not on a hover.
Due to the new version of react-tooltip I change the import and the component:
import { Tooltip } from 'react-tooltip';
Any ideas?