diff options
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, |