xcatliu / react-ie8

Make your React app work in IE8
http://react-ie8.xcatliu.com/
997 stars 162 forks source link

typeerror 对象不支持“then”属性或方法 #36

Closed gagayang closed 8 years ago

gagayang commented 8 years ago

typeerror 对象不支持“then”属性或方法

xcatliu commented 8 years ago

then 估计是 Promise 的方法,IE8 不支持 Promise,需要加 Promiss 的 polyfill