I am looking for a specification, what are supported browser for ASP.NET Core 3.0 Blazor serverside Razor components.
Using this code in my Razor index.cshtml shows the news list in Chrome, Firefox, but nothing in IE 11.
@(await Html.RenderComponentAsync<WEKA.Components.NewsList>(RenderMode.Server))
Tried googling but with no success. Not sure if it is just unsupported or it is some bug.