react-c3js icon indicating copy to clipboard operation
react-c3js copied to clipboard

Incompatible with React 17.x

Open ahoran3 opened this issue 4 years ago • 1 comments

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

ahoran3 avatar Jun 08 '21 20:06 ahoran3