The pausable modifier isn't working. Even if it is set to false, the animation pauses and doesn't reset to frame 0. ``` AnimatedImage(name: "animated-logo.gif", isAnimating: $model.isLoading) .pausable(false) ```