Created
July 10, 2016 15:05
-
-
Save daslicht/5d8c763984445c97d5540037d1007a11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| handleAuthorChange(e) { | |
| this.setState({ author: e.target.value }); | |
| } | |
| [ts] | |
| Argument of type '{ author: any; }' is not assignable to parameter of type 'CommentFormAppState'. | |
| Property 'text' is missing in type '{ author: any; }'. | |
| (property) author: any |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment