Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: load correct messaging module in browser-only
The frontend generator erroneously included the Electron messaging module instead of the browser messaging module. Consequently, the browser-only environment attempted to establish a WebSocket connection to the backend. This issue has now been resolved. Fixes #13820
- Loading branch information