-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ошибка в IE 11 #112
Comments
А что за ссылка странная? :) Видимо, на скриншот со стектрейсом, но ведет ссылка куда-то не туда. |
Да это скринншот. Показал что в библиотеке один раз встречается функция Array.from и IE 11 не видит ее. Читал по поводу этой функции, пишет что Internet Explorer No support https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/from |
@Shperung, спасибо! Мы постараемся починить поскорее. |
Сорри, ссылка нормальная. Просто почему-то гитхаб по всем ссылкам ведет не туда (все ссылки здесь ведут на .../issues/url) |
IE11 doesn't know about Array.from. Babel implicitly polyfill spread operator for arrays using Array.from. See more about it babel/babel#4922
Get rid of [...], because of Array.from which's not working in IE. Babel doesn't polyfill it by default (see babel/babel#4922).
Get rid of [...], because of Array.from which's not working in IE. Babel doesn't polyfill it by default (see babel/babel#4922).
Get rid of [...], because of Array.from which's not working in IE. Babel doesn't polyfill it by default (see babel/babel#4922).
@Shperung Привет! Попробуй поставить версию 2.2.1 |
Спасибо с версией 2.2.1 в IE 10/11 все работает |
В IE 11 не работает вывод. Выводит ошибку
http://c2n.me/3FWMBqh
The text was updated successfully, but these errors were encountered: