Skip to content

Commit

Permalink
add jsxDEV to jsx-runtime shim
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Kim committed Mar 18, 2024
1 parent b853c8d commit 62fae60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jsx-runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ function jsxAdapter(tag: any, props: Record<string, any>, key: any) {
export const Fragment = "";
export const jsx = jsxAdapter;
export const jsxs = jsxAdapter;
export const jsxDEV = jsxAdapter;

0 comments on commit 62fae60

Please sign in to comment.