Open udalrich opened 6 years ago
This addresses issue https://github.com/Lighthouse-io/react-visjs-timeline/issues/53
Event handlers are set each time the component updates, not just when it is created.
I have tested it in the code base that generated the issue originally, and it fixes the issue there.
None
No unit test written, but there do not seem to be unit tests for the component.
Overview
This addresses issue https://github.com/Lighthouse-io/react-visjs-timeline/issues/53
Updates
Event handlers are set each time the component updates, not just when it is created.
I have tested it in the code base that generated the issue originally, and it fixes the issue there.
Dependencies
None
Outstanding Tasks
No unit test written, but there do not seem to be unit tests for the component.