We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
handleValueOrFn
1 parent 6b05308 commit f87ede8Copy full SHA for f87ede8
.changeset/cyan-beds-cross.md
@@ -0,0 +1,5 @@
1
+---
2
+'@clerk/shared': patch
3
4
+
5
+Re-add `handleValueOrFn` to subpaths with a deprecation warning.
packages/shared/src/handleValueOrFn.ts
@@ -0,0 +1,6 @@
+import { handleValueOrFn as origHandleValueOrFn } from './utils/handleValueOrFn';
+/**
+ * @deprecated - use `handleValueOrFn` from `@clerk/shared/utils` instead
+ */
6
+export const handleValueOrFn = origHandleValueOrFn;
0 commit comments