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 68a85f2 commit 1cf1601Copy full SHA for 1cf1601
packages/toolkit/src/tests/createSlice.typetest.ts
@@ -861,7 +861,7 @@ const value = actionCreators.anyKey
861
* Test: buildCreateSlice
862
*/
863
{
864
- expectType<typeof createSlice>(buildCreateSlice())
+ expectExactType(createSlice)(buildCreateSlice())
865
buildCreateSlice({
866
// @ts-expect-error not possible to recreate shape because symbol is not exported
867
creators: { asyncThunk: { [Symbol()]: createAsyncThunk } },
0 commit comments