react-svg-timeline icon indicating copy to clipboard operation
react-svg-timeline copied to clipboard

Investigate usage of React Pose

Open netzwerg opened this issue 4 years ago • 1 comments

Current hand-crafted animations are very sub-optimal...

Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.
    in Timeline
    in div
    in Unknown

netzwerg avatar Sep 03 '19 11:09 netzwerg

The warning is fixed now. Usage of the pose lib might still be worth investigating, but lower prio...

netzwerg avatar Sep 04 '19 07:09 netzwerg