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.
2 parents cd21cdb + 08f900f commit 7b8354aCopy full SHA for 7b8354a
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