microsoft / redux-dynamic-modules

Modularize Redux by dynamically loading reducers and middlewares.
https://redux-dynamic-modules.js.org
MIT License
1.07k stars 116 forks source link

Simplify the empty epic to actually do nothing #130

Closed FraserKillip closed 4 years ago

FraserKillip commented 4 years ago

The current emptyEpic could create an infinite loop if an end user actually dispatched an element of type noop. Using ignoreElements instead will just sink all actions.