threepointone/glamor

IE11 Object Assign support

Closed this issue · 4 comments

Hey there @threepointone, hope youre doing well.

Was just about to deploy my app to production and ran into an error in IE11

"No assign method on Object"

Then i looked into the project and saw glamor does not provide a transform, or runtime transform? Is there a reason for this? is there something I need to do in my app besides polyfill myself?

@abhiaiyer91 you should likely be including your own Object.assign polyfill here (such as babel-polyfill). This is also true historically with the babel project which glamor is using for compilation.

Guys, here's the fix: #166
Hope we can have a release soon with the fixed lib files.

published in 2.20.13, lemme know if this works.

@threepointone Thanks a lot.
It works.