Skip to content

Commit

Permalink
fix(react): add missing export (#8137)
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored Aug 18, 2023
1 parent 5c190d0 commit 8c0a4ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/kind-bears-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/react': patch
---

Fix missing export for new `experimentalReactChildren` option
3 changes: 2 additions & 1 deletion packages/integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8c0a4ed

Please sign in to comment.