We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59456cd + f0c8af4 commit fda697aCopy full SHA for fda697a
src/index.js
@@ -65,7 +65,7 @@ export function createSelectorCreator(memoize, ...memoizeOptions) {
65
)
66
67
// If a selector is called with the exact same arguments we don't need to traverse our dependencies again.
68
- const selector = defaultMemoize(function () {
+ const selector = memoize(function () {
69
const params = []
70
const length = dependencies.length
71
0 commit comments