IvanMilosav
Results
1
issues of
IvanMilosav
https://beta.reactjs.org/learn/updating-objects-in-state#updating-a-nested-object I think that deep cloning object with structuredClone() and putting the clone into setPerson() is better solution for the problem than using the spread operator. The the example that...