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
1 Reply
In the cshtml it is a simple
Within the Foo Component it's essentially just
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