Javascript – SolidJS Store : updating an object let another object with the same data being updated
I have a context/store with a two objects (settings and defaultSettings) that are populated while fetching the data from the Database with createResource and I am adding 'disabled' property to the 2 first persons. I need to compare settings and…