abe33 / atom-tablr

Edit CSV files using a table editor
MIT License
165 stars 44 forks source link

HTMLDocument.registerElement is deprecated. #116

Open Proxxy0 opened 1 year ago

Proxxy0 commented 1 year ago

Use customElements.define instead of document.registerElement see https://javascript.info/custom-elements

HTMLDocument.registerElement (file:///C:/Users/Noah/AppData/Local/Programs/pulsar/resources/app.asar/static/index.js:99:12)
module.exports (C:\Users\Noah\.pulsar\packages\tablr\node_modules\atom-utils\lib\register-or-update-element.js:65:31)
element (C:\Users\Noah\.pulsar\packages\tablr\lib\decorators\element.js:6:10)
Function.initClass (C:\Users\Noah\.pulsar\packages\tablr\lib\csv-editor-element.js:20:12)
Object.<anonymous> (C:\Users\Noah\.pulsar\packages\tablr\lib\csv-editor-element.js:222:35)
Object.<anonymous> (C:\Users\Noah\.pulsar\packages\tablr\lib\csv-editor-element.js:224:3)