Skip to content

item selects child instead of correct item in typescript #294

Closed
@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

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions