Skip to content
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

[Safari] ... #13686

Closed
Molin-L opened this issue Jul 26, 2024 · 3 comments
Closed

[Safari] ... #13686

Molin-L opened this issue Jul 26, 2024 · 3 comments
Labels
bug Something isn't working extension: safari Issues related to the safari extension extension Issues related to one of the extensions in the Store

Comments

@Molin-L
Copy link

Molin-L commented Jul 26, 2024

Extension

https://www.raycast.com/loris/safari

Raycast Version

1.79.1

macOS Version

14.5

Description

Error:

TypeError: Cannot read properties of undefined (reading 'length')

jy:DeviceListSection.tsx:7:29

---
4: import { plural } from "../utils";
5: 
6: const DeviceListSection = (props: { device: Device; filteredTabs: Tab[]; refresh: () => void }) => (
7:   <List.Section title={props.device.name} subtitle={plural(props.filteredTabs.length, "tab")}>
8:     {props.filteredTabs.map((tab: Tab) => (
9:       <TabListItem key={tab.uuid} tab={tab} refresh={props.refresh} />
0:     ))}
---

Lr:index.js:8:3631
    at ray-list
lt:index.js:20:24417

Steps To Reproduce

Simply run search tab

Current Behaviour

No response

Expected Behaviour

No response

@Molin-L Molin-L added bug Something isn't working extension Issues related to one of the extensions in the Store labels Jul 26, 2024
@raycastbot
Copy link
Collaborator

Thank you for opening this issue!

🔔 @loris @thomaspaulmann @SKaplanOfficial @axsuul @iwex you might want to have a look.

💡 Author and Contributors commands

The author and contributors of loris/safari can trigger bot actions by commenting:

  • @raycastbot close this issue Closes the issue.
  • @raycastbot rename this issue to "Awesome new title" Renames the issue.
  • @raycastbot reopen this issue Reopens the issue.
  • @raycastbot assign me Assigns yourself to the issue.
  • @raycastbot good first issue Adds the "Good first issue" label to the issue.
  • @raycastbot keep this issue open Make sure the issue won't go stale and will be kept open by the bot.

@raycastbot raycastbot added the extension: safari Issues related to the safari extension label Jul 26, 2024
@iwex
Copy link
Contributor

iwex commented Jul 26, 2024

@Molin-L fixed here
#13680

@iwex
Copy link
Contributor

iwex commented Jul 26, 2024

@raycastbot close this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working extension: safari Issues related to the safari extension extension Issues related to one of the extensions in the Store
Projects
None yet
Development

No branches or pull requests

3 participants