From 7b8a9cc67d12e9dc655b0545fc924e9e11fc87b1 Mon Sep 17 00:00:00 2001 From: Sarang Kartikey Date: Tue, 2 Feb 2021 17:05:41 +0530 Subject: [PATCH] added react/jsx in development flow steps for building react (#3505) Co-authored-by: Sarang Kartikey --- content/docs/how-to-contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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