Closed mikemitchel closed 5 years ago
Steal-stache 4.1.x does not seem to support IE11 as I need to manually polyfill Object.assign. The error that throws is at this return statement:
Object.assign
https://github.com/canjs/steal-stache/blob/15fecaceefc80b1a605baee4798ba314e0e8dfba/steal-stache.js#L11
My app is currently using 4.1.2 as a dependency from these packages:
The easy fix to this is to add can-assign to the imports and then use that.
can-assign
@mikemitchel Should this have been closed by https://github.com/canjs/steal-stache/pull/82?
Yeah, it should.
Steal-stache 4.1.x does not seem to support IE11 as I need to manually polyfill
Object.assign
. The error that throws is at this return statement:https://github.com/canjs/steal-stache/blob/15fecaceefc80b1a605baee4798ba314e0e8dfba/steal-stache.js#L11
My app is currently using 4.1.2 as a dependency from these packages: