You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
process.type === 'renderer' ensures that I'm not in the browser process, and !process.guestInstanceId ensures I'm not in a webView.
What I actually did in our production code was I separated BrowserStore and RendererStore and exported one based on what process I was in (since there were some other custom details).
Renderer
It seems obvious, the UI actions of LogMonitor cannot be apply to main process store, any plans to solve this problem?
The text was updated successfully, but these errors were encountered: