Skip to content
Discussion options

You must be logged in to vote

Yes, I've read the documentation. I installed electron-devtools-installer and enabled it in my app's main
process.

import { installExtension, REDUX_DEVTOOLS, REACT_DEVELOPER_TOOLS } from 'electron-devtools-installer';

app.whenReady().then(() => {
installExtension([REDUX_DEVTOOLS, REACT_DEVELOPER_TOOLS])
.then(([redux, react]) => console.log(`Added extensions: ${redux.name}, ${react.name}`))
.catch((err) => console.log('An error occurred: ', err));
});

But when I run the program, neither React Dev Tools nor Redux Dev Tools appear.

The console displays the message:
Download the React DevTools for a better development experience: https://react.dev/link/react-devtools.
React Dev Tools and R…

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@ENNA-Egor
Comment options

Answer selected by ENNA-Egor
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@ENNA-Egor
Comment options

@guasam
Comment options

@ENNA-Egor
Comment options

@guasam
Comment options

@ENNA-Egor
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants