Skip to content

Commit

Permalink
try adding a pure
Browse files Browse the repository at this point in the history
  • Loading branch information
EskiMojo14 committed Feb 5, 2024
1 parent e1f3f89 commit f559617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/toolkit/src/entities/slice_creator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ declare module '@reduxjs/toolkit' {
}
}

export function createEntityMethods<
/*#__PURE__*/ export function createEntityMethods<
T,
Id extends EntityId,
State = EntityState<T, Id>,
Expand Down Expand Up @@ -181,7 +181,7 @@ export function createEntityMethods<

export const entityMethodsCreator: ReducerCreator<
typeof entityMethodsCreatorType
> = {
> = /*#__PURE__*/ {
type: entityMethodsCreatorType,
create: createEntityMethods,
}

0 comments on commit f559617

Please sign in to comment.