-
Notifications
You must be signed in to change notification settings - Fork 2k
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
legacy-data-mixin doesn't work with wildcards observers #5428
Labels
Comments
vdonich
changed the title
I've hit another snag when using wildcards.
legacy-data-mixin doesn't work with wildcards observers
Nov 6, 2018
Hey Kevin, can you give an update on this? This is blocking the Gerrit Polymer 2 migration at the moment. Thanks, Ben |
kevinpschaaf
added a commit
that referenced
this issue
Apr 11, 2019
kevinpschaaf
added a commit
that referenced
this issue
Apr 12, 2019
kevinpschaaf
added a commit
that referenced
this issue
Apr 13, 2019
[legacy-data-mixin] Ensure wildcard arguments get undefined treatment. Fixes #5428.
kevinpschaaf
added a commit
that referenced
this issue
Apr 13, 2019
…-2.x [legacy-data-mixin 2.x] Ensure wildcard arguments get undefined treatment. Fixes #5428
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Observer is being called despite undefined property value.
Change record is valid, but all value-related properties such as changeRecord.base and changeRecord.value are undefined:
Here's the jsfiddle with example:
https://jsfiddle.net/gaj0umLs/26/
Originally posted by @vdonich in #5266 (comment)
The text was updated successfully, but these errors were encountered: