We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f9edf commit 5208a3cCopy full SHA for 5208a3c
.changeset/quick-boats-bow.md
@@ -0,0 +1,5 @@
1
+---
2
+'astro': major
3
4
+
5
+Removed duplicate `astro/dist/jsx` export. Please use the `astro/jsx` export instead
packages/astro/package.json
@@ -64,7 +64,6 @@
64
"./package.json": "./package.json",
65
"./runtime/*": "./dist/runtime/*",
66
"./server/*": "./dist/runtime/server/*",
67
- "./dist/jsx/*": "./dist/jsx/*",
68
"./zod": {
69
"types": "./zod.d.ts",
70
"default": "./zod.mjs"
0 commit comments