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
- Edit actions.tsx in examples/api-examples/src
- 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.