Javascript – Value is not changing on onChange react-hook-form in nested array
I am want to handle nested array using react hook from that's my task. I am able to do everything but the state is not setting on onChange while I am getting all the correct value. This is how my…