You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/configureStore.mdx
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ to the store setup for a better development experience.
18
18
19
19
```ts no-transpile
20
20
typeConfigureEnhancersCallback= (
21
-
defaultEnhancers:StoreEnhancer[]
21
+
defaultEnhancers:EnhancerArray<[StoreEnhancer]>
22
22
) =>StoreEnhancer[]
23
23
24
24
interfaceConfigureStoreOptions<
@@ -107,7 +107,8 @@ a list of the specific options that are available.
107
107
Defaultsto`true`.
108
108
109
109
#### `trace`
110
-
TheReduxDevToolsExtensionrecentlyadded [supportforshowingactionstacktraces](https://github.com/reduxjs/redux-devtools/blob/main/extension/docs/Features/Trace.md) that show exactly where each action was dispatched.
110
+
111
+
TheReduxDevToolsExtensionrecentlyadded [supportforshowingactionstacktraces](https://github.com/reduxjs/redux-devtools/blob/main/extension/docs/Features/Trace.md) that show exactly where each action was dispatched.
0 commit comments