v5.0.0-rc.1
This release candidate renames the original defaultMemoize function to lruMemoize, and improves dev check warnings to include a stack trace to help track down details. This release has breaking changes.
See the preview Redux Toolkit 2.0 + Redux core 5.0 Migration Guide for an overview of breaking changes in RTK 2.0 and Redux core.
npm install reselect@next
yarn add reselect@next
Changelog
Renaming defaultMemoize to lruMemoize
Reselect's createSelector originally only had one memoization function, which has always called defaultMemoize. In the previous , we switched to use the new function as the default.