npm audit
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@
|
||||
dist/
|
||||
img/
|
||||
node_modules
|
||||
.DS_Store
|
||||
|
||||
1153
package-lock.json
generated
1153
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -20,7 +20,7 @@ interface Row {
|
||||
}
|
||||
|
||||
export class Grid extends React.PureComponent<Props, {}> {
|
||||
static displayName = "Grid";
|
||||
static displayName: string = "Grid";
|
||||
|
||||
private gridHeight = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user