Problemunvalidated
The query result is being processed with `selectFromResult` using a memoized `createSelector` to prevent re-renders during RTKQ polling every 5 seconds. The question is whether this selector approach is correct and properly prevents unnecessary component updates.
d1deb581-3d6b-4b3a-8131-ce16aa244a22
The query result is being processed with selectFromResult using a memoized createSelector to prevent re-renders during RTKQ polling every 5 seconds. The question is whether this selector approach is correct and properly prevents unnecessary component updates.