Skip to content

item selects child instead of correct item in typescript #294

@pokey

Description

@pokey

In the following code:

[
  {
    foo: "bar",
  },
]

If we say "take item lace", it will select foo: "bar" instead of the containing map, which is the item we're actually after.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions