-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Labels
bugSomething isn't workingSomething isn't workingextensionIssues related to one of the extensions in the StoreIssues related to one of the extensions in the Storeextension: githubIssues related to the github extensionIssues related to the github extension
Description
Extension
https://www.raycast.com/raycast/github
Raycast Version
1.102.3
macOS Version
15.4
Description
The "My Pull Requests Menu Bar" component does not load, while the rest of the Github extension works fine.
Copying the error code gives me this:
TypeError: Cannot read properties of null (reading 'id')
_Q:my-pull-requests-menu.tsx:55:38
---
52: repositoryList,
53: } = preferences;
54:
55: const repositoryListArray = useMemo(() => {
56: if (!repositoryList) return [];
57: return repositoryList
58: .split(",")
---
at withAccessToken(_Q) (<anonymous>)
hr:index.js:7:3106
at ray-navigation-stack (<anonymous>)
It's worth noting that "My Pull Requests" within Raycast loads fine:
However the menu bar component won't load.
I've tried restarting Raycast, reloading the extension, activating deactivating, using a different github token, without success.
Steps To Reproduce
- Open Raycast
- Activate Gihub extension
- Enable "My Pull Requests Menu Bar" component
Current Behaviour
When opening the component I get this "something went wrong" message:

Expected Behaviour
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingextensionIssues related to one of the extensions in the StoreIssues related to one of the extensions in the Storeextension: githubIssues related to the github extensionIssues related to the github extension