diff options
author | 2024-06-14 06:52:17 +0100 | |
---|---|---|
committer | 2024-06-14 06:52:17 +0100 | |
commit | fd9da98b19c52a0d72bcc8c896c82650e14e6ed4 (patch) | |
tree | 79f1b5b8398c83d05adca94652ab49369e8cbb8a /packages/integrations/react/server-v17.js | |
parent | 1b42229f51e7d16f7b5e70318f08c254a6ded038 (diff) | |
download | astro-fd9da98b19c52a0d72bcc8c896c82650e14e6ed4.tar.gz astro-fd9da98b19c52a0d72bcc8c896c82650e14e6ed4.tar.zst astro-fd9da98b19c52a0d72bcc8c896c82650e14e6ed4.zip |
feat: refine container APIs for renderers (#11251)
Diffstat (limited to 'packages/integrations/react/server-v17.js')
-rw-r--r-- | packages/integrations/react/server-v17.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/integrations/react/server-v17.js b/packages/integrations/react/server-v17.js index ad0c99622..16f6fcdcd 100644 --- a/packages/integrations/react/server-v17.js +++ b/packages/integrations/react/server-v17.js @@ -82,6 +82,7 @@ function renderToStaticMarkup(Component, props, { default: children, ...slotted } export default { + name: '@astrojs/react', check, renderToStaticMarkup, supportsAstroStaticSlot: true, |