diff --git a/packages/astro/src/runtime/server/astro-island.ts b/packages/astro/src/runtime/server/astro-island.ts index d9a13146e510..3f257ef47674 100644 --- a/packages/astro/src/runtime/server/astro-island.ts +++ b/packages/astro/src/runtime/server/astro-island.ts @@ -30,6 +30,7 @@ declare const Astro: { 9: (value) => new Uint16Array(value), 10: (value) => new Uint32Array(value), 11: (value) => Infinity * value, + 12: (value) => value, }; // Not using JSON.parse reviver because it's bottom-up but we want top-down