We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528c194 commit 5c31edcCopy full SHA for 5c31edc
src/jsx-runtime.ts
@@ -13,3 +13,4 @@ function jsxAdapter(tag: any, props: Record<string, any>, key: any) {
13
export const Fragment = "";
14
export const jsx = jsxAdapter;
15
export const jsxs = jsxAdapter;
16
+export const jsxDEV = jsxAdapter;
0 commit comments