C
C#

help

Blazor Components not rendering

MWMonsieur Wholesome8/29/2022
For some reason, sometimes the UI components simply refuse to render No Exceptions, No Errors, Nothing in the console, Nothing in VS Reloading the page fixes it, but it is annoying as it happens like 1 in 20 times I load the page In the cshtml it is a simple
<component type="typeof(FooComponent)" render-mode="Server" />
<component type="typeof(FooComponent)" render-mode="Server" />
Within the Foo Component it's essentially just
<SomeComponent />
<SomeOtherComponent />
<SomeComponent />
<SomeOtherComponent />
Nothing special, should be working How do I know it's the component's rendering fault? The nav bar, which is made in pure html & css, shows perfectly fine

Looking for more? Join the community!