Skip to content

Commit

Permalink
Put React.jsx and React.jsxDEV behind experimental build (#18023)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lunaruan committed Mar 3, 2020
1 parent 8cb2fb2 commit 7e83af1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/react/index.experimental.js
Expand Up @@ -43,4 +43,8 @@ export {
unstable_withSuspenseConfig,
// enableBlocksAPI
block,
// enableJSXTransformAPI
jsx,
jsxs,
jsxDEV,
} from './src/React';

0 comments on commit 7e83af1

Please sign in to comment.