When I use Blazor Web project, use:
<Routes @rendermode="InteractiveAuto"/>
<AntContainer @rendermode="InteractiveAuto"/>
But it doesn’t work at all when I use it
This is the error message I got on the browser.
Error: One or more errors occurred. (Root component type 'iOSClub.WebSite.Components.Routes' could not be found in the assembly 'iOSClub.WebSite'.)
If I use InteractiveServer, I dont see this error.
New contributor
jiajun li is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.