Uncaught TypeError: Cannot read property 'Symbol(toStringTag)' of null
stoffeastrom opened this issue · 5 comments
When loading babel-core@5.8.35/browser.js it will throw this exception here since it's being called with null
For development I configured
System.config({
defaultJSExtensions: true,
transpiler: "babel",
babelOptions: {
"optional": [
"es7.decorators",
"es7.classProperties"
],
"sourceMaps": "inline"
},
and get this error
So, checking this for null or undefined should do the trick right? Would you be interested to submit a PR for that? @stoffeastrom
Yes that should be sufficient. Just stumbled on this. I will see if I can get it up and running. If so it should be fast fixing a PR
I can release it almost immediately if you send a PR :)
Confirmed this is same issue from earlier
If I can do it via my phone :). Just need to get my kids sleeping then I'll look into it
Sent from my iPhone
On 9 mars 2016, at 19:33, Patrick Walters notifications@github.com wrote:
Confirmed this is same issue from earlier
—
Reply to this email directly or view it on GitHub.