xcatliu / react-ie8

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

Object expected #4

Closed xcatliu closed 8 years ago

xcatliu commented 8 years ago

https://github.com/github/fetch only support ie9

xcatliu commented 8 years ago

Use https://github.com/undoZen/fetch

require('fetch-polyfill');
xcatliu commented 8 years ago

Remember to polyfill es6-promise first.

See https://github.com/xcatliu/react-ie8/issues/5