How do I force a re-render of a component after an animation is completed?
I have a component that returns a shuffled array. After an animation is completed I would like for the component to be called again so that a new shuffled array is returned. Is this possible?