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 624f0d6 commit 803e739Copy full SHA for 803e739
docs/api/immutabilityMiddleware.mdx
@@ -120,7 +120,7 @@ import exampleSliceReducer from './exampleSlice'
120
121
const store = configureStore({
122
reducer: exampleSliceReducer,
123
- // Note that this will NOT replace all default middleware
+ // This replaces the original default middleware with the customized versions
124
middleware: (getDefaultMiddleware) =>
125
getDefaultMiddleware({
126
immutableCheck: {
0 commit comments