-
**Describe the bug**
I got -1 index in usual VirtuosoGrid usage. Also get warning: `Infinity` is an invalid value for the `paddingTop` css style property.
**Reproduction**
https://codesandbox.io/…
-
I try to use react-virtuoso for rendering a large count of list data, but I found the memory usage is still increase since the items was destroyed from the DOM.
It's not returning back the allocation…
-
**Describe the bug**
New to this. Trying to use Window Scrolling (which is what drew me to this library, other than dynamic height of course!).
It seems the list isn't updated (items below-the-…
-
When trying to wrap Virtuoso with `TransitionGroup` I'm getting this error
>Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element'.
codesandbox: https://codesandbox.…
-
when using VirtuosoGrid component, for some reason sometimes there is a bug causing the list's topand bottom padding to change rapidly causing flickering that I assume might be dangerous to an epilept…
-
VirtualizedMessageList does not seem to stick to the bottom when the message height is changed. In our situation users can add emoji as reactions to messages. when this is done we simply display the e…
-
The implementation does not track the viewport changes - only the addition of new items. Should look into both increase and decrease.
Necessary to check - if the viewport is resized, the list item…
-
I'm having troubles typing well this component:
```ts
const Scroller = useCallback ( forwardRef ( ( { style, children }, ref ) => {
return (
{children}
);
}), [] );
```
…
-
Hello!
First of all: This library is great and comes very hand to use! I am using this already in several production setups and its very easy to implement complex list and tables with this lib.
…
-
Hi @petyosi !
Great work on the library, especially the simple auto-calculation of the rows.
I am trying to implement it with `react-beautiful-dnd`. I haven't been able to so far, do you see any rea…