How to show an animated scene at vtkjs.zip format with react-vtk ?

Hi,
I would like to render a vtkjs.zip animated scene with react-vtk. Everything works fine with this code: https://codesandbox.io/p/sandbox/react-vtk-4l0s8 but the scene is not animated. How should I change this code to show an animation ? The scene I used comes from the “can” example furnished with paraview 5.12. I have exported it from there at vtkjs.zip format.
Thanks