-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
warning: WebContents #1 called ipcRenderer.sendSync() with 'electron-store-get-data' channel without listeners. #43
Comments
Flie 1:
|
to be fair I am upgrading my Electron.js v10 app to v15.3.1 |
I ran into something similar trying to use
|
It happens to me. "electron": "^20.1.3", But require |
Add below code in const ElectronStore = require('electron-store');
ElectronStore.initRenderer(); It works for me! |
This resolves the issue it seems. import Store from "electron-store"
Store.initRenderer() |
package.json
command
package.json
The text was updated successfully, but these errors were encountered: