Hi. I am writing functions inside the component class in my react js project. when I write like this function: ` saySomething = (something) => { console.log(something); }` an error occurs.  What should I do? Thank you.