Skip to content

[API Bug] Icons from a local file resource do not render in ActionPanel.Submenu Items #28

@moored

Description

@moored

Raycast version: 1.25.0

Description

If an icon from a local file resource is added to an ActionPanel Submenu Item it does not render

Steps To Reproduce

  1. Edit actions.tsx in examples/api-examples/src
  2. Add icon={{ source: { dark: "avatar-dark.png", light: "avatar-light.png" } }} after line 67

The current behavior

Icon does not render; if you change it to a built-in Icon it will. Eg. icon={Icon.Binoculars}

The expected behavior

Icon to render.

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