Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

PromiseMiddleware bugfix

Compare
Choose a tag to compare
@janhoogeveen janhoogeveen released this 21 Mar 16:43
· 168 commits to master since this release

Due to a wrong key lookup the server and client bundles were not able to dispatch promises correctly within Redux. This caused errors on the server when using the static needs API and when dispatching promises through the promiseMiddleware in Redux on the client. These issues have been resolved.