mirror of
https://github.com/strapi/strapi.git
synced 2026-06-02 16:27:47 +00:00
a419c32bda
* fix(content-manager): guard repeatable field .map() crash on relation modal close useField default value=[] doesn't protect against null. When a relation modal closes, field value is briefly null causing value.map() to throw. Fixes #26401 * fix: revert Input.tsx guard to resolve e2e test failures * fix(content-manager): restore repeatable fix after Input revert typo Repair the accidental Input.tsx regression from the e2e revert, stabilize the null array guard with useMemo, and add front tests for null/undefined field values. Fixes #26401 --------- Co-authored-by: Ben Irvin <ben.irvin@strapi.io> Co-authored-by: Ben Irvin <ben@innerdvations.com>