Sorunome / arduino-upload

Atom Package for those who don't like the Arduino IDE
https://atom.io/packages/arduino-upload
MIT License
34 stars 7 forks source link

TextEditor.editorElement is deprecated. #29

Closed fille044 closed 6 years ago

fille044 commented 7 years ago

TextEditor.prototype.editorElement has always been private, but now it is gone. Reading the editorElement property still returns a reference to the editor element but this field will be removed in a later version of Atom, so we recommend using the element property instead.

TextEditor.editorElement (<embedded>:2381:20)
<unknown> (C:\Users\fille\.atom\packages\arduino-upload\lib\serial-view.coffee:44:42)
sh-cau commented 6 years ago

is there a solution to this?

Triforcey commented 6 years ago

@s1monhell it's nothing to worry about now, but the devs will need to update their code at some point or it may break.