Skip to content

Svelte 5: Reactivity is not triggered when changing data #500

Open
@vyconm

Description

@vyconm

[svelte] reactive_declaration_non_reactive_propertyA $: statement (node_modules/​@unovis/​svelte/​containers/​single-container/​single-container.svelte:47:0) read reactive state that was not visible to the compiler. Updates to this state will not cause the statement to re-run. The behaviour of this code will change if you migrate it to runes mode

I am not sure, if there is any workaround to this other than fully migrating unovis/svelte to svelte 5. Creating a Seperate Component to wrap unovis in, which runs in legacy mode, does not help the issue.

As the code is auto-generated according to the code comments, would that be fairly straight forward?

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