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.
1 parent fb7c1db commit f8a512aCopy full SHA for f8a512a
packages/x-internals/src/store/createSelector.ts
@@ -144,6 +144,8 @@ export const createSelectorMemoized: CreateSelectorFunction = (...selectors: any
144
cache.set(cacheKey, fn);
145
}
146
147
+ /* eslint-disable no-fallthrough */
148
+
149
switch (argsLength) {
150
case 3: fn.selectorArgs[2] = a3;
151
case 2: fn.selectorArgs[1] = a2;
0 commit comments