Conversation
|
Thanks for the PR! 🎉 We've deployed an automatic preview for this PR - you can see your changes here:
Note The build needs to finish before your changes are deployed. |
| super.updated(changedProperties); | ||
| willUpdate(changedProperties) { | ||
| super.willUpdate(changedProperties); | ||
| if (changedProperties.has('breakpoints') && changedProperties.get('breakpoints') !== undefined) { |
There was a problem hiding this comment.
This does depend on sizing, but the resize observer handles changes in size. This means that this check only exists for the case where breakpoints change but no resizing takes place, in which case using willUpdate is appropriate.
|
How many updates are happening before/after the changes? Generally I think using I believe the breakpoints might be responsible for a duplicate render cycle, and is one of the things we've wanted to remove/improve. |

GAUD-9528
The changes are really straightforward, I've gone over the changes and I believe all the changes in the
updateddon't depend on dom rendering. It's worth a sanity check though.Reverted changes to
PageableMixinbecause consumers that depend on elements being loaded could fail otherwise. This means that list would still throw the warning on demos.