You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
[v2] Fix: Keep ArrayField in sync after array replacement (#2356)
* fix(react-form): Keep ArrayField in sync after replacement
Replacing an array with another array of the same length updated form state without rerendering ArrayField.
Bump the shared array version for direct replacements while keeping nested field updates isolated.
Co-Authored-By: OpenAI Codex <noreply@openai.com>
* ci: apply automated fixes and generate docs
* Update packages/form-core/src/FormApi/FormApi.lib.ts
---------
Co-authored-by: OpenAI Codex <noreply@openai.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: LeCarbonator <18158911+LeCarbonator@users.noreply.github.com>
0 commit comments