-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTMLDocument.registerElement is deprecated. #2605
Comments
Are any updates yet? |
when will this issue be fixed ? |
same problem here |
seems that the package is not receiving any updates, as the author says he is focused on https://github.com/Unibeautify/ project, Don't forget that Atom is at his end of life unfortunately, by the end of the year! I was sad for 'jumping off' this boat, but I had to keep moving, so here I am using |
yh ik thats very sad... so does vscode have anything like this package? to beautify our codes? |
Pulsar is the next iteration of Atom. Same issue there. |
Use
customElements.define
instead ofdocument.registerElement
see https://javascript.info/custom-elementsThe text was updated successfully, but these errors were encountered: