Skip to content

Commit

Permalink
Fiddle with argsmemoize typetests
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Dec 1, 2023
1 parent a03173f commit d702de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript_test/argsMemoize.typetest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ function overrideOnlyArgsMemoizeInCreateSelector() {
const selectorWeakMapSeparateInlineArgsWithMemoizeOptions4 =
createSelectorDefaultMemoize(
// @ts-expect-error
(state: RootState) => state.todos,
[(state: RootState) => state.todos],
// @ts-expect-error
todos => todos.map(t => t.id),
{
Expand Down

0 comments on commit d702de1

Please sign in to comment.