We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The bindModel and prop-attr-reflection tests are failing with Object.observe on. This appears to be a test timing issue.
The text was updated successfully, but these errors were encountered:
The issue is that we cannot rely on this construction for ensuring data changes are 'done':
Platform.flush(); Platform.endOfMicrotask(...);
Instead, we need another asynchrony like requestAnimationFrame/setTimeout.
Sorry, something went wrong.
Fixed via e035cf0
Make tests pass under presence of O.o; fixes Polymer/polymer#302.
e035cf0
sorvell
No branches or pull requests
The bindModel and prop-attr-reflection tests are failing with Object.observe on. This appears to be a test timing issue.
The text was updated successfully, but these errors were encountered: