-
Notifications
You must be signed in to change notification settings - Fork 35
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
Type assertion fails in IE11 #56
Comments
Interesting, it kind of makes sense becausw IE doesn’t support The main question is, can we use Sorry about the regressions btw, I’m going to setup Saucelabs on this and ember-decorators, it’s not ok to have these fail for IE11 (unfortunately) |
@simonihmig I have a fix out for this in @ember-decorators/argument, it's going to require another update here though since some breaking changes have been made there. I'm pretty sure this will work, should be able to get it out by Monday |
Great, thanks! |
Just updated and can confirm the issue is fixed in IE11. Thanks a lot! |
Oh no, me again with this crappy IE issues... 😬
As I said, I updated to the latest ember-popper, and things worked out well so far, but I see tests for IE11 (Saucelabs) failing with
Types must either be a primitive type string, class, validator, or null or undefined, received: [object Element]
. See https://travis-ci.org/kaliber5/ember-bootstrap/jobs/296004049#L2388I have not digged deeper so far, but I assume the exception is thrown here, caused by
type
decorators like this. Seems IE11 is behaving differently here, probablyElement
is not of type "function"!?The text was updated successfully, but these errors were encountered: