-
Notifications
You must be signed in to change notification settings - Fork 142
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
Firestore Live Binding Splices Multiple Times. #326
Comments
Hm, could you please provide some small repro of this? What’s your Polymer version? https://github.com/Polymer/polymer/releases/tag/v2.5.0 introduced some changes to the I believe the PR you’ve made does not fix the core problem here, unfortunately, but the concept might fix some other issues, so I’d love to help you with it. |
Totally, I was having trouble getting this to work earlier and wanted to make sure I opened this issue, but this is the expected experience: https://intelligent-bracket.glitch.me/ and this is the current one: https://pepper-purchase.glitch.me/ Notice that in I tracked it down to the method |
Also, I am using Polymer 2.5.0. However, as I can see the mixin call |
Description
When a live collection is mapped to with more than one property:
vs the more standard
The bindings are triggered twice.
Expected outcome
Getting a fourth item from remote on live update should turn:
into
Actual outcome
turns into
and then into
Steps to reproduce
Browsers Affected
The text was updated successfully, but these errors were encountered: