After upgrading to Compass 1.16.3 stable, the View: Toggle DevTools menu action gives an uncaught javascript exception.
A JavaScript error occurred in the main process
Uncaught Exception:
TypeError: Cannot read property 'toggleDevTools' of null
at click (/Applications/MongoDB Compass.app/Contents/Resources/app.asar/src/main/menu.js:293:43)
at MenuItem.click (/Applications/MongoDB Compass.app/Contents/Resources/electron.asar/browser/api/menu-item.js:55:9)
at Function.executeCommand (/Applications/MongoDB Compass.app/Contents/Resources/electron.asar/browser/api/menu.js:29:13)
However, on my system this only seems to have been a problem on the first run of Compass. After restarting Compass, I am unable to reproduce the error again.