Posted on Tuesday, April 12, 2022 @ 08:59 AM UTC by Kaine
When updating the state in React I was taught to first copy the objects using the spread operator. However, this doesn't actually copy the objects, it just copies the reference of the object. ie, it's the same object! If you're unaware of it, this could catch you off guard.