Skip to content

Commit a385388

Browse files
committed
Mark cAT with PURE to ensure tree-shaking
1 parent ea2bdec commit a385388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/createAsyncThunk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ type CreateAsyncThunk<CurriedThunkApiConfig extends AsyncThunkConfig> = {
487487
>
488488
}
489489

490-
export const createAsyncThunk = (() => {
490+
export const createAsyncThunk = /* @__PURE__ */ (() => {
491491
function createAsyncThunk<
492492
Returned,
493493
ThunkArg,

0 commit comments

Comments
 (0)