Skip to content

Commit

Permalink
fix(jsx-runtime): revert jsxDEV (#12)
Browse files Browse the repository at this point in the history
* revert jsxDEV

* update CHANGELOG
  • Loading branch information
dai-shi authored Feb 25, 2023
1 parent d178820 commit 6e9da95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## [Unreleased]
### Changed
- fix(jsx-runtime): revert jsxDEV #12

## [0.8.0] - 2023-02-25
### Added
Expand Down
1 change: 1 addition & 0 deletions src/jsx-runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ export const jsx = (type: any, props: any, key: any) => {
};

export const jsxs = jsx;
export const jsxDEV = jsx;

0 comments on commit 6e9da95

Please sign in to comment.