Skip to content

Fix ordering issue with createReduxMiddleware

Compare
Choose a tag to compare
@oskarhane oskarhane released this 20 Feb 19:41
· 15 commits to master since this release

createReduxMiddleware used to send the action into Suber before passing the action to the next Redux middleware, creating timing issues.
Not any more.