Skip to content

Commit d3a1b20

Browse files
committed
fixup
1 parent c5e08c6 commit d3a1b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/createSlice.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export type ValidateSliceCaseReducers<
235235
? {
236236
prepare(...a: never[]): Omit<A, 'type'>
237237
}
238-
: import('@phryneas/ts-version').TSVersion.AtLeast<'4', '8'> extends true
238+
: import('@phryneas/ts-version').TSVersion.AtLeast<4, 8> extends true
239239
? ACR[T]
240240
: {}
241241
}

0 commit comments

Comments
 (0)