We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed42de commit 31a013bCopy full SHA for 31a013b
1 file changed
packages/component/src/providers/ClipboardWritePermissionWithStable/private/useStableStateHook.ts
@@ -24,7 +24,7 @@ export default function useStableStateHook<T>(
24
25
useEffect(() => propagate(value), [propagate, value]);
26
27
- // One-off variable to hack around ESLint rules without disabling react-hooks/rules-of-hooks.
+ // Hack around ESLint rules without disabling react-hooks/rules-of-hooks.
28
const _useListen = useListen;
29
const _useMemo = useMemo;
30
const _useState = useState;
0 commit comments