-
Notifications
You must be signed in to change notification settings - Fork 215
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
Object doesn't support property or method 'assign' #55
Comments
Good spot! I was under the impression that Babel replaced such code. I'll take a look at this. |
I just wanted to provide an update on this as I've not done so for a while. It would seem that, in order to get this working with the current system, I'll have to include the babel-runtime transformers inside of QRious. This isn't too tricky to do, however, it comes at a cost. Doing so will no doubt add a big bloat (~20KB) to the minified code base. I'm going to look into ways of minimizing this and possible alternatives such as not using ES6+Babel (another rewrite 😢). I'm tempted to take a staged approach to this:
|
This issue should be fixed in the just-released version 2.1.0 of QRious. Please try upgrading and let me know how you get on. As a result of the fix, |
Hi, Thank you |
Cannot use qrious in IE or Safari <= 8
https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Browser_compatibility
The text was updated successfully, but these errors were encountered: