from the sources: ``` const newState = JSON.parse(newValue); if (k === key && state !== newState) ``` `state !== newState` would always resolve to true since newState is just a newly created object returned from JSON parse