-
**Describe the bug**
When prepending on a reverse list, I am getting flickering when startReached is called while scrolling up. Sometimes also the list will jump to the top of the newly prepending it…
-
```
### Describe the Bug
`{
"name": "dvsum-react-poc",
"version": "0.1.0",
"private": true,
"proxy": "https://sr54eeuelk.execute-api.us-west-2.amazonaws.com",
"dependencies": {
…
-
Hi,
I am getting a lot of '_ResizeObserver loop completed with undelivered notifications.' errors when using react-virtuoso.
Issue is same as https://github.com/petyosi/react-virtuoso/issues/254.
…
-
I'm encountering an IndexError: list index out of range when trying to create a new index using the TBoxIndex class in the Auto-KGQA project. The error occurs because the SPARQL query returns no terms…
-
- [x] I have searched the [issues](https://github.com/mui-org/material-ui-x/issues) of this repository and believe that this is not a duplicate.
## Summary 💡
I want to show text in one of the ce…
-
I am experiencing an issue with SSR when `initialItemCount` is set.
**Describe the bug**
During SSR, the HTML correctly renders initialItemCount number of items. However, during the hydration proc…
-
Hello! Thank you for the smooth scrolling support. It works very well, with the only following bug I've found.
**Describe the bug**
Calling another smooth scroll before previous smooth scroll co…
-
**Describe the bug**
When row heights change soon after the component mounts, it can cause on-screen rows to flicker.
- Video demo: https://cloudup.com/cm6OIUfnGhP
- Reduced test case: https://gi…
-
**Describe the bug**
In the example code below everything works well
```tsx
```
But if I add
```
initialItemCount={category.hitsPerPage}
```
startReached never fire, works well for…
-
```
import {VirtuosoGrid} from 'react-virtuoso'
import {Row, Col} from "antd"
{
return
{props.children}
},
List: (props)=>{
retur…