Unable to edit data in store ( Solved )
I have a store function that is meant to update some of the properties of an existing
I am trying to update the properties using the
However, within the following code section, the
the screenshot shows the modified, and original object.
Why could this be happening?
collection within an array of collections.I am trying to update the properties using the
Object.assign method:However, within the following code section, the
collection object does not update within the array itself after being returned from the map function:the screenshot shows the modified, and original object.
Why could this be happening?

