Files
Subh aush singh a419c32bda fix(content-manager): guard repeatable field .map() crash on relation… (#26421)
* 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>
2026-05-29 20:14:02 +00:00
..
2026-05-20 09:09:00 +00:00
2026-05-20 09:09:00 +00:00