Suchiman/BlazorDualMode

endpoints.MapBlazorHub<T>("app") instead of endpoints.MapBlazorHub() causing error

shahriarhossain opened this issue · 2 comments

With the release of .NET Core 3 , now we can't do the following steps:
endpoints.MapBlazorHub<Client.App>("app")
Instead we need to call endpoints.MapBlazorHub();

Need help resolving this.

Sorry, the instructions in the README are still a bit out of date.
Check this commit fad4a6c

Thanks. Issue resolved.