Skip to content

Do not use js arrays to stored the stockablecustomfield object in front-end #25

@sakiss

Description

@sakiss

When we create an array index e.g. [500 => 'something'] creates other 499 indexes prior to that.
Use an object with a key. e.g. let object = {}; object.500 = 'something';

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions