This repository has been archived by the owner on Jul 4, 2018. It is now read-only.
PromiseMiddleware bugfix
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.