Skip to content

Svelte Reactive variable is causing the panel to not work #163

@binaryelites

Description

@binaryelites

// 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 = "/";
first

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

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

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

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions