-
Notifications
You must be signed in to change notification settings - Fork 97
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
Array.apply not support ie8 in TextBlock even if I'm add the polyfill #62
Comments
ie8? seriously? not even Microsoft supports ie8 anymore 😝 Anyway, to answer to your two questions:
|
I'm already try to use |
Ok, We could take advantage of ES6 by doing it as EDIT: |
published a fix in |
I'm sorry to say that your another solution failed,because the |
In addition if we don't use babel ,the problem will not just |
if you don't want |
That's weird, I tested it on IE8 and it looked to me that it correctly initialized an array without errors. |
There is no exception,just the |
@guxingke201 I'm sorry, but if that didn't work I'm out of options: I'm not going to write bad code to support IE8. I'm very pleased that you appreciate PS: to be honest, PPS: you should still be able to pass a custom placeholder, compatible with IE8, as |
could you change it to Array.from?
The text was updated successfully, but these errors were encountered: