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.
1 parent cc53c1c commit 402660fCopy full SHA for 402660f
1 file changed
src/currency-input.tsx
@@ -1,3 +1,5 @@
1
+"use client";
2
+
3
import { mergeRefs } from "@react-aria/utils";
4
import { resolveCurrencyFormat } from "@sumup/intl";
5
import { type FocusEvent, type FormEvent, type ForwardedRef, forwardRef, useRef } from "react";
0 commit comments