Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The spellchecker no longer works with Electron 4.x #161

Open
ux-leap opened this issue Sep 29, 2019 · 0 comments
Open

The spellchecker no longer works with Electron 4.x #161

ux-leap opened this issue Sep 29, 2019 · 0 comments

Comments

@ux-leap
Copy link

ux-leap commented Sep 29, 2019

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:

const electronSpellchecker = require('electron-spellchecker')

and starting my project...

@ux-leap ux-leap changed the title The spellchecker no longer works with Electron 6.x The spellchecker no longer works with Electron 4.x Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant