I was able to solve it for now with placing a none visible item in the main
<div class="main">
<div class="content px-4">
<CascadingValue Name="BaseTranslations" Value="@_translations">
@Body
</CascadingValue>
<div style="display:none;">
<SfComboBox TValue="string" TItem="string" Placeholder="Select a game"></SfComboBox>
</div>
</div>
</div>