Skip to content

Commit f8edf61

Browse files
committed
fixed compile errors in ContextOverlay
1 parent ef6fede commit f8edf61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ContextOverlay/ContextOverlay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export const ContextOverlay = ({
108108
return () => {};
109109
}, [!!placeholderRef.current, otherPopoverProps.interactionKind]);
110110

111-
const refocus = React.useCallback((node) => {
111+
const refocus = React.useCallback((node:any) => {
112112
const target = node?.targetRef.current.children[0];
113113
if (!eventMemory.current || !target) {
114114
return;

0 commit comments

Comments
 (0)