react-c3js
react-c3js copied to clipboard
Incompatible with React 17.x
Installing in a react 17 project yields the following error:
Could not resolve dependency:
npm ERR! peer react@"^15.5.0 || ^16.0.0" from [email protected]
npm ERR! node_modules/react-c3js
npm ERR! react-c3js@"^0.1.20" from the root project
It seems the latest version of the react-c3js library is only compatible with react 15 -16.
Any plans to update for v17 support?
Thanks