-
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
recycle problem #887
Comments
I don't have enough to go on here. Where's the waiting? What do you mean by catch? Can you put a demo on Stackblitz? |
I guess author means microtask timing and |
Probably, he is requesting the same as #643 Currently i use |
@hzmnet Per our CONTRIBUTING.md guidelines, we really need a clear reproduction case that demonstrates the issue you are having so that we can help you. Please try to add a repro case. Thanks. |
Closing since we don't have a repro and are not sure how to proceed with helping. If there is still an issue, please re-open with a clear reproduction case. Thanks. |
many times we want to catch an element or property need to waiting for firstUpdated() and then continue to next step.
it means Lit-element this framework will spend much time on waiting and useless render.
is there any way we don't need to render and then catch an element or property?
since the Polymer quick than Lit-element. when the
<main>
get the query propety changed it still on not Update state.The text was updated successfully, but these errors were encountered: