Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use single-property observer to deal better with if=undefined. Fixes #…
…1742 This takes advantage of the fact that single property observers are called for each change (including undefined), whereas multi-property observers wait for all properties to be defined. Since the side-effect of the observe is to queue an async render, there is no real benefit from this being a multi-property observer. #1946 is open to track a more general fix for this issue.
- Loading branch information