-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade & fix react devtools (#270)
- Loading branch information
Showing
7 changed files
with
37 additions
and
52 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
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
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 |
---|---|---|
@@ -1,10 +1,5 @@ | ||
export const DEBUG = process.env.NODE_ENV === "development"; | ||
|
||
// HACKHACK: this is currently not working, tried various packages (electron-devtools-installer, | ||
// electron-devtools-vendor, and standalone react-devtools), and nothing seems to work with the current combination of | ||
// Chromium, Electron, React, and the devtools extension. Likely due to https://github.com/facebook/react/issues/25939. | ||
export const INSTALL_REACT_DEVELOPER_TOOLS = false; | ||
|
||
export const LOCAL_STORAGE_KEY = "raga-app"; | ||
export const DEFAULT_AUDIO_FILES_SERVER_PORT = 8457; | ||
export const DEFAULT_ID3_TAG_USER_EMAIL = "[email protected]"; | ||
|
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
This file was deleted.
Oops, something went wrong.
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
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