Skip to content

fix(flatten): preserve Date values as leaf nodes - #13566

Merged
bluebill1049 merged 1 commit into
react-hook-form:masterfrom
DakshSinghDhami:fix/date-flatten-master
Jul 2, 2026
Merged

fix(flatten): preserve Date values as leaf nodes#13566
bluebill1049 merged 1 commit into
react-hook-form:masterfrom
DakshSinghDhami:fix/date-flatten-master

Conversation

@DakshSinghDhami

Copy link
Copy Markdown
Contributor

Same fix as #13562 (already merged to main) but targeting master. Includes multi-line formatting to pass lint, closes #13554.

@bluebill1049
bluebill1049 merged commit f89388f into react-hook-form:master Jul 2, 2026
6 checks passed
KATT added a commit to KATT/react-hook-form that referenced this pull request Jul 3, 2026
…bmitting-cypress-jest

* origin/master:
  🐞 fix(flatten): preserve Date values as leaf nodes (react-hook-form#13566)
  Revert "docs: fix grammar in demo descriptions (react-hook-form#13565)" (react-hook-form#13568)
  Revert "test: remove duplicate UseFieldArray slug (react-hook-form#13564)" (react-hook-form#13567)
  test: remove duplicate UseFieldArray slug (react-hook-form#13564)
  docs: fix grammar in demo descriptions (react-hook-form#13565)
  🐞 fix(useController): reflect cleared parent object in controlled fields (react-hook-form#13550) (react-hook-form#13553)
  📖 docs: replace dead /api links with /docs in locale READMEs (react-hook-form#13561)
  🐛 fix(unset): guard against prototype keyword path traversal (react-hook-form#13559) (react-hook-form#13560)
  📖 docs: replace retired /jp, /pt, /zh subdomain links in locale READMEs (react-hook-form#13556)
KATT added a commit to KATT/react-hook-form that referenced this pull request Jul 3, 2026
…ssubmitting

* repro/activity-issubmitting-vitest:
  🐞 fix(flatten): preserve Date values as leaf nodes (react-hook-form#13566)
  Revert "docs: fix grammar in demo descriptions (react-hook-form#13565)" (react-hook-form#13568)
  Revert "test: remove duplicate UseFieldArray slug (react-hook-form#13564)" (react-hook-form#13567)
  test: remove duplicate UseFieldArray slug (react-hook-form#13564)
  docs: fix grammar in demo descriptions (react-hook-form#13565)
  🐞 fix(useController): reflect cleared parent object in controlled fields (react-hook-form#13550) (react-hook-form#13553)
  📖 docs: replace dead /api links with /docs in locale READMEs (react-hook-form#13561)
  🐛 fix(unset): guard against prototype keyword path traversal (react-hook-form#13559) (react-hook-form#13560)
  📖 docs: replace retired /jp, /pt, /zh subdomain links in locale READMEs (react-hook-form#13556)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: flatten() silently drops Date values when building FormData

2 participants