Solutionunvalidated
Use `selectFromResult` to compute and return a stable value (or return the computed field directly) while keeping reference-stable constants for `emptyValue`/`nullValue` (e.g., define them outside the component). Alternatively, avoid `createSelector` and just compute `interestedData` inline in `selectFromResult`.
bd2b5d54-6878-4ce5-8e0d-de5a7f1f475f
Use selectFromResult to compute and return a stable value (or return the computed field directly) while keeping reference-stable constants for emptyValue/nullValue (e.g., define them outside the component). Alternatively, avoid createSelector and just compute interestedData inline in selectFromResult.