mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08: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