| 2 | import ReactDOM from 'react-dom'; |
| 3 | |
| 4 | class Form extends React.Component { |
| 5 | constructor(props) { |
| 6 | super(props); |
| 7 | this._onNameChanged = this._onFieldChange.bind(this, 'name'); |
nothing calls this directly
no outgoing calls
no test coverage detected