question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

__extends is not defined

See original GitHub issue

Using the install instructions, and adding the module to imports or the providers causes this error:

Uncaught ReferenceError: __extends is not defined(…)

If I click on the file where the error is occurring it shows this:

var PropertyGroup = (function (_super) {
    __extends(PropertyGroup, _super);   <<<this line
    function PropertyGroup() {
        _super.apply(this, arguments);
        this.properties = null;
    }
    ...etc

Am I missing something?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

2reactions
ebrehaultcommented, Oct 26, 2016

fixed in 1.0.0-alpha.31

1reaction
ebrehaultcommented, Oct 20, 2016

Just because we moved to Angular CLI 2 days ago and we haven’t released on npm yet. Sorry for that, I publish it right now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[BUG] Uncaught ReferenceError: __extends is not defined
I have a react app which is created with create-react-app. ... The problem exists only when app is build for production. It's working...
Read more >
ReferenceError: extend is not defined - Stack Overflow
You've tagged jquery so I'm presuming your using jquery. extend isn't a built in method to javascript but JQuery has a method called...
Read more >
extends - JavaScript - MDN Web Docs - Mozilla
The extends keyword is used in class declarations or class expressions to create a class that is a child of another class.
Read more >
[BUG] Uncaught ReferenceError: __extends is not defined
Description/Screenshot I have a react app which is created with create-react-app. When I create production build of my app and serve it I'm ......
Read more >
ReferenceError: exports is not defined in TypeScript | bobbyhadz
If you run your code in the browser, try removing the module property from your tsconfig.json file and set target to es6 ....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found