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.