Skip to content

Commit e937083

Browse files
authored
Merge pull request #3885 from reduxjs/migration-page
2 parents d3f7172 + 7804bc6 commit e937083

File tree

5 files changed

+840
-2
lines changed

5 files changed

+840
-2
lines changed

docs/api/createDynamicMiddleware.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Accepts a set of middleware, and returns a [`useDispatch`](https://react-redux.j
151151

152152
```ts no-transpile
153153
const useListenerDispatch = createDispatchWithMiddlewareHook(
154-
listenerMiddleware.instance
154+
listenerInstance.middleware
155155
)
156156

157157
const Component = () => {

0 commit comments

Comments
 (0)