Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not support version React 18^ #113

Open
IvanOkoyanniy opened this issue Aug 23, 2022 · 3 comments
Open

Does not support version React 18^ #113

IvanOkoyanniy opened this issue Aug 23, 2022 · 3 comments

Comments

@IvanOkoyanniy
Copy link

In "react": "^18.1.0", working only 'npm install --legacy-peer-deps'.

@Hartaithan
Copy link

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.

@Hartaithan
Copy link

@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

@snellcode
Copy link

snellcode commented Jan 31, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants