C#
C#

help

Root Question Message

OneWholesomeDev
OneWholesomeDev8/29/2022
Blazor Components not rendering

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
OneWholesomeDev
OneWholesomeDev8/29/2022
In the cshtml it is a simple
<component type="typeof(FooComponent)" render-mode="Server" />

Within the Foo Component it's essentially just
<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
ContactFrequently Asked QuestionsJoin The DiscordBugs & Feature RequestsTerms & Privacy