react-sortable-tree icon indicating copy to clipboard operation
react-sortable-tree copied to clipboard

Update react-virtualized dependency to 9.22.3

Open gp123941 opened this issue 3 years ago • 6 comments

Currently react-virtualized dependency is set for version ^9.21.2. (and this has a peer dependency on react v16) Is it possible to upgrade to latest version: ^9.22.3 so we can use it with react v17?

Thank you, George

gp123941 avatar Sep 27 '21 22:09 gp123941

I made a fork to solve my own tasks, but if you want, you can use it as an alternative: (For React 17)

https://www.npmjs.com/package/@nosferatu500/react-sortable-tree

yarn add @nosferatu500/react-sortable-tree

nosferatu500 avatar Oct 08 '21 03:10 nosferatu500

Any updates for this issue, guys?

balovbohdan avatar Jan 04 '22 15:01 balovbohdan

Hey @wuweiweiwu or @adyz any chance you could bump the react-virtualized dependency version?

getting the following on install of https://www.npmjs.com/package/react-sortable-tree-patch-react-17:

npm WARN Could not resolve dependency:
npm WARN peer react@"^15.3.0 || ^16.0.0-alpha" from [email protected]
npm WARN node_modules/react-virtualized
npm WARN   react-virtualized@"^9.21.2" from [email protected]
npm WARN   node_modules/react-sortable-tree-patch-react-17

gnowland avatar Feb 11 '22 02:02 gnowland

rubbish when its 6 months later and still those warnings are there!

marketsystems avatar Mar 02 '23 12:03 marketsystems

Indeed. And no commits for a long time.

Guess we better drop it and pick a new React component. Any recommendations, which one - that is actually maintained - comes most close to this one?

binarykitchen avatar Mar 02 '23 20:03 binarykitchen

Yeah quickly uninstalled the npm :D No idea what to use yet..im looking around though, I need something that probably is virtualized to handle a large dataset plus allows a form or something above to add select lists and autocomplete text filter etc (MUI datagrid would be great if the free one allowed multiple filters but the naff popup filtering modals are not my thing either need a separate box above!)

marketsystems avatar Mar 02 '23 21:03 marketsystems