We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb5ba2 commit 3110e61Copy full SHA for 3110e61
src/components/KeypressListener/KeypressListener.tsx
@@ -24,7 +24,7 @@ export function KeypressListener({
24
handlerRef.current(event);
25
}
26
},
27
- [handler, keyCode],
+ [keyCode],
28
);
29
30
useIsomorphicLayoutEffect(() => {
0 commit comments