function Component() { const x = {}; { const x = []; const fn = function () { mutate(x); }; fn(); } return x; // should return {} }