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 51a7555 commit 68b42a6Copy full SHA for 68b42a6
packages/react-form/src/useStore.ts
@@ -1,5 +1,5 @@
1
import { useStore as _useStore } from '@tanstack/react-store'
2
-import type { AnyAtom } from '@tanstack/store'
+import type { AnyAtom } from '@tanstack/react-store'
3
4
type AtomSnapshot<TAtom> = TAtom extends { get: () => infer TSnapshot }
5
? TSnapshot
0 commit comments