configurable-app-components
configurable-app-components copied to clipboard
Errors
The constructor of the Info class calls super without passing the values. Is this inteded?
class Info extends declared(Widget) {
constructor(value: any) {
super();
}
...
}