-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
apiIssues related to APIIssues related to APIbugSomething isn't workingSomething isn't workingstatus: fixed in next releaseThe issue will be closed once next release is availableThe issue will be closed once next release is available
Description
Raycast version: 1.42.1
Description
Steps To Reproduce
- Using map function in list item accessories construction with another accessories
accessories={[
...item.labels.map((label) => ({ text: label.name })),
{ text: `#${item.number}` },
]}
- Try to filter/unfilter with typing in search bar
Zip of test extension with bug :
bug.zip
The current behavior
Some accessories of some line are randomly disappearing
The expected behavior
The accessories should not disappear
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
apiIssues related to APIIssues related to APIbugSomething isn't workingSomething isn't workingstatus: fixed in next releaseThe issue will be closed once next release is availableThe issue will be closed once next release is available

