Skip to content

Unflatten does not work on partially flatten object #1

@GuYounes

Description

@GuYounes

The unflatten() function does not work with partially flatten object.

const object = {
  property: {
    ["nested.property"]: 5
  }
};

const unflatten = unflatten(property);

The unflatten object would actually not be unflatten

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions