T
TanStack12mo ago
xenial-black

form.useStore is not a function

Version 0.39.0
3 Replies
adverse-sapphire
adverse-sapphire12mo 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-...
xenial-black
xenial-blackOP12mo 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
ratty-blush
ratty-blush12mo ago
Good catch. We didn't update the TS types. Removing them now

Did you find this page helpful?