tinymce / tinymce-angular

Official TinyMCE Angular Component
MIT License
330 stars 92 forks source link

Runtime exception in --prod mode. #165

Closed dskibin closed 4 years ago

dskibin commented 4 years ago

I am getting follwing runtime exception: Must call super constructor in derived class before accessing 'this' or returning from derived constructor

Screenshot 2020-05-19 at 14 13 55 Screenshot 2020-05-19 at 14 14 16

We are using
Angular 7 and tinymce/tinymce-angular 3.5.0

dskibin commented 4 years ago

Finally figured this out. tsconfig.json -> compilerOptions - > targetchanged from es6 to es5.