I\'m a bit stuck with my component, I need to call onChange from props so
>
You can do it by putting the two functions in double quotes:
This should work. But it would be better if you call the second function within the first one:
function testFunction() { onChange(); handleChange(); }