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
I've had this package working properly for a long time but had to change my method for handling Webpack externals from using a two package.json structure to a single one. Everything in my project works perfectly besides electron-spellchecker. Even electron-spellchecker works perfectly besides the issue below. It still builds the context menu and carries out cut and paste operations just fine. No matter what I do though, currentSpellchecker is always coming up null now.
Any ideas would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Try going into your node_modules folder and under electron-spellchecker/lib/spell-check-handler.js, change var _Observable = require('rxjs/Observable'); to var _Observable = require('rxjs'); and be sure to exit node/rebuild your app.
I've had this package working properly for a long time but had to change my method for handling Webpack
externals
from using a twopackage.json
structure to a single one. Everything in my project works perfectly besideselectron-spellchecker
. Evenelectron-spellchecker
works perfectly besides the issue below. It still builds the context menu and carries out cut and paste operations just fine. No matter what I do though,currentSpellchecker
is always coming upnull
now.Any ideas would be greatly appreciated!
The text was updated successfully, but these errors were encountered: