Skip to content

Commit 535535f

Browse files
committed
rm extra code
1 parent 88f3b4b commit 535535f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/migrations/1.x-to-2.x.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -764,10 +764,6 @@ const createSlice = buildCreateSlice({
764764
asyncThunk: asyncThunkCreator,
765765
},
766766
})
767-
768-
const todoSlice = createSlice({
769-
name: 'todos',
770-
})
771767
```
772768

773769
We're not sure how many people/libraries would actually make use of this though, so any feedback over on the [Github issue](https://github.com/reduxjs/redux-toolkit/issues/3837) is welcome!

0 commit comments

Comments
 (0)