ux:Property failing on 0.9.8:5674

The app remains in loading state.

<App Theme="Basic">

    <Panel ux:Class="CButton" CornerRadius="6" ux:Name="self">
        <float4 ux:Property="CornerRadius" />
        <Rectangle CornerRadius="{Property self.CornerRadius}" />
    </Panel>

    <ClientPanel>
        <CButton />
    </ClientPanel>
</App>

Even simpler code that fails:

<App Theme="Basic">
    <Panel ux:Class="CButton" ux:Name="self">
        <float4 ux:Property="CornerRadius" />
    </Panel>
</App>

Hi, we’ve reproduced your problem internally and will investigate asap!

This issue has now been fixed, and the fix is available in the latest QA build. 0.9.8 will most likely be released officially later today or tomorrow.