I have a simple App.svelte that shows my problem
<script lang='ts'>
</script>
<frame>
<page>
<actionBar title="Hello" />
<bottomNavigation>
</bottomNavigation>
</page>
</frame>
when I run this I get a white screen with nothing, but If I remove the bottomNavigation everyhing works fine. I don't figure out how to get bottomNavigation to work