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.
use client
1 parent c9912c7 commit 08f900fCopy full SHA for 08f900f
packages/base/src/hooks/useSyncRef.ts
@@ -1,3 +1,5 @@
1
+'use client';
2
+
3
import type { MutableRefObject, Ref, RefCallback } from 'react';
4
import { useCallback, useRef } from 'react';
5
0 commit comments