Due to reasons I do not understand, some of my (B2B) users still use IE10.
After a recent update to Meteor 1.6.1.1, the new babel runtime and all that, I’ve got a new error:
Object doesn't support property or method '_initCommon'
This should be fixed by the same changes that fixed this problem:
The root of the problem is that Babel was generating code for class inheritance that didn’t work in IE10 (and earlier), until this PR was merged and released today:
Thanks a bunch! Will try this asap!
One question to you @benjamn: Bugs/Problems like this one - is it better to post it here in the help forum or would it be better to post this as a github issue?
Raising a GitHub issue is the only way an issue becomes official. There’s no harm in cross-posting into the forums as well - someone may have a workaround or solution, in which case the issue can be updated accordingly.