Hiron Tez
Hiron Tez
> Please watch this video for this library https://youtu.be/c0nKjMnDfG4 There is no horizontal scrolling in this video
Downgrading to pnpm 7 fixed it for me `npm i -g pnpm@7`. Looks like pnpm 8 is so fast that Windows unlocks files after using them slower than pnpm tries...
[react-infinite-scroll-hook](https://github.com/onderonur/react-infinite-scroll-hook) doesn't have this problem. You can use it directly in your component or create a separate InfiniteScroll component like this: ```tsx import { useEffect, useState } from "react"; import...
Same problem here. Doesn't work
Same problem here. Windows 11 22h2
Upd: it's very strange but all the types have been fixed once i installed "@react-spectrum/toast"
I've checked it multiple times and types don't work correctry without react-spectrum. As a temporary fix i've added it to the devDependencies in my package.json.
@inokawa you can assign me to this
> I'm planning to deprecate count prop in https://github.com/inokawa/virtua/pull/741 Should I make my changes compatible with main or with the data-prop branch?