lukehoban / atom-ide-flow

Atom IDE support for Flow
MIT License
87 stars 17 forks source link

HTMLElement.rootElement is deprecated. #57

Open tupy opened 5 years ago

tupy commented 5 years ago

The contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. Please, stop using rootElement and access the editor contents directly instead.

HTMLElement.rootElement (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor-element.js:23:10)
getElementsByClass (/Users/tupy/.atom/packages/ide-flow/lib/utils.coffee:52:17)
new EditorControl (/Users/tupy/.atom/packages/ide-flow/lib/editor-control.coffee:24:23)
<unknown> (/Users/tupy/.atom/packages/ide-flow/lib/plugin-manager.coffee:17:46)
Workspace.observeTextEditors (<embedded>:11:428231)
new PluginManager (/Users/tupy/.atom/packages/ide-flow/lib/plugin-manager.coffee:13:49)