Skip to content

Commit 6859df5

Browse files
committed
Export CombinedSliceReducer
1 parent ec0d450 commit 6859df5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/toolkit/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export type { AutoBatchOptions } from './autoBatchEnhancer'
204204

205205
export { combineSlices } from './combineSlices'
206206

207-
export type { WithSlice } from './combineSlices'
207+
export type { CombinedSliceReducer, WithSlice } from './combineSlices'
208208

209209
export type {
210210
ExtractDispatchExtensions as TSHelpersExtractDispatchExtensions,

packages/toolkit/src/query/core/buildThunks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ export function buildThunks<
275275
getState() as RootState<any, any, any>,
276276
)
277277

278-
let ret: PatchCollection = {
278+
const ret: PatchCollection = {
279279
patches: [],
280280
inversePatches: [],
281281
undo: () =>

0 commit comments

Comments
 (0)