Skip to content

Maximum call stack size exceeded on diffing objects #8

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()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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