mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
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.
This commit is contained in:
@@ -43,4 +43,8 @@ export {
|
||||
unstable_withSuspenseConfig,
|
||||
// enableBlocksAPI
|
||||
block,
|
||||
// enableJSXTransformAPI
|
||||
jsx,
|
||||
jsxs,
|
||||
jsxDEV,
|
||||
} from './src/React';
|
||||
|
||||
Reference in New Issue
Block a user