/** removing solid store proxy's circular references before passing to immer */const clean = <T>(t: T): T => structuredClone(unwrap(t))