RootCauseunvalidated
The selector in useSelector computes filter().sort() and returns a fresh array on every render, so the result reference changes even if the underlying state values are the same.
405efb23-6bf2-43ef-8616-0227ae3158bd
The selector in useSelector computes filter().sort() and returns a fresh array on every render, so the result reference changes even if the underlying state values are the same.