-
# Опишите проблему
При открытии моб. календаря на платформе ios 13 или ниже рендерится только шапка и подвал. Контент календаря не рендерится в DOM.
# Шаги для воспроизведения
1. Открыть мобильну…
-
**Describe the bug**
React-virtuso does not seem to work in iOS versions >= 13.3. And there are no errors in console.
But it works with versions above v13.4.
**Reproduction**
https://1xdrf.csb.a…
-
Do you have an example of using this with tables? I'm trying to get it working but I have a strong suspicion that it either doesn't work, or that I'm doing something very wrong.
I've set the outerTag…
-
**Describe the bug**
Virtuoso with a defined Footer component causes a [CLS](https://web.dev/cls/).
**Reproduction**
Code: https://codesandbox.io/s/react-virtuoso-cls-issue-with-footer-577cue?fil…
-
An item is considered "in view" if the top of the item is within view, not the whole item (or actually top AND bottom of the item). I'm attaching a screencast to show the issue. Notice that the bottom…
-
- [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 💡
https://github.com/mui-org/material-…
-
I'm implementing a chat feature, and I need to use a custom Scroller component. I've noticed that as soon as I implement this custom Scroller, the chat no longer stays scrolled to the bottom when new …
-
**Describe the bug**
I've been unable to get React Virtuoso to render a list with 1 million elements or more. It often caps out at ~ 800,000ish lines.
This does not work on either the `GroupedVirtu…
-
I have a situation where I am using an Android Webview inside a react native mobile app and the distributed minified code is throwing random errors but the non-minified code works fine.
When using…
-
**Describe the bug**
I have implemented basic scroll restoration in a virtuoso list by setting `initialTopMostItemIndex` which seems to work well EXCEPT in Mobile Chrome and iOS Safari Webviews.
…