Skip to content

Commit 7e83af1

Browse files
authored
Put React.jsx and React.jsxDEV behind experimental build (#18023)
This PR puts the React.jsx and React.jsxDEV (enableJSXTransformAPI feature flag) in the experimental build so that we can use it to test React Native.
1 parent 8cb2fb2 commit 7e83af1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/react/index.experimental.js

+4
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,8 @@ export {
4343
unstable_withSuspenseConfig,
4444
// enableBlocksAPI
4545
block,
46+
// enableJSXTransformAPI
47+
jsx,
48+
jsxs,
49+
jsxDEV,
4650
} from './src/React';

0 commit comments

Comments
 (0)