How to update a custom state that contains nested objects or lists. I’m trying to create a form with information coming from a data-type API that has the structure I mentioned. First, I will load the data into the form using the API, and then I want to remove, add, or update information. I’ve already managed to create the form and load the information, but now I need to update it, add, or delete items. I’m using a Global custom state. When I try to set the state and do the “plus item” operation, the value I’m adding turns red, and I don’t know how to load or update the new data in the custom state. Regards.