diff --git a/content/docs/how-to-contribute.md b/content/docs/how-to-contribute.md index 59ce86de..f6f2f0a8 100644 --- a/content/docs/how-to-contribute.md +++ b/content/docs/how-to-contribute.md @@ -136,7 +136,7 @@ If your project uses React from npm, you may delete `react` and `react-dom` in i ```sh cd ~/path_to_your_react_clone/ -yarn build react/index,react-dom/index,scheduler --type=NODE +yarn build react/index,react/jsx,react-dom/index,scheduler --type=NODE cd build/node_modules/react yarn link