From 74d047e8c3c1b18039995a4792b630a7a7a6fa7a Mon Sep 17 00:00:00 2001 From: Tobias Hale Date: Tue, 20 Aug 2019 13:06:24 +0100 Subject: [PATCH] Include step to checkout v3 branch before building the devtools extension (#2269) --- content/blog/2019-08-15-new-react-devtools.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/blog/2019-08-15-new-react-devtools.md b/content/blog/2019-08-15-new-react-devtools.md index 1841a51d..8e52dfae 100644 --- a/content/blog/2019-08-15-new-react-devtools.md +++ b/content/blog/2019-08-15-new-react-devtools.md @@ -60,6 +60,9 @@ git clone https://github.com/facebook/react-devtools cd react-devtools +# Checkout the previous release branch +git checkout v3 + # Install dependencies and build the unpacked extension yarn install yarn build:extension