Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
stoffeastrom opened this issue Mar 9, 2016 · 5 comments
Closed

Comments

@stoffeastrom
Copy link
Contributor

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
Copy link
Contributor

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

@stoffeastrom
Copy link
Contributor Author

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
Copy link
Contributor

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

@plwalters
Copy link

Confirmed this is same issue from earlier

@stoffeastrom
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants