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
I create a lot of BrowserWindows for my app, of which only 1 of them has a redux store. Looking at forwardToRenderer implementation, it seems like it's broadcasting the redux-action message to ALL webContents on the app. Is there any easy way to specify only a single webContents to receive the redux-action IPC message?
The text was updated successfully, but these errors were encountered:
I create a lot of BrowserWindows for my app, of which only 1 of them has a redux store. Looking at
forwardToRenderer
implementation, it seems like it's broadcasting theredux-action
message to ALL webContents on the app. Is there any easy way to specify only a single webContents to receive theredux-action
IPC message?The text was updated successfully, but these errors were encountered: