Add <any, any> props/state to React components to prevent compiler errors

This commit is contained in:
Elizabeth Craig
2019-02-28 13:58:42 -08:00
parent 88425249ea
commit 4c440c8ac3
14 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react';
export class TodoHeader extends React.Component {
export class TodoHeader extends React.Component<any, any> {
render() {
return (
<header>