diff --git a/src/components/tooltip/Tooltip.tsx b/src/components/tooltip/Tooltip.tsx index 4712c6ad2..e4e9bbeb5 100644 --- a/src/components/tooltip/Tooltip.tsx +++ b/src/components/tooltip/Tooltip.tsx @@ -79,7 +79,6 @@ const TooltippedComponent: GenericComponent = ({ ComposedComponent, ...other }) => { - // eslint-disable-next-line react-hooks/exhaustive-deps const ref = useRef(null); const [active, setActive] = useState(false);