guiqui / react-timeline-gantt

A react Timeline component with virtual rendering
MIT License
544 stars 132 forks source link

Fix string refs #14

Open drdla opened 5 years ago

drdla commented 5 years ago

The timeline (v 0.4.0) did not render in my app, because of errors related to string refs. I fixed the ref assignments and added two missing dependencies (moment and sizeme). A few failing tests are fixed now, but there are still two failing tests. Nevertheless, at least the build of this branch is now working in my app.