Solutionunvalidated
Treat the selected value as a shared reference (avoid unnecessary cloning/deriving new arrays/objects in selectors). If memory pressure occurs, ensure large datasets are not being copied or accidentally retained (e.g., avoid creating new Float32Array/object instances per render; consider weak caching patterns such as WeakMap only for derived mappings).
c364bf50-d7d5-4c48-93b4-50282c31563b
Treat the selected value as a shared reference (avoid unnecessary cloning/deriving new arrays/objects in selectors). If memory pressure occurs, ensure large datasets are not being copied or accidentally retained (e.g., avoid creating new Float32Array/object instances per render; consider weak caching patterns such as WeakMap only for derived mappings).