@makeswift/runtime 0.2.19 → 0.2.20
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.
package/dist/index.cjs.js
CHANGED
|
@@ -1007,7 +1007,7 @@ class Document$1 extends NextDocument__default["default"] {
|
|
|
1007
1007
|
});
|
|
1008
1008
|
}
|
|
1009
1009
|
}
|
|
1010
|
-
const version = "0.2.
|
|
1010
|
+
const version = "0.2.20";
|
|
1011
1011
|
function isErrorWithMessage(error) {
|
|
1012
1012
|
return typeof error === "object" && error !== null && "message" in error && typeof error.message === "string";
|
|
1013
1013
|
}
|
|
@@ -1253,7 +1253,7 @@ const Page = React.memo(({
|
|
|
1253
1253
|
rootElements: /* @__PURE__ */ new Map([[snapshot.document.id, snapshot.document.data]]),
|
|
1254
1254
|
children: /* @__PURE__ */ jsxRuntime.jsx(Page$1, {
|
|
1255
1255
|
document: snapshot.document
|
|
1256
|
-
})
|
|
1256
|
+
}, snapshot.document.data.key)
|
|
1257
1257
|
});
|
|
1258
1258
|
});
|
|
1259
1259
|
const keys = (o) => Object.keys(o);
|