Skip to content

Maximum call stack size exceeded on diffing objects #8

@lahmatiy

Description

@lahmatiy

Test case:

var node = new Node();

node.addHandler({
  childNodesModified: function(sender, delta){
    visit(delta);
  }
});

node.appendChild(new Node());

assert.visited([{}]);

Got RangeError: Maximum call stack size exceeded on assert.visited()

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions