Minor Changes
- add
useTypedAppFormContext(#1826)
Patch Changes
-
fix: flatten errors consistently when validating before field mount (#2003)
Fixed an issue where
field.errorswas incorrectly nested as[[error]]instead of[error]whenform.validate()was called manually before a field was mounted. Theflat(1)operation is now applied by default unlessdisableErrorFlatis explicitly set to true, ensuring consistent error structure regardless of when validation occurs. -
Updated dependencies [
41faffe,7f2453b]:- @tanstack/form-core@1.28.0