fix some type errors

This commit is contained in:
Thomas Ruoff
2021-02-08 23:18:29 +01:00
parent 78af180567
commit d7478b5e9c
11 changed files with 232 additions and 135 deletions

View File

@@ -13,7 +13,7 @@ class App extends Component {
}
render() {
const state = this.state || {}
const state: Record<string, unknown> = this.state || {}
return (
<div className="home">