Dylan700
Results
3
comments of
Dylan700
Any updates on this @toddtarsi @rafaelarcanjo? I'm experiencing the same issue, all my tests finish successfully, but it hangs indefinitely at the end. I'm using Docker to run the tests...
I am also experiencing this issue.
Here's a super hacky temporary fix... add this to your functional component: ```ts // this is used to trigger a re-render because of the bug in AnimatedNumbers const [, updateState]...