-
### Describe the bug
It's working fine in Svelte 4. I'm currently trying out the library in Svelte 5 and found my use case doesn't work.
I got an empty table with the same code. I suspect it cannot k…
rayrw updated
18 hours ago
-
# 🧹 Tech Debt
See this [Firefox bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1896515#c4) and this (unrelated) [Chromium bug](https://issues.chromium.org/issues/364568425).
To work around th…
-
### Describe the bug
I need to implement virtual list in vanilla js.
I used this approach:
```
import { Virtualizer } from 'https://cdn.jsdelivr.net/npm/@tanstack/virtual-core@3.2.0/+esm';
…
-
https://github.com/NIKJOO/x86-Code-Virtualizer
-
### Describe the bug
I use useVirtualize with `useWindowSize` for the responsive item size.
```tsx
const { width } = useWindowSize();
const columnVirtualizer = useVirtualizer({
horizontal: …
-
### Describe the bug
An usage of `useVirtual` gets compiled by React Compiler into something like this:
```
const virtualizer = (0,
_tanstack_react_virtual__WEBPACK_IMPORTED_MODULE_9__.useVirtua…
-
### Which package(s) are affected?
Virtualizer (@lit-labs/virtualizer)
### Description
Following the example to scroll list element into view.
`this.list[virtualizerRef].scrollElementIntoView({i…
-
### Describe the bug
Tanstack Virtual with WindowVirtualizer freezes when selecting any child of the virtualized list in the Components tab of React Devtools. Only full page refresh restores the vi…
Firnu updated
3 weeks ago
-
### Describe the bug
Sorry for the drive by issue…
We ran into a problem with react 19 today that was a pita to track down. So dropping it here incase it's useful to anyone.
We had a simple …
-
## 🧹 Tech Debt
The [scrollbar-gutter](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter) CSS feature allows you to reserve space in a component for a scrollbar. It's aware of system…