electron-userland / electron-spellchecker

Implement spellchecking, correctly
MIT License
238 stars 83 forks source link

Non-context-aware native module warning #167

Open tidg opened 4 years ago

tidg commented 4 years ago

Hi, In the latest stable version of Electron v 8.0.2, we notice this warning (node:82171) Electron: Loading non-context-aware native module in renderer: '/node_modules/@felixrieseberg/spellchecker/build/Release/spellchecker.node'. This is deprecated, see https://github.com/electron/electron/issues/18397

Could you migrate the current version of the plugin to become "Context Aware" and to avoid an error on the next versions of Electron.

Thanks!

matheustavaresdev commented 4 years ago

Having the same issue here