-
|
Hello. I've included Redux Toolkit in the build. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
|
Hey, have you gone through the official docs of electron for installating the required devtools? |
Beta Was this translation helpful? Give feedback.
-
|
Is there somewhere I can find a similar code for connecting Redux Dev Tools to Electron? Maybe I'm doing something wrong. Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
@ENNA-Egor got any repo you can share where you followed the official docs approach but still the devtool refuse to work? that'd help find some solution faster 🙂 |
Beta Was this translation helpful? Give feedback.
Yes, I've read the documentation. I installed electron-devtools-installer and enabled it in my app's main
process.
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…