aurelia / polyfills

The minimal set of polyfills needed to run Aurelia.
MIT License
26 stars 27 forks source link

Uncaught TypeError: Cannot read property 'Symbol(toStringTag)' of null #13

Closed stoffeastrom closed 8 years ago

stoffeastrom commented 8 years ago

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

EisenbergEffect commented 8 years ago

So, checking this for null or undefined should do the trick right? Would you be interested to submit a PR for that? @stoffeastrom

stoffeastrom commented 8 years ago

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

EisenbergEffect commented 8 years ago

I can release it almost immediately if you send a PR :)

plwalters commented 8 years ago

Confirmed this is same issue from earlier

stoffeastrom commented 8 years ago

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.