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
The spellchecker no longer works with Electron 4.2.11
App threw an error during load TypeError: Cannot destructure propertyMenuof 'undefined' or 'null'. at Object.<anonymous> (/Users/someuser/Development/electron-outlook/Office365/node_modules/electron-spellchecker/src/context-menu-builder.js:4:26) at Object.<anonymous> (/Users/someuser/Development/electron-outlook/Office365/node_modules/electron-spellchecker/src/context-menu-builder.js:437:3) at Module._compile (internal/modules/cjs/loader.js:693:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:704:10) at Module.load (internal/modules/cjs/loader.js:602:32) at tryModuleLoad (internal/modules/cjs/loader.js:541:12) at Function.Module._load (internal/modules/cjs/loader.js:533:3) at Module.require (internal/modules/cjs/loader.js:640:17) at require (internal/modules/cjs/helpers.js:20:18) at Object.<anonymous> (/Users/rafalrutyna/Development/electron-outlook/Office365/node_modules/electron-spellchecker/src/index.js:1:183)
I get this error after adding only this:
The spellchecker no longer works with Electron 4.2.11
App threw an error during load TypeError: Cannot destructure property
Menuof 'undefined' or 'null'. at Object.<anonymous> (/Users/someuser/Development/electron-outlook/Office365/node_modules/electron-spellchecker/src/context-menu-builder.js:4:26) at Object.<anonymous> (/Users/someuser/Development/electron-outlook/Office365/node_modules/electron-spellchecker/src/context-menu-builder.js:437:3) at Module._compile (internal/modules/cjs/loader.js:693:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:704:10) at Module.load (internal/modules/cjs/loader.js:602:32) at tryModuleLoad (internal/modules/cjs/loader.js:541:12) at Function.Module._load (internal/modules/cjs/loader.js:533:3) at Module.require (internal/modules/cjs/loader.js:640:17) at require (internal/modules/cjs/helpers.js:20:18) at Object.<anonymous> (/Users/rafalrutyna/Development/electron-outlook/Office365/node_modules/electron-spellchecker/src/index.js:1:183)
I get this error after adding only this:
const electronSpellchecker = require('electron-spellchecker')
and starting my project...
The text was updated successfully, but these errors were encountered: