react-tiny-virtual-list icon indicating copy to clipboard operation
react-tiny-virtual-list copied to clipboard

Does not support version React 18^

Open IvanOkoyanniy opened this issue 3 years ago • 3 comments

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

IvanOkoyanniy avatar Aug 23 '22 16:08 IvanOkoyanniy

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 avatar Jan 06 '24 06:01 Hartaithan

@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

Hartaithan avatar Jan 06 '24 06:01 Hartaithan

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?

snellcode avatar Jan 31 '24 17:01 snellcode