Skip to content

Commit e3de2b0

Browse files
Fixed compile issues
1 parent 68e8f11 commit e3de2b0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/ContextOverlay/ContextOverlay.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export const ContextOverlay = ({
6363
}
6464
};
6565
}
66+
return () => {};
6667
}, [!!placeholderRef.current]);
6768

6869
const refocus = React.useCallback((node) => {

src/components/Tooltip/Tooltip.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ export const Tooltip = ({
9999
}
100100
};
101101
}
102+
return () => {};
102103
}, [!!placeholderRef.current]);
103104

104105
const refocus = React.useCallback((node) => {

0 commit comments

Comments
 (0)