Skip to content

Use strings as ids #13

@curran

Description

@curran

Currently, node ids are being assigned as integers, but their usage is always as strings (identifiers for nodes in graph-data-structure).

The code

property.id = counter++;

should become

property.id = String(counter++);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions