reactjs / react-chartjs

common react charting components using chart.js
MIT License
2.93k stars 301 forks source link

Compatibility with version 16 of react #195

Closed cardacci closed 6 years ago

cardacci commented 6 years ago

With the new React update I get some errors, since they have removed methods from the React core such as propTypes and createClass

Do you plan to update this library to make it compatible?

rambabusaravanan commented 6 years ago

Yes, I'm also facing issue the error in React 16

TypeError: React.createClass is not a function

Any plans to migrate ..?

rgranger commented 6 years ago

+1 for visibility

savacristian commented 6 years ago

+1

DiViNiZe commented 6 years ago

++

pnicorelli commented 6 years ago

+1

austinpray commented 6 years ago

You guys should review this: https://github.com/reactjs/react-chartjs/pull/192

LadyInnogen commented 6 years ago

+1

gauravkalyan commented 6 years ago

+1

zhaozhouyang commented 6 years ago

+1

nettiopsu commented 6 years ago

+1

austinpray commented 6 years ago

If anyone wants to take a crack at it I am more than happy to give you contributor access.

saikatbhattacharya commented 6 years ago

May I try to resolve that? Give me access please.

austinpray commented 6 years ago

@saikatbhattacharya you got it! go for it

benmccann commented 6 years ago

Closing since https://github.com/reactjs/react-chartjs/pull/192 has been merged to fix this