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