So in App.Razor I needed to add renderMode
<Routes @rendermode="InteractiveServer" />
The component now shows as expected.