We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976abfb commit e97fed0Copy full SHA for e97fed0
examples/lazy-injection/kitchen-sink/src/app/createAppSlice.ts
@@ -1,4 +1,4 @@
1
-import { asyncThunkCreator, buildCreateSlice } from "@reduxjs/toolkit";
+import { asyncThunkCreator, buildCreateSlice } from "@reduxjs/toolkit"
2
3
// `buildCreateSlice` allows us to create a slice with async thunks.
4
export const createAppSlice = buildCreateSlice({
examples/lazy-injection/kitchen-sink/tsconfig.json
@@ -14,8 +14,8 @@
14
"isolatedModules": true,
15
"noEmit": true,
16
"jsx": "react-jsx",
17
- "types": ["vitest/globals"]
+ "types": ["vitest/globals"],
18
},
19
"include": ["src"],
20
- "references": [{ "path": "./tsconfig.node.json" }]
+ "references": [{ "path": "./tsconfig.node.json" }],
21
}
0 commit comments