Skip to content

Spread operator failing to copy datums with maps #284

Description

@nicolasLuduena

Original datum:

{
  h'': {
    h'': 12000000
  }
}

Turned into

[
  [
    h'',
    [
      [
        h'',
        12000000
      ]
    ]
  ]
]

After spread operator

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions