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
paper-checkbox is doing work on the attached callback that is causing style recalc.
Please consider doing the work later either by using Polymer.RenderStatus.afterNextRender or when it's required if possible.
Polymer.RenderStatus.afterNextRender
This is affecting Chrome History.
The text was updated successfully, but these errors were encountered:
note: we dropped <paper-checkbox> from chrome history, so it doesn't affect us any more (but we only dropped it because of performance).
<paper-checkbox>
we ended up implementing a subset of the functionality that works the same way but has less logic and didn't need a label
Sorry, something went wrong.
No branches or pull requests
paper-checkbox is doing work on the attached callback that is causing style recalc.
Please consider doing the work later either by using
Polymer.RenderStatus.afterNextRender
or when it's required if possible.This is affecting Chrome History.
The text was updated successfully, but these errors were encountered: