Unexpected token '=' in React Component [duplicate]
This question already has an answer here: How to use arrow functions (public class fields) as class methods? 4 answers Unable to use Arrow functions inside react component class [duplicate] 2 answers React Webpack “unexpected token” named arrow function 1 answer Am I missing a loader possibly? I thought we were supposed to be able to use these ES6 functions in component bodies to avoid having to do the .bind(this) syntax react docs ERROR in ./client/admin-side/components/Form.jsx Module build failed: SyntaxError: Unexpected token (15:17) 14 | > 15 | handleChange = (event) => { | ^ 16 | this