summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2023-08-18 10:26:07 -0500
committerGravatar GitHub <noreply@github.com> 2023-08-18 10:26:07 -0500
commit8c0a4ed106efeda286f0aae8b959008f9462b5ec (patch)
tree3ed26c0ea0722874a486a774e463536775534aaa /packages/integrations/react
parent5c190d06f1cec6a4ecd2a1fbfc77c498c91b9d2c (diff)
downloadastro-8c0a4ed106efeda286f0aae8b959008f9462b5ec.tar.gz
astro-8c0a4ed106efeda286f0aae8b959008f9462b5ec.tar.zst
astro-8c0a4ed106efeda286f0aae8b959008f9462b5ec.zip
fix(react): add missing export (#8137)
Diffstat (limited to 'packages/integrations/react')
-rw-r--r--packages/integrations/react/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 23b19447e..3b4e015e2 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -26,7 +26,8 @@
"./server.js": "./server.js",
"./server-v17.js": "./server-v17.js",
"./package.json": "./package.json",
- "./jsx-runtime": "./jsx-runtime.js"
+ "./jsx-runtime": "./jsx-runtime.js",
+ "./vnode-children.js": "./vnode-children.js"
},
"files": [
"dist",