Skip to content

Commit 73a92b1

Browse files
committed
Comment
1 parent c3cd694 commit 73a92b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/component/src/providers/ClipboardWritePermissionWithStable/private/useStableStateHook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function useStableStateHook<T>(
2424

2525
useEffect(() => propagate(value), [propagate, value]);
2626

27-
// One-off variable to hack around ESLint rules without disabling react-hooks/rules-of-hooks.
27+
// Hack around ESLint rules without disabling react-hooks/rules-of-hooks.
2828
const _useListen = useListen;
2929
const _useMemo = useMemo;
3030
const _useState = useState;

0 commit comments

Comments
 (0)