PageControl with Pages go out of screen when swipe while it's animating

I just found some bug when I try to swipe frequently while it’s animating, the page is go out of screen and show as white background.

I run it on iOS simulator (android and local preview also have this problem too). Currently, I’m using Fuse 0.9.5.5424.

Here’s my code:

<App Background="#FFFFFF" Theme="Basic">
    <PageControl>
        <Page Background="Red"/>
        <Page Background="Blue"/>
    </PageControl>
</App>

See gif image here:

Please help.

Odd. The swipe during the animation is probably tricking the gesture to go beyond the page bounds. I’ll file an issue and we’ll get this fixed.