Skip to content

Infinite update loop with hierarchical #53

@alucarddelta

Description

@alucarddelta

The console is reporting

You may have an infinite update loop in watcher with expression "options"

When using the following code.

<network class="network" ref="network" :nodes="this.vue2vis.nodes" :edges="this.vue2vis.edges" :options="options"

options: { layout: { hierarchical: { direction: "LR" } }, nodes: { shape: "square" }, }

When ever "hierarchical" is used even while empty, this message appears.

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