Skip to content

Object destruction #2

@0x0dr1y

Description

@0x0dr1y

Hey, it seems like that object destruction is not supported for refs by vue.

Can you confirm that this example doesn't work?
const { todos, loaded } = useDexieLiveQuery( () => db.todos.toArray().then(todos => ({ todos, loaded: true })), { initialValue: { todos: [], loaded: false } } );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions