We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792ac5a commit 6949ba0Copy full SHA for 6949ba0
examples/todos-flow/src/containers/AddTodo.js
@@ -16,7 +16,6 @@ export type State = {
16
};
17
18
class AddTodo extends Component<Props, State> {
19
- input: HTMLInputElement;
20
state = {
21
value: ''
22
0 commit comments