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
🤖 fix: restore React DevTools by reverting to dynamic import
The refactor in a55417a changed from using dynamic import() inside
app.whenReady() to using require() at module load time. This broke
React DevTools because electron-devtools-installer accesses Electron
APIs that aren't available until the app is ready.
Reverted to the working approach from commit 1e08943 that uses
await import() inside the app.whenReady() handler.
_Generated with `mux`_
0 commit comments