+ 5
Please who has worked with electron in react project
I build a react electron project which worked fine in development, but after building the app to executable windows app, the application window opens but does not display the content of the app
2 Respuestas
+ 2
Edit the file that is specified in the Electron program. If this does not help, then reinstall the library. Library documentation: https://www.electronjs.org/docs.
0
Thanks solved
It was issue with the conditional rendering that loads the electron app in development and in production