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

Could not resolve dependency react@^17.0.2

Open lil5 opened this issue 4 years ago • 3 comments

Please update your package.json to support react 17

npm ERR! Could not resolve dependency:
npm ERR! peer react@"15.x || 16.x" from [email protected]
npm ERR! node_modules/react-tiny-virtual-list
npm ERR!   react-tiny-virtual-list@"*" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.

lil5 avatar Jun 20 '21 15:06 lil5

Seems like the library isn't maintained, I have pending PR for react 17 support. https://github.com/clauderic/react-tiny-virtual-list/pull/95

Also, i've published my fork here with required changes -> https://www.npmjs.com/package/react-tiny-virtual-list-oss

manvydasu avatar Oct 08 '21 18:10 manvydasu

It seems that react-window and react-virtualized are also not being maintained. Is there a virtualized list lib that is actively being updated/improved?

Brian-McBride avatar Jan 19 '22 19:01 Brian-McBride

@Brian-McBride yes react-virtuoso

Lure5134 avatar Jan 29 '22 12:01 Lure5134