-
**Describe the bug**
Using `VirtuosoMockContext` to test components using Virtuoso fails as soon as `initialTopMostItemIndex` is set to something other than undefined or 0.
**Reproduction**
1. Op…
-
#219
-
**Description**
When using Grouped Mode and useWindowScroll, having another sticky element above will cause the Group headers to disappear behind the external sticky element.
I've tried using custo…
-
**Describe the bug**
When using typescript and a custom List, Typescript throws an error and says it expects an HTMLDivElement when you try to pass the ref to anything else, for example an unordered …
-
`itemContent` is getting called with 0 items in a grouped Array with GroupedVirtuoso. With Virtuoso list this does not happen with an empty array.
**Reproduction**
I have created a sandbox with a …
-
**Describe the bug**
When using a custom TableBody component, we need to forward a `ref` to it. However, react-virtuoso types expect this `ref` to point to a `tbody` element, so when I try to use a `…
-
Hi,
I'm trying to build my project with `react-sortable-tree` dependency but it ends on error
```
node_modules/@nosferatu500/react-sortable-tree/react-sortable-tree.d.ts:63:21 - error TS2314: G…
-
**Describe the bug**
The restoreStateFrom property doesn't restore the scroll position correctly despite the data hasn't changed.
I followed the example in (https://github.com/petyosi/react-virtuo…
mbret updated
2 months ago
-
At the moment using the `select-all` checkbox leads to re-rendering all `ResultCard` components which takes 1-2 seconds and affects the user experience.
As part of addressing #17 we've tried using
…
-
## Feature request
### Overview
Infinite scrolling has become some what of a standard on social media platforms. However the more dom elements you create as you scroll, the less performant your …