React9k / react-timeline-9000

React Timeline
http://react-timeline-9000.s3-website-ap-southeast-2.amazonaws.com/
MIT License
284 stars 36 forks source link

Fix Timebar for React 17.x #210

Closed marklawlor closed 3 years ago

marklawlor commented 3 years ago

Proposed Change:

As per https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html componentWillMount was removed in React 17.

Moved to logic to the constructor as per migration instructions.

Change type

Put an x in the boxes that apply

Checklist