-
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
Property value incorrectly if using both of static properties() and @property decorator #890
Closed
5 tasks done
Labels
Comments
+1 |
sorvell
pushed a commit
to lit/lit
that referenced
this issue
Sep 2, 2020
Non-breaking fixes for minor issues. * fixes lit/lit-element#722 * fixes lit/lit-element#890
Status: This has been fixed in the |
This was referenced Sep 21, 2021
Closed
Closed
1 task
1 task
This was referenced Nov 17, 2021
Closed
1 task
This was referenced Jan 28, 2022
This was referenced Mar 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Lit-Element handle properties value incorrectly if using both of
static properties()
and@property
decorator for create element extends from abstract class.I think this problem is related with
@property
in child classLive Demo
https://stackblitz.com/edit/lit-element-properties-problem?file=my-element.ts
Steps to Reproduce by using TypeScript
abstract class BaseElement
MyElement
Expected Results
foo property value and element render should be true
Actual Results
foo property value and element render is false
Browsers Affected
Versions
The text was updated successfully, but these errors were encountered: