We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From discussion: https://main.elk.zone/indieweb.social/@thomasreggi/111569486541264803
Reproduction: https://gist.github.com/reggi/a4bc79ec03b9cdb1ee9fd6c61ee8e081
Found children usage is possible by using onInit hook and storing the initial children there: https://codepen.io/ayoayco-the-styleful/pen/gOqJbzW?editors=1011
onInit
The text was updated successfully, but these errors were encountered:
Maybe a readonly this.children to access initial children will do
this.children
Sorry, something went wrong.
Also support by allowing cloneNode of template contents
No branches or pull requests
From discussion: https://main.elk.zone/indieweb.social/@thomasreggi/111569486541264803
Reproduction: https://gist.github.com/reggi/a4bc79ec03b9cdb1ee9fd6c61ee8e081
Found children usage is possible by using
onInit
hook and storing the initial children there: https://codepen.io/ayoayco-the-styleful/pen/gOqJbzW?editors=1011The text was updated successfully, but these errors were encountered: