zalmoxisus / redux-devtools-extension

Redux DevTools extension.
MIT License
13.48k stars 1.01k forks source link

dispatching actions from devtools are ignored by middlewares #830

Open ds82 opened 2 years ago

ds82 commented 2 years ago

Similar to #133 the new version of the extension (I'am currently using 3.0.3) has the problem that middlewares are ignored when actions are triggered from the extensions. Reducers seem to run fine.

Methuselah96 commented 2 years ago

Do you mind moving this issue over to https://github.com/reduxjs/redux-devtools? It is the new home for the extension and this repo is no longer updated.