Gray Norton
Gray Norton
Thanks for the report, @megheaiulian! Yes, this was an oversight in previous releases, but `virtualizerRef` will be exported in the next version, along with the `VirtualizerHostElement` type. You can see...
Hi, @Westbrook! It looks like you may have pasted the wrong Playground link in. Can you double-check?
Looks like the underlying TypeScript support is in place as of v4.3: https://github.com/microsoft/TypeScript/pull/42425
> Could you please clarify if this logo is OK to use for a website with a curated collection of resources related to web components? @web-padawan Yes, feel free to...
Here's a fairly minimal repro case involving lit-mobx (tap the *Swap* button after the initial render): https://lit.dev/playground/#gist=dcd6e88aab653c7a4972424062fbac15 And here's a similar repro case without lit-mobx: https://lit.dev/playground/#gist=0333402d575de67644292ffb0c779fef We have an apparent...
The `scrollElementIntoView()` method has been replaced; the new API is documented here: https://github.com/lit/lit/tree/main/packages/labs/virtualizer#scrolling-a-child-element-into-view I see that there is an example later in the docs that still refers to the old...
I have a fix for this which I'll aim to make a PR for within the next few days. Here's a slighly simpler repro playground: https://lit.dev/playground/#gist=6a390f63e073af29833b00e9ac2e18e9
Thanks for the bug report, @jpzwarte. I don't suppose you have a repro case we can run? A minimal repro in the Lit Playground would be ideal, but anything is...
The short answer is that it doesn't work. We did some experimentation along these lines in an earlier phase of the project and it seemed tantalizingly close, but the techniques...
Thanks for bringing this to my attention. I'm not inclined to restore this API option, but I will figure out a way to fix the issue with mobile Safari.