Closed neosign closed 9 months ago
This error has already been detected (#1486) and will be corrected in the next version.
To correct it, it's very simple: just follow the instructions given by the compiler: Remove the second double-quote added by mistake in the Weather.razor page (Items` attribute).
⬇️
<FluentDataGrid Id="weathergrid" Items="@forecasts"" GridTemplateColumns="1fr 1fr 1fr 2fr" TGridItem="WeatherForecast">
thanks @dvoituron
🐛 Bug Report
Scenario 1
🤔 Expected Behavior
It should be built successfully on the fresh Project on command on vs template
💁 Possible Solution
🔦 Context
Just wanted to try to find boilerplates for blazor web project. found fluent blazor interesting. FYI. not experts in any C#,( I am from Springboot realm)
🌍 Your Environment
OS Windows 10 Visual Studio community 2022 Preview Dotnet v.8.0.200