diff --git a/docs/nix_web_setup.md b/docs/nix_web_setup.md index 0d331e6aa..07f796d27 100644 --- a/docs/nix_web_setup.md +++ b/docs/nix_web_setup.md @@ -1,9 +1,13 @@ # Nix web prerequisites ## React Dev Tools Chrome extension The React Dev Tools Chrome extension lets you inspect the React component tree for web applications in Chrome. You can install it by navigating [here](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi) on Chrome. +Make sure to restart Chrome after installing the extension! + ## Redux Dev Tools Chrome extension The Redux Dev Tools Chrome extension lets you watch for Redux actions and inspect the Redux store state for web applications in Chrome. To install it, navigate [here](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd) on Chrome. + +Make sure to restart Chrome after installing the extension!