plotly / react-chart-editor

Customizable React-based editor panel for Plotly charts
https://plotly.github.io/react-chart-editor/
MIT License
504 stars 105 forks source link

React 16 #1133

Closed ET-CS closed 3 years ago

ET-CS commented 3 years ago

Hi. react-chart-editor seems to be working with react 16+, but there is a warning while installing dependencies:

yarn install

warning "react-chart-editor > react-rangeslider@2.2.0" has incorrect peer dependency "react@^0.14.0 || ^15.0.0".

seems that react-rangeslider@2.2.0 is requiring old react version.

react-rangeslider wasn't updated for 4 years. consider switching dependency.

dmt0 commented 3 years ago

Thanks for letting us know @ET-CS :) The project now is in rather passive maintenance mode, as we focus our efforts on other projects. react-rangeslider produces a warning during dependency install, but doesn't affect the functionality, so it's not something that we would prioritize fixing. If you or someone would like to give us a PR for that, we'd gladly review it though! rc-slider would be a good replacement candidate IMHO.

ET-CS commented 3 years ago

Thank you very much @dmt0 I wish I had the time for it. wish someone would take up the glove :)