You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this point solution works without displaying any errors, but I am afraid that considering the amount of manual work I missed some automatic step and thus I had to this.
So in short, start guide would be great addition to this project :-).
The text was updated successfully, but these errors were encountered:
It is not so easy for me. I get errors. RZ9985 Multiple components use the tag 'PageTitle'. Components: Microsoft.AspNetCore.Components.Web.PageTitle, Blazor.AdminLte.PageTitle
and: CS0103 name "routeData" does not exists in current context.
So I had also to change: <PageTitle>Index</PageTitle>
to: <Blazor.AdminLte.PageTitle Title="Index" />
In all .razor pages.
But when I try to copy also some elements, I got an error that "BreadcrumbsContainer" elements does not exists.
I would like to thank you for your work, however even the best projects do not shine without proper documentation like "starter guide".
So could you provide correct and complete steps assuming user/dev created Blazor solution? What to do next?
Just in case somebody would think I am lazy, I am not, here are my steps, but I doubt they are 100% solid.
At this point solution works without displaying any errors, but I am afraid that considering the amount of manual work I missed some automatic step and thus I had to this.
So in short, start guide would be great addition to this project :-).
The text was updated successfully, but these errors were encountered: