-
# 🐞 bug report
The ToggleButton component throws an error when being rendered:
```
React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (f…
-
# Reporting a Bug?
![image](https://user-images.githubusercontent.com/61808010/234518008-67132111-2fb6-4a0a-af7d-6f2eabcea0f8.png)
-
It appears when using regular mode, you can now reset endReached by change the object reference for the data prop (see https://github.com/petyosi/react-virtuoso/issues/182) but since the data prop isn…
-
### Summary
See this issue for more detail: https://github.com/petyosi/react-virtuoso/issues/1014#issuecomment-2140605254
This commit did this: https://github.com/redwoodjs/redwood/pull/1817/fil…
-
When react select has more than 20.000 options it is no longer usable.
Render and search takes a lot of time, so users simply close the app because of this component.
Please note, that there is a po…
-
### Is there an existing issue for this feature?
- [X] There is no exsiting issue for this feature
### Summary
I noticed that on (https://quran.com/2), the verse list and the surah list are renderi…
-
**Describe the bug**
When you are at the top of the list, and you prepend a new item with an unknown height, the list is changing the scroll position.
**Reproduction**
https://codesandbox.io/s/…
-
Please update your package.json to support react 17
```log
npm ERR! Could not resolve dependency:
npm ERR! peer react@"15.x || 16.x" from react-tiny-virtual-list@2.2.0
npm ERR! node_modules/reac…
-
Hi @kutlugsahin,
I see that the this is super slow when it starts to grow. At 500 elements is already unusable. Is this expected?
Thanks!
-
I have a slow rendering problem, I am trying to render more than 1000 rows with more than 12 columns. Using customBodyRenderLite doesnt help with this issue. So is there a way to improve rendering …