Skip to content

Preventing Default Recursive Merge | Not Working #72

@PrateekTikku

Description

@PrateekTikku

As of today, the helper library is not responding to the "_clear " attribute passed into the data layer array.

Existing Value --- {a: {x: undefined, y: 2}}
New Value --- {a: {x: 1}, _clear: true}
Expected Result --- {a: {x: 1}} (as per documentation)
Actual Result --- {a: {x: 1, y: 2}}

Kindly look into this or remove this feature from the readme file

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