adospace / reactorui-maui

MauiReactor is a MVU UI framework built on top of .NET MAUI
MIT License
552 stars 45 forks source link

AppShell Template Error #236

Closed dialtonetech closed 1 month ago

dialtonetech commented 2 months ago

Describe the bug When using the template to create app shell their is a coma

ScrollView( VStack( Label("Other Page") .FontSize(32) .HCenter(), <------- Error remove comma ) .VCenter() .Spacing(25) .Padding(30, 0) )

To Reproduce dotnet new maui-reactor-appshell -o my-new-project

adospace commented 2 months ago

Thanks for the report I'll fix it in next release