npm audit

This commit is contained in:
2022-12-24 10:25:02 -07:00
parent 57d1451579
commit 882709fcea
3 changed files with 700 additions and 456 deletions

View File

@@ -20,7 +20,7 @@ interface Row {
}
export class Grid extends React.PureComponent<Props, {}> {
static displayName = "Grid";
static displayName: string = "Grid";
private gridHeight = 0;