Skip to content

List item accessories randomly disappearing when filtering #3359

@fonimus

Description

@fonimus

Raycast version: 1.42.1

Description

Steps To Reproduce

  1. Using map function in list item accessories construction with another accessories
accessories={[
  ...item.labels.map((label) => ({ text: label.name })),
  { text: `#${item.number}` },
]}
  1. Try to filter/unfilter with typing in search bar

Zip of test extension with bug :
bug.zip

The current behavior

with-line

Some accessories of some line are randomly disappearing

The expected behavior

without-line

The accessories should not disappear

Metadata

Metadata

Assignees

Labels

apiIssues related to APIbugSomething isn't workingstatus: fixed in next releaseThe issue will be closed once next release is available

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions