Closed bhaskardabhi-oviyum closed 7 years ago
The contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. Please, stop using shadowRoot and access the editor contents directly instead.
atom-text-editor
shadowRoot
atom-text-editor.Object.defineProperty.get (/private/var/folders/6f/yxqxylfd30qbn9gm2hs3mm3c0000gn/T/AppTranslocation/6187B810-E41E-434C-AA7B-FD4585D467AE/d/Atom Beta.app/Contents/Resources/app.asar/src/text-editor-element.js:58:18) FunctionProvider.registerAnnotationEventHandlers (/Users/bhaskardabhi/.atom/packages/atom-autocomplete-php/lib/annotation/abstract-provider.coffee:223:56) FunctionProvider.placeAnnotation (/Users/bhaskardabhi/.atom/packages/atom-autocomplete-php/lib/annotation/abstract-provider.coffee:196:19) FunctionProvider.<anonymous> (/Users/bhaskardabhi/.atom/packages/atom-autocomplete-php/lib/annotation/abstract-provider.coffee:147:32) FunctionProvider.registerAnnotations (/Users/bhaskardabhi/.atom/packages/atom-autocomplete-php/lib/annotation/abstract-provider.coffee:150:12) <unknown> (/Users/bhaskardabhi/.atom/packages/atom-autocomplete-php/lib/annotation/abstract-provider.coffee:32:17)
Showing a total of 7 Depreciation message in PHP Auto-complete plugin.
Fixed thank you.
The contents of
atom-text-editor
elements are no longer encapsulated within a shadow DOM boundary. Please, stop usingshadowRoot
and access the editor contents directly instead.