Skip to content

Commit d2369f8

Browse files
author
William Monk
committed
Fix bug with new @types/react
1 parent 3a75e64 commit d2369f8

File tree

1 file changed

+1
-1
lines changed
  • packages/react-scripts/template/src

1 file changed

+1
-1
lines changed

packages/react-scripts/template/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import './App.css';
33

44
const logo = require('./logo.svg');
55

6-
class App extends React.Component<{}, null> {
6+
class App extends React.Component<{}, {}> {
77
render() {
88
return (
99
<div className="App">

0 commit comments

Comments
 (0)