storybook 9.0.0-rc.5 → 9.1.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42833,7 +42833,7 @@ var LRe = /* @__PURE__ */ o(({ parameters: e }) => {
42833
42833
  if (Array.isArray(e)) {
42834
42834
  t++;
42835
42835
  for (let n = 0; n < e.length; n++)
42836
- e[n] = pS(e[n], t);
42836
+ Object.getOwnPropertyDescriptor(e, n)?.writable && (e[n] = pS(e[n], t));
42837
42837
  return e;
42838
42838
  }
42839
42839
  if (typeof e == "object" && e.constructor === Object) {