-
Notifications
You must be signed in to change notification settings - Fork 319
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
litelemnt lifecycle issue #842
Comments
If you want to access elements inside Example:
|
@danielbarion it could not change the order call() will before all the lifecycle func #1 new= new element |
Oh, i got it now, my bad.. sorry for my answer. |
For efficiency, LitElement renders its DOM asynchronously. You can use the For example:
|
but did the bug solve? the order still not correct! |
in the litelemnt all the function could be call outside before shadowroot is implement
new= new element
new.call() // in call you could not query any node in shadowroot!
The text was updated successfully, but these errors were encountered: