Skip to content

rjvId may be collided #59

@dancerphil

Description

@dancerphil

rjvId may be collided.

When it happened, two JsonView may influence each other.

We may add a hash to prevent collision.

-rjvId = Date.now().toString()
+rjvId = Date.now().toString()+Math.random().toString(36).slice(2)

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