raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.23k stars 2.93k forks source link

[Google Chrome] ... #6276

Closed tarikyildizci closed 1 year ago

tarikyildizci commented 1 year ago

Extension

https://www.raycast.com/Codely/google-chrome

Description

Error:

TypeError: Cannot create property 'current' on boolean 'true'

s4:new-tab.tsx:24:55
kr:index.js:5:2490
    at ray-navigation-stack
Lo:index.js:5:2088

Steps To Reproduce

  1. Choose New Tab command
  2. get this error :D

Current Behaviour

No response

Expected Behaviour

No response

raycastbot commented 1 year ago

Thank you for opening this issue!

🔔 @rgomezcasas @bromanko @crisboarna @andreaselia @rtyke @karolre @Aiee you might want to have a look.

💡 Tip: Once the issue is resolved, comment @raycastbot close this issue to close it.

raycastbot commented 1 year ago

This issue has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊

raycastbot commented 1 year ago

This issue has been automatically closed due to inactivity.

Feel free to comment in the thread when you're ready to continue working on it 🙂

You can also catch us in Slack if you want to discuss this.

YangHanlin commented 11 months ago

Encountered the same error while invoking the New Tab command.

TypeError: Cannot create property 'current' on boolean 'true'

n4:new-tab.tsx:24:55

---
21: }
22: 
23: export default function Command() {
24:   const [searchText, setSearchText] = useState<string>();
25:   const [profiles] = useCachedState<ChromeProfile[]>(CHROME_PROFILES_KEY);
26:   const [profile] = useCachedState(CHROME_PROFILE_KEY, DEFAULT_CHROME_PROFILE_ID);
27:   const profileHistories = profiles?.map((p) => ({ ...useHistorySearch(p.id, searchText), profile: p }));
---

Ir:index.js:9:2490
    at ray-navigation-stack
$o:index.js:9:2088