Skip to content

Commit e051ec9

Browse files
committed
tweak getDefaultEnhancers page
1 parent 1315946 commit e051ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/getDefaultEnhancers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you want to customise the list of enhancers, you can supply an array of enhan
2828
```js
2929
const store = configureStore({
3030
reducer: rootReducer,
31-
enhancers: [offline(offlineConfig)],
31+
enhancers: () => new Tuple(offline(offlineConfig)),
3232
})
3333

3434
// store specifically has the offline enhancer applied

0 commit comments

Comments
 (0)