Skip to content

Commit 32aba53

Browse files
committed
update dependency
1 parent f7cf6f9 commit 32aba53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Tooltip/EducationalTooltip/BaseEducationalTooltip.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function BaseEducationalTooltip({children, shouldRender = false, shouldHideOnNav
6666
showTooltip();
6767
}
6868
});
69-
}, [insets.bottom, insets.left, insets.right, insets.top, isFocused, shouldHideOnNavigate]);
69+
}, [insets, isFocused, shouldHideOnNavigate]);
7070

7171
useEffect(() => {
7272
if (!genericTooltipStateRef.current || !shouldRender) {

0 commit comments

Comments
 (0)