Skip to content

Commit 7b8a9cc

Browse files
sarangkartikey50Sarang Kartikey
andauthored
added react/jsx in development flow steps for building react (#3505)
Co-authored-by: Sarang Kartikey <[email protected]>
1 parent 5e2a231 commit 7b8a9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/how-to-contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ If your project uses React from npm, you may delete `react` and `react-dom` in i
136136

137137
```sh
138138
cd ~/path_to_your_react_clone/
139-
yarn build react/index,react-dom/index,scheduler --type=NODE
139+
yarn build react/index,react/jsx,react-dom/index,scheduler --type=NODE
140140

141141
cd build/node_modules/react
142142
yarn link

0 commit comments

Comments
 (0)