-
After upgrading to sdk 42, I cannot develop using Nextjs. When I run yarn next dev, I'm getting the following error:
**"Error: Cannot find module 'jsonfile/utils'"**
When I switch back to sdk 41…
-
I want to use react-virtuoso in @material-ui/Autocomplete
-
I get type error at components={{ List: ListContainer }}
**Reproduction**
https://codesandbox.io/s/sandpack-project-forked-lhokkr?file=/App.tsx
**Expected behavior**
No type error?
**Screen…
tkmin updated
2 years ago
-
**Describe the bug**
startReached is never triggered
**Reproduction**
Found this demo from issue list, it's working well before bump deps to latest
https://stackblitz.com/edit/react-2muuo1?devto…
-
**Describe the bug**
With react-virtuoso 2.2.1, setting `initialTopMostItemIndex={undefined}` to `` component causes that only the first item in the list is rendered at the first time. The rest of th…
-
**Describe the bug**
When attempting to render only a single row of items with the VirtuosoGridMockContext, it does not work as expected - it only renders the first item (presumably the "probe item")…
-
Hi does this work when the list changes /expands? couple of issues:
1. in reverse mode i need firstItemIndex it seems, i however do not know ahead of time how many items i would have. how to solve …
-
**Describe the bug**
Virtuoso renders with 0px width when embedded in MUI Grid component.
**Reproduction**
https://codesandbox.io/s/flamboyant-golick-u4qcxo?file=/src/App.js
**Desktop (please …
CezCz updated
2 years ago
-
Hey!
I'm struggling with one more thing.
I have react-virtuoso with infinite loading list. Each time data changes (loading new rows) Header and Footer is rerendered.
I have tried with memoized …
-
Hello There,
I just started using this very nice library. thank you!
I have a problem when using the components prop, when I am adding my List and Item, the list only render the first Item.
…