react-sortable-tree
react-sortable-tree copied to clipboard
Update react-virtualized dependency to 9.22.3
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
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
Any updates for this issue, guys?
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
rubbish when its 6 months later and still those warnings are there!
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?
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!)