-
While testing how Onyo reacts to existing serial numbers, I typed " foo" as new serial, and the resulting filename had a space: `headset_Corsair_Virtuoso RGB. foo`
Nothing breaks because of it so f…
-
**Describe the bug**
I have slightly modified the example at [https://virtuoso.dev/prepend-items/](https://virtuoso.dev/prepend-items/). I receive the following console error when I reach the top of …
-
**rangeChanged dont get called when only startIndex is changed.**
I have a table with different height items and when the bottom item is high and i scroll, the top item can change multiple rows but s…
-
I noticed this previous issues: https://github.com/petyosi/react-virtuoso/issues/284 says it's fixed in 1.5, I'm trying to achieve the same scenario, it works with useWindowScroll={false}, but not wit…
-
:clipboard: **Description**
I popped into shields.io recently to make a badge and at first glance, I had zero idea what I was looking at. It was my first time using this service. While the site is …
-
**Describe the bug**
According to the typescript typing, the property `initialTopMostItemIndex` is optional. But when `undefined` is passed into it, it causes runtime error.
**To Reproduce**…
-
A react ref created with React.createRef/useRef will spit out an error if given directly to scrollerRef prop;
This will generate an error
```
const scrollerRef = useRef();
-
**Describe the bug**
The items in the list start to flicker when using `alignToBottom` option and browser zoom feature. When you use browser zoom feature it creates items with floating point height w…
-
**Motivation**
In a timeline with loading images without a specified size, the virtualized message list does not account for the increased space, causing the list to stop "following" the conversation…
-
**Describe the bug**
After updating to 2.17.x, react-virtuoso does not render list items (or table rows) in tests anymore.
**Reproduction**
Not sure how to do tests in Codesandbox, so created a…