Should we add Object.assign polyfill to client.tsx?
bherila opened this issue · 2 comments
bherila commented
per https://stackoverflow.com/questions/35215360/getting-error-object-doesnt-support-property-or-method-assign, this adds IE11 support.
TriStarGod commented
Won't typescript handle this based on your target minimum browser javascript support? Its set to es6 atm.