Skip to content
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

Closed
Shperung opened this issue Dec 28, 2016 · 7 comments
Closed

Ошибка в IE 11 #112

Shperung opened this issue Dec 28, 2016 · 7 comments
Assignees
Labels
Milestone

Comments

@Shperung
Copy link

В IE 11 не работает вывод. Выводит ошибку

Объект не поддерживает свойство или метод "from"

http://c2n.me/3FWMBqh

@vitkarpov
Copy link
Collaborator

А что за ссылка странная? :) Видимо, на скриншот со стектрейсом, но ведет ссылка куда-то не туда.

@Shperung
Copy link
Author

Да это скринншот. Показал что в библиотеке один раз встречается функция Array.from и IE 11 не видит ее. Читал по поводу этой функции, пишет что Internet Explorer No support

https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/from

@iamakulov
Copy link
Collaborator

@Shperung, спасибо! Мы постараемся починить поскорее.

@iamakulov iamakulov added the Bug label Dec 28, 2016
@vitkarpov
Copy link
Collaborator

@Shperung

А что за ссылка странная?

Сорри, ссылка нормальная. Просто почему-то гитхаб по всем ссылкам ведет не туда (все ссылки здесь ведут на .../issues/url)

@vitkarpov vitkarpov self-assigned this Dec 28, 2016
vitkarpov added a commit that referenced this issue Dec 28, 2016
IE11 doesn't know about Array.from. Babel implicitly polyfill spread operator for arrays using Array.from.
See more about it babel/babel#4922
vitkarpov added a commit that referenced this issue Dec 28, 2016
Get rid of [...], because of Array.from which's not working in IE. Babel doesn't polyfill it by default (see babel/babel#4922).
vitkarpov added a commit that referenced this issue Dec 28, 2016
Get rid of [...], because of Array.from which's not working in IE. Babel doesn't polyfill it by default (see babel/babel#4922).
@vitkarpov vitkarpov added this to the 2.2.1 milestone Dec 28, 2016
vitkarpov added a commit that referenced this issue Dec 28, 2016
Get rid of [...], because of Array.from which's not working in IE. Babel doesn't polyfill it by default (see babel/babel#4922).
vitkarpov added a commit that referenced this issue Dec 28, 2016
@vitkarpov
Copy link
Collaborator

@vitkarpov
Copy link
Collaborator

@Shperung Привет! Попробуй поставить версию 2.2.1

@Shperung
Copy link
Author

Спасибо с версией 2.2.1 в IE 10/11 все работает

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants