Passing HTML source to WebView breaks compilation

<NativeViewHost MinHeight="75">
    <WebView ux:Name="webview" Dock="Fill">
        <HTML Source="{html}" />
    </WebView>
</NativeViewHost>

Gives the following error during compile:

Fuse 0.24.0 (build 7243)
Build started: FullCompile
Configuring (8.60s)
Compiling syntax tree
build/Local/Preview/cache/CharityApp.unoproj.g.uno(122.66): E2047: No implicit cast from Fuse.Controls.HTML to Uno.UX.PropertyObject
/Users/jhsware/Fuse/CharityApp/build/Local/Preview/cache/CharityApp.unoproj.g.uno(122,67,122,79): Error E2047: No implicit cast from Fuse.Controls.HTML to Uno.UX.PropertyObject
(2.51s)

Whops!

This is a bug on our end. Fix is on the way. Thanks for reporting!