-
-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(development): add react devtools page (#164)
- Loading branch information
1 parent
06b3ee2
commit 3f32d21
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: React Developer Tools | ||
description: Installing and using React Developer Tools in Spotify. | ||
--- | ||
|
||
To install React Developer Tools in Spotify: | ||
|
||
1. Launch Spotify in the developer mode (and with the `--enable-chrome-runtime` flag if you are using **Spotify older than 1.2.34**; without it React Developer Tools won't work) | ||
2. Press *Ctrl + Shift + T* | ||
3. Press *Ctrl + N* | ||
4. Navigate to the React Developer Tools page on Chrome Web Store using the address bar: `https://chromewebstore.google.com/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi` | ||
5. Press the "Add to Chrome" button | ||
6. Confirm your choice | ||
|
||
You may need to press *F5* to get the extension working. | ||
|
||
If you get an error saying that you're not allowed to install extensions, try using this switch: `--allowlisted-extension-id=fmkadmapgofadopljbjfkapdkoienihi`. | ||
|
||
You can find more info about React Developer Tools on the [official React website](https://react.dev/learn/react-developer-tools). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters