T
TanStack10mo ago
round-purple

form.useStore is not a function

Version 0.39.0
3 Replies
quickest-silver
quickest-silver10mo ago
There's been breaking changes in 0.39.0 - check the Release notes for the migration guide https://github.com/TanStack/form/releases/tag/v0.39.0
GitHub
Release v0.39.0 · TanStack/form
Version 0.39.0 - 11/29/24, 9:06 AM (Manual Release) Changes Breaking Changes This release introduces two breaking changes for our React adapter: Removing form.useStore in favor of @tanstack/react-...
round-purple
round-purpleOP10mo ago
types dont seem to be updated for the form though, typescript doesn't log any issues when trying to do form.useStore or form.useField
rare-sapphire
rare-sapphire10mo ago
Good catch. We didn't update the TS types. Removing them now

Did you find this page helpful?