[reactive-element] fixes inconsistent initial values in changed properties#4949
[reactive-element] fixes inconsistent initial values in changed properties#4949
Conversation
🦋 Changeset detectedLatest commit: ecb081a The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
📊 Tachometer Benchmark ResultsSummarynop-update
render
update
update-reflect
Resultsthis-change
render
update
update-reflect
this-change, tip-of-tree, previous-release
render
update
nop-update
this-change, tip-of-tree, previous-release
render
update
this-change, tip-of-tree, previous-release
render
update
update-reflect
|
|
The size of lit-html.js and lit-core.min.js are as expected. |
|
@freshp86 can you help verify that this version would address the issues you're seeing? Thanks. |
Will give it a shot and report back, but unfortunately trying non-released versions of Lit within local Chromium builds is not very straight forward. |
I have checked out Lit, patched this PR, and successfully ran |
For quick testing, maybe you can just copy the ReactiveElement and LitElement out and make your base class extend from those? |
Thanks! I have partially verified that these would work for us. For the record here is how I went about it.
I am not able to actually spawn our trybots with the modified Lit in Chromium's |
Co-authored-by: Justin Fagnani <justinfagnani@google.com>
Fixes #4916