Skip to content

Commit

Permalink
Mark cAT with PURE to ensure tree-shaking
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Nov 14, 2023
1 parent ea2bdec commit a385388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolkit/src/createAsyncThunk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ type CreateAsyncThunk<CurriedThunkApiConfig extends AsyncThunkConfig> = {
>
}

export const createAsyncThunk = (() => {
export const createAsyncThunk = /* @__PURE__ */ (() => {
function createAsyncThunk<
Returned,
ThunkArg,
Expand Down

0 comments on commit a385388

Please sign in to comment.