We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3cd694 commit 73a92b1Copy full SHA for 73a92b1
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