Hi, I was tried `ux:Property example at https://www.fuseools.com/learn/fuse#ux-property but fuse-preview displays errors on OSX 10.11,
repro repo: https://github.com/346/fuse_property_bug
errors below:
Connected to fuse daemon
Build started: FullCompile
Configuring
MainView.ux(3): E8001: 'MyButton' does not have a property called 'CornerRadius'
/Users/flytales/Projects/fuse_property_bug/MainView.ux(3,1): Error E8001: 'MyButton' does not have a property called 'CornerRadius'
MainView.ux(3): E8001: 'MyButton' does not have a property called 'Text'
/Users/flytales/Projects/fuse_property_bug/MainView.ux(3,1): Error E8001: 'MyButton' does not have a property called 'Text'
MainView.ux(3): E8001: 'MyButton' does not have a property called 'TextColor'
/Users/flytales/Projects/fuse_property_bug/MainView.ux(3,1): Error E8001: 'MyButton' does not have a property called 'TextColor'
MainView.ux(4): E8001: 'MyButton' does not have a property called 'BackgroundColor'
/Users/flytales/Projects/fuse_property_bug/MainView.ux(4,1): Error E8001: 'MyButton' does not have a property called 'BackgroundColor'
(5,454.65 ms)
Build completed in 5.47 seconds.
0 Warning(s)
4 Error(s)
Error Summary
-------------
MainView.ux(3): E8001: 'MyButton' does not have a property called 'CornerRadius'
MainView.ux(3): E8001: 'MyButton' does not have a property called 'Text'
MainView.ux(3): E8001: 'MyButton' does not have a property called 'TextColor'
MainView.ux(4): E8001: 'MyButton' does not have a property called 'BackgroundColor'
Build ended
fuse: Failed to compile project