We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6fede commit f8edf61Copy full SHA for f8edf61
1 file changed
src/components/ContextOverlay/ContextOverlay.tsx
@@ -108,7 +108,7 @@ export const ContextOverlay = ({
108
return () => {};
109
}, [!!placeholderRef.current, otherPopoverProps.interactionKind]);
110
111
- const refocus = React.useCallback((node) => {
+ const refocus = React.useCallback((node:any) => {
112
const target = node?.targetRef.current.children[0];
113
if (!eventMemory.current || !target) {
114
return;
0 commit comments