-
Try this:
- Open a chat
- Scroll through the backlog until you've got a few hundred messages
- Inspect an element
It looks like we're actually rendering every message that just got put on the …
-
I am writing messenger app and try to make messages list starting from bottom.
Here example of issue: https://stackblitz.com/edit/react-virtuoso-container-autoheight-issue?file=example.js
Type s…
-
I have a use case where I would like to scroll to an index as an effect but it seems to be troublesome using the `scrollToIndex` method.
I have a ref and am using the following code
```ts
use…
-
When upgraded to the latest version (0.12.0), my app is not buildable by TypeScript because of the following error:
```
TypeScript error in app/node_modules/react-virtuoso/dist/Virtuoso.d.ts(2,29)…
-
### Describe the bug
When using the scroll bar in edge (chromium) or chrome the scroll breaks part way through. This doesn't happen in firefox.
### To Reproduce
Have a large list of fixed height …
-
An error seems to arise when using [scrollToIndex](https://virtuoso.dev/scroll-to-index/) inside an effect in React (e.g., `useEffect`). The error:
`Error: Searching for max value in an empty tree…
-
Hi,
Firstly, great work on this library it works really well with little config.
I have a list that initially renders with placeholders whilst waiting for the data to load, then once all the pla…
-
Hi.
I got some bug that troubling me to use this library.
You can check it here: https://codesandbox.io/s/cool-feather-45gui?file=/src/App.js
If you'll start to fast clicking from tab1 to tab2, y…
-
Hello Paul
I work at the [State Library of NSW](https://www.sl.nsw.gov.au) in Australia, in a small team called the [DX Lab](https://dxlab.sl.nsw.gov.au). Our mission is to create interesting dig…
-
Hi! I'm building a chat system using React Virtuoso and I'm using `scrollToIndex` to scroll right to the bottom of the list, with a tiny delay. This works "ok" but as I said there's a tiny delay. I w…