Open kendallroth opened 11 months ago
Any news on this?
I have not had a chance to circle back to the app for a while unfortunately, but would also like to update the Expo version, etc if/when I do.
why show this warning affter use redux toolkit WARN Selector unknown returned a different result when called with the same parameters. This can lead to unnecessary rerenders.
okay okay i solve it in my code have some typo
Some RTK selectors are returning different referential values when executed with same inputs. This triggers a new dev warning in React Redux v8. There are a number of selectors that incorrectly map state without memoization, which should be fixed/improved.