Steve Orvell

Results 42 comments of Steve Orvell

As noted in my comment, `requestAnimationFrame` can be used to wait until all elements have updated. This will only *not* be ideal if you need to make a series of...

Closing as we have no plans to address this beyond what you can do now: await a task (as described above). If there is a concrete proposal here, it's a...

@arthurevans It does look like we need to update the lifecycle docs to include info about when an update will be triggered. Specifically, we should discuss that derived properties can...

Closing as these use cases should be covered by `willUpdate` and `scheduleUpdate` which are documented here: https://lit.dev/docs/components/lifecycle/#reactive-update-cycle and https://lit.dev/docs/api/ReactiveElement/#ReactiveElement.scheduleUpdate.

Closing in favor of https://github.com/lit/rfcs/issues/11 since this should be included and/or covered by that proposal.

Closing in favor of lit/rfcs#10

Fixed via https://github.com/lit/lit/pull/2134

We really want to encourage users to use Shadow DOM since it's the right way to do DOM and style encapsulation. That said, a lot of users have these styling...

This isn't something we want to directly support in the core library, but you should feel free to make your own base class that customizes the behavior here. Please open...

Fixed via https://github.com/lit/lit/pull/3377.