Does not support version React 18^
In "react": "^18.1.0", working only 'npm install --legacy-peer-deps'.
i made fork with updates packages react-tiny-virtual-list
try this
npm install react-retiny-virtual-list --save
leave it a star if it helped you.
@clauderic please can you update the library this is one of the few libraries that works with dnd-kit without problems, literally life saver but there is a problem with newer versions of react
This is a great package, and does what I want. But it has a warning related to peer dependency as others commented. I'm using it in preact 10, which I believe is emulating react 18. So I have react 18 being included as a dev dependency, which solved a bunch of peer dependency warnings. But this package still has the warning:
warning " > [email protected]" has incorrect peer dependency "[email protected] || 16.x".
Maybe it could be updated to be version 15 or 16 and above, including 18?