Tomas Herrera

Results 1 issues of Tomas Herrera

When I tried accesing a prop with `e.target` I get `undefined`, example: If try getting the name property, with` {e => this.handleInputChange(e)}` and then `e.target.name == 'whatever'`, I get that...