Confusing error message with AlternateRoot

fuse 0.25

Pages/Start/StartPage.ux(44): E8001: 'Panel' doesn't fit here. 'AlternateRoot' does not have any content properties that accept 'Panel'
/Users/jhsware/Fuse/Veckoappen/Pages/Start/StartPage.ux(44,1): Error E8001: 'Panel' doesn't fit here. 'AlternateRoot' does not have any content properties that accept 'Panel'

When the Panel contains properties that aren’t accepted (in this case ux:Template), the error message gives the impression that you can’t use Panel at all. But removing ux:Template fixes the issue. Should probably be a more specific error message.

Thanks for the report! I’ve patched the UX compiler so it now outputs this message:

C:\Users\Duckers\sandbox\MainView.ux(3): E8001: 'Panel' template doesn't fit here. 'Fuse.AlternateRoot' does 
not have any content properties that accepts ux:Template

The fix will roll out in a future release.

Cheers!