Skip to content

[GitHub] My pull requests menu bar failing to load #20823

@Irvel

Description

@Irvel

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:
Image

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

  1. Open Raycast
  2. Activate Gihub extension
  3. Enable "My Pull Requests Menu Bar" component

Current Behaviour

It displays a warning sign:
Image

When opening the component I get this "something went wrong" message:

Image

Expected Behaviour

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingextensionIssues related to one of the extensions in the Storeextension: githubIssues related to the github extension

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions