Skip to content

Check circular references mapping #3

@pluff

Description

@pluff

e.g.:

x = {class_name: 'A', id: 1, parent: null}
x.parent = x;
IdentityMap.map(x);

I suspect it will end in endless loop now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions