Skip to content

Problems with nested arrays #6

Description

@ncirkel

When calling some mutator methods on nested arrays (like collection.id.nested.array.0), the array is emptied.

After some debugging, I found the problem to be in /lib/index.js, line 326:
var arr = found && found[relPath];

The stored array is retreived, but not found: found['collection.id.nested.array'] returns null.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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