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