Forum

Uncaught ReferenceE...
 
Notifications
Clear all

Uncaught ReferenceError ReferenceError: Must call super constructor in derived class before accessing 'this' or returning from derived constructor

1 Posty
1 Users
0 Likes
601 Widok
0
Topic starter

error during compilation

1 Answer
0
Topic starter

 

add super() to constructor (don't forget about variables for inherited class if they exists)

    constructor() {
        super()
    }

 

Odpowiedź

Author Name

Author Email

Your question *

 
Preview 0 Revisions Saved
Share: