Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
750
Widok
0
10/04/2023 4:01 pm
Topic starter
error during compilation
1 Answer
0
10/04/2023 4:03 pm
Topic starter
add super() to constructor (don't forget about variables for inherited class if they exists)
constructor() { super() }