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

[Microsoft Edge] ... New tab doesn't work #16017

Open
anarion80 opened this issue Dec 23, 2024 · 1 comment
Open

[Microsoft Edge] ... New tab doesn't work #16017

anarion80 opened this issue Dec 23, 2024 · 1 comment
Labels
bug Something isn't working extension: microsoft-edge Issues related to the microsoft-edge extension extension Issues related to one of the extensions in the Store

Comments

@anarion80
Copy link

anarion80 commented Dec 23, 2024

Extension

https://www.raycast.com/KartikKumarSahoo/microsoft-edge

Raycast Version

1.88.4

macOS Version

15.2

Description

Error:

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

r4:new-tab.tsx:25:55

---
22: }
23: 
24: export default function Command() {
25:   const [searchText, setSearchText] = useState<string>();
26:   const [profiles] = useCachedState<EdgeProfile[]>(ALL_PROFILES_CACHE_KEY);
27:   const [profile] = useCachedState(getCurrentProfileCacheKey(), DEFAULT_PROFILE_ID);
28:   const profileHistories = profiles?.map((p) => ({ ...useHistorySearch(p.id, searchText), profile: p }));
---

Ir:index.js:8:2593
    at ray-navigation-stack
No:index.js:8:2094

Steps To Reproduce

Execute New Tab command.

Current Behaviour

"Something went wrong" error message

Expected Behaviour

new tab opened in MS Edge

@anarion80 anarion80 added bug Something isn't working extension Issues related to one of the extensions in the Store labels Dec 23, 2024
@raycastbot raycastbot added the extension: microsoft-edge Issues related to the microsoft-edge extension label Dec 23, 2024
@raycastbot
Copy link
Collaborator

raycastbot commented Dec 23, 2024

Thank you for opening this issue!

🔔 @KartikKumarSahoo @bromanko @crisboarna @xmok you might want to have a look.

💡 Author and Contributors commands

The author and contributors of KartikKumarSahoo/microsoft-edge can trigger bot actions by commenting:

  • @raycastbot close this issue Closes the issue.
  • @raycastbot close as not planned Closes the issue as not planned.
  • @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.

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: microsoft-edge Issues related to the microsoft-edge extension extension Issues related to one of the extensions in the Store
Projects
None yet
Development

No branches or pull requests

2 participants