redux-utilities / redux-promise

FSA-compliant promise middleware for Redux.
MIT License
2.67k stars 134 forks source link

IE10一下浏览器 兼容 #60

Open jyear opened 5 years ago

jyear commented 5 years ago

index.js文件第十一行,用promise-polyfill 后 ,不主动调用Promise.resolve(action.payload),后面的then不会被触发