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
Uncaught Exception:
TypeError: Cannot read property 'x' of undefined
at getBrowserWindowOptions (/Applications/DevHub.app/Contents/Resources/app.asar/dist/window.js:171:39)
at createWindow (/Applications/DevHub.app/Contents/Resources/app.asar/dist/window.js:67:46)
at Object.updateOrRecreateWindow (/Applications/DevHub.app/Contents/Resources/app.asar/dist/window.js:210:22)
at App.<anonymous> (/Applications/DevHub.app/Contents/Resources/app.asar/dist/index.js:113:16)
at App.emit (events.js:315:20)
The app seems to continue loading fine...
On MacOS Monterey 12.3 on MacBook Pro (16-inch, 2021)
The text was updated successfully, but these errors were encountered:
I've implemented the optional chaining to handle the potential undefined values for menubarWindowState and mainWindowState. The updated code snippet is as follows:
As I don't have macOS, I couldn't verify whether the above check is working well or not. If it is not working as expected, please ensure that the init() function is called before this function.
On startup I get the following error:
The app seems to continue loading fine...
On MacOS Monterey 12.3 on MacBook Pro (16-inch, 2021)
The text was updated successfully, but these errors were encountered: