configurable-app-components icon indicating copy to clipboard operation
configurable-app-components copied to clipboard

Errors

Open bloigge opened this issue 4 years ago • 0 comments

The constructor of the Info class calls super without passing the values. Is this inteded?

class Info extends declared(Widget) {
  constructor(value: any) {
    super();
  }
...
}

bloigge avatar Dec 29 '20 15:12 bloigge