i use something like this, ``` handleActions({}, {}) ``` but when i update to v1.0.0, it die. and i use `redux-api-middleware`, create actions like ``` { [CALL_API]: { type: [xxx] } } ``` but when i update to v1.0.0, it die. @acdlite i think you can find a more smoothly way to update, not like this.