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
Looks like a very interesting project.
When I open the blazorbook location, I get the above error (which is simply the "notfound" found route of my router component in the main app).
I installed your nuget in both the webassembly project and the razor class lib (i named it "StoryBook").
I added the "StoryBook" assembly as referenced assembly
and added following line in program.cs
I'll have to see if I can get this setup more automatic when I get a mo. I do seem to have a styling issue with the UI in the beta package I deployed. I'll also look to get a fix in for that.
Looks like a very interesting project.
When I open the blazorbook location, I get the above error (which is simply the "notfound" found route of my router component in the main app).
I installed your nuget in both the webassembly project and the razor class lib (i named it "StoryBook").
I added the "StoryBook" assembly as referenced assembly
and added following line in program.cs
What am I missing?
The text was updated successfully, but these errors were encountered: