Skip to content

Commit f8a512a

Browse files
committed
lint
1 parent fb7c1db commit f8a512a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/x-internals/src/store/createSelector.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ export const createSelectorMemoized: CreateSelectorFunction = (...selectors: any
144144
cache.set(cacheKey, fn);
145145
}
146146

147+
/* eslint-disable no-fallthrough */
148+
147149
switch (argsLength) {
148150
case 3: fn.selectorArgs[2] = a3;
149151
case 2: fn.selectorArgs[1] = a2;

0 commit comments

Comments
 (0)