Home Forums Chart Support How to animate dynamic updates using React functional components? Reply To: How to animate dynamic updates using React functional components?

#27839

This is only a partial solution. The root problem seems to be that within a React functional component, you can’t get the animation to re-render by calling the render method as you would in pure JS. I was able to work within that constraint to get animation on the initial load of dynamic data, but I’d still like a way to be able to animate subsequent updates.