@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.es.js
CHANGED
|
@@ -972,7 +972,7 @@ class Document$1 extends NextDocument {
|
|
|
972
972
|
});
|
|
973
973
|
}
|
|
974
974
|
}
|
|
975
|
-
const version = "0.2.
|
|
975
|
+
const version = "0.2.20";
|
|
976
976
|
function isErrorWithMessage(error) {
|
|
977
977
|
return typeof error === "object" && error !== null && "message" in error && typeof error.message === "string";
|
|
978
978
|
}
|
|
@@ -1218,7 +1218,7 @@ const Page = memo(({
|
|
|
1218
1218
|
rootElements: /* @__PURE__ */ new Map([[snapshot.document.id, snapshot.document.data]]),
|
|
1219
1219
|
children: /* @__PURE__ */ jsx(Page$1, {
|
|
1220
1220
|
document: snapshot.document
|
|
1221
|
-
})
|
|
1221
|
+
}, snapshot.document.data.key)
|
|
1222
1222
|
});
|
|
1223
1223
|
});
|
|
1224
1224
|
const keys = (o) => Object.keys(o);
|