//Update the whole object without losing the Proxy Object.keys(proxyObj).forEach((key, index) => { proxyObj[key] = newObj[key]; }); //If you find something better pls comment