<IMAGE> with Observable "file" value not working if file is PNG

Hi Guys

So I think this is a bug.

declared in JS

 var alertModal_icon = Observable("Assets/icon_check.jpg");

Then in the body i have

 <Image File="{alertModal_icon}" Width="50" />// Scenario 1... this doesnt work
 <Image File="Assets/icon_check.png" Width="50" />// Scenario 2... this doesnt work

…tried the same with JPG file, and in both scenarios it works just fine…

Are you sure your image actually is a valid PNG?