In my render method I have component
handleChange is fol
You can fix it like this
function handleChange(event) { const value = event.taget.value; } not this