halogen icon indicating copy to clipboard operation
halogen copied to clipboard

Update to support react v16.0.0

Open zberkom opened this issue 6 years ago • 4 comments

This PR updates dependencies to support React v16.0.0. The main change was updating all calls to PropTypes, since they are no longer included in the React library itself.

zberkom avatar Oct 21 '17 01:10 zberkom

This is not enough IMHO, you also need to replace React.createClass with createReactClass everywhere and make necessary changes. https://stackoverflow.com/questions/46482433/reactjs-createclass-is-not-a-function

hiraditya avatar Nov 25 '17 20:11 hiraditya

@zberkom @hiraditya Would love to take this up.

Harkindey avatar Oct 09 '18 22:10 Harkindey

@hiraditya Feel free :)

zberkom avatar Oct 09 '18 22:10 zberkom

@zberkom @hiraditya Would love to take this up.

Please go ahead!

aditya7fb avatar Oct 10 '18 03:10 aditya7fb