Skip to content

Commit 5c31edc

Browse files
Brian Kimbrainkim
Brian Kim
authored andcommitted
add jsxDEV to jsx-runtime shim
1 parent 528c194 commit 5c31edc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jsx-runtime.ts

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ function jsxAdapter(tag: any, props: Record<string, any>, key: any) {
1313
export const Fragment = "";
1414
export const jsx = jsxAdapter;
1515
export const jsxs = jsxAdapter;
16+
export const jsxDEV = jsxAdapter;

0 commit comments

Comments
 (0)