ViewPort Broken in 0.20.3

In Fuse 0.20.3 When I add a ViewPort to the app, the whole app dissapear showing a blank screen.

Here’s an example:

<App>
    <Viewport Perspective="400">
          <ClientPanel>
            <DockPanel>
                <Text Value="My App!" TextColor="#000" FontSize="35" Alignment="VerticalCenter" TextAlignment="Center" />
            </DockPanel>
          </ClientPanel>
    </Viewport>
  </App>

This issue is solved, included in the upcoming release :slight_smile: