framework7-cli
framework7-cli copied to clipboard
Svelte Reactive variable is causing the panel to not work
// app.svelte -> example from the default f7-svelte app with capacitorjs
//if we declare a reactive svelte variable and changing the value on route change event
$: curUrl = "/";

// and prints its value in the panel
{curUrl}

The panel stops working after the first time. Same case for the back button aswell.

Seems the panel's back drop is always in active state

Thanks