User1034446946 posted
i am using Formik and due to that props are passed into my components named {field: {name, value}, form}
now in my functions especially click handlers and such i click to define the value = event.target.value
now this means my functions has value x 2, which i don't like
is there a normal way to think about so i can work round it, i have sort of though about naming all my handler values, handlerValue but i am not sure i click that either.
any suggestions would be appriciated