MattiasJa
MattiasJa
### Which package(s) are affected? Virtualizer (@lit-labs/virtualizer) ### Description Following the example to scroll list element into view. `this.list[virtualizerRef].scrollElementIntoView({index: idx}); ` However, this is reported as scrollElementIntoView is not a...
Hello, sometimes when navigating in our app, usually back and forth between two routes, we get double placeholders. One contain content from the single-spa react app @ns/right. But the other...
Hi, fail trying to minify css with some container queries. Reproduce by adding this minimal css : ``` @container small (width < 768px) { h2 { width: 100%; } }...
### Which package(s) are affected? Virtualizer (@lit-labs/virtualizer) ### Description When scrolling to a far away element, for example using virtualizer.element(xyz).scrollIntoView then nothing gets rendered, For example 30000 elements in the...