You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latest version 3.1.1 causes ERROR ReferenceError: Must call super constructor in derived class before accessing 'this' or returning from derived constructor
#91
Open
YodaNinja opened this issue
Jun 27, 2019
· 4 comments
Updating to the latest version, 3.1.1 causes the runtime error: ERROR ReferenceError: Must call super constructor in derived class before accessing 'this' or returning from derived constructor
Reverting back to 3.1.0 resolves the issue.
This occurs with angular 7 production build.
Looking at the changes v3.1.0...v3.1.1, it looks like a number of angular version and compiler version changes were done.
I'll do some digging to see if I can figure out if there's a way to fix it for Angular 7. If not, we may have to break out into a new major version for Angular 8 support.
Updating to the latest version, 3.1.1 causes the runtime error: ERROR ReferenceError: Must call super constructor in derived class before accessing 'this' or returning from derived constructor
Reverting back to 3.1.0 resolves the issue.
This occurs with angular 7 production build.
Looking at the changes v3.1.0...v3.1.1, it looks like a number of angular version and compiler version changes were done.
Updating to the latest version, 3.1.1 causes the runtime error:
ERROR ReferenceError: Must call super constructor in derived class before accessing 'this' or returning from derived constructor
Reverting back to 3.1.0 resolves the issue.
This occurs with angular 7 production build.
Looking at the changes v3.1.0...v3.1.1, it looks like a number of angular version and compiler version changes were done.
I've a feeling this is most likely related to this issue:
angular/angular-cli#14416
with a fix only targeted for angular 8: angular/devkit#981
The text was updated successfully, but these errors were encountered: