Skip to content

item selects child instead of correct item in typescript #294

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pokey opened this issue Oct 13, 2021 · 0 comments · Fixed by #709
Closed

item selects child instead of correct item in typescript #294

pokey opened this issue Oct 13, 2021 · 0 comments · Fixed by #709
Assignees
Labels
bug Something isn't working
Milestone

Comments

@pokey
Copy link
Member

pokey commented Oct 13, 2021

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.

@pokey pokey added the bug Something isn't working label Oct 13, 2021
@pokey pokey modified the milestones: 0.23.0, 0.24.0 Oct 21, 2021
@pokey pokey modified the milestones: 0.24.0, 0.25.0 Dec 7, 2021
@AndreasArvidsson AndreasArvidsson self-assigned this Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants