mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
fix break
This commit is contained in:
@@ -120,7 +120,7 @@ class ModernComponent extends React.Component<Props, State>
|
||||
value: this.state.inputValue
|
||||
}),
|
||||
React.DOM.input({
|
||||
onChange: event => console.log(event.target)
|
||||
onChange: event => console.log(event.target.value)
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user