Skip to content

Commit 6e9da95

Browse files
authored
fix(jsx-runtime): revert jsxDEV (#12)
* revert jsxDEV * update CHANGELOG
1 parent d178820 commit 6e9da95

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
## [Unreleased]
4+
### Changed
5+
- fix(jsx-runtime): revert jsxDEV #12
46

57
## [0.8.0] - 2023-02-25
68
### Added

src/jsx-runtime.ts

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ export const jsx = (type: any, props: any, key: any) => {
1111
};
1212

1313
export const jsxs = jsx;
14+
export const jsxDEV = jsx;

0 commit comments

Comments
 (0)