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:
Luna Ruan
2020-03-02 18:08:40 -08:00
committed by GitHub
parent 8cb2fb21eb
commit 7e83af17ce
+4
View File
@@ -43,4 +43,8 @@ export {
unstable_withSuspenseConfig,
// enableBlocksAPI
block,
// enableJSXTransformAPI
jsx,
jsxs,
jsxDEV,
} from './src/React';