Am I deleting field elements wrong with react hook form using my backend API call?
I am using react hook form to assist with managing a complex set of data with parent child relationships, and I think i’m deleting elements incorrectly. I can add, save and edit the child elements fine. but when I try to delete them, I am currently making a round trip to the API to delete the child by id, then redirecting back the parent display.