Skip to content

Commit 402660f

Browse files
authored
feat: add use client directive
1 parent cc53c1c commit 402660f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/currency-input.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use client";
2+
13
import { mergeRefs } from "@react-aria/utils";
24
import { resolveCurrencyFormat } from "@sumup/intl";
35
import { type FocusEvent, type FormEvent, type ForwardedRef, forwardRef, useRef } from "react";

0 commit comments

Comments
 (0)