Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Cannot read property 'mentionableUsers' of null #1867

Closed
smashwilson opened this issue Jan 2, 2019 · 0 comments · Fixed by #1869
Closed

Cannot read property 'mentionableUsers' of null #1867

smashwilson opened this issue Jan 2, 2019 · 0 comments · Fixed by #1869
Labels

Comments

@smashwilson
Copy link
Contributor

Prerequisites

Description

We seem to have a stack in the dev console on launch:

Uncaught (in promise) TypeError: Cannot read property 'mentionableUsers' of null
    at UserStore.loadMentionableUsers (/Applications/Atom Dev.app/Contents/Resources/app/static/<embedded>:14:3904824)
    at <anonymous>

Steps to Reproduce

  1. Open Atom on a project folder that's a git repository with a GitHub remote. I see this on atom/github.

Expected behavior:

A clean dev console.

Actual behavior:

The error ☝️ appears as soon as the github package is activated. (You don't need to open the Git or GitHub tabs, even.)

Reproduces how often:

100%

Versions

$ atom-dev --version
Atom    : 1.35.0-dev-3a046f511
Electron: 2.0.16
Chrome  : 61.0.3163.100
Node    : 8.9.3
$ apm --version
apm  2.1.3
npm  6.2.0
node 8.9.3 x64
atom 1.35.0-nightly10
python 2.7.15
git 2.20.1

Additional Information

Please include any additional information, configuration or data that might be necessary to reproduce the issue. Screenshots, if appropriate, are helpful as well.

If your issue involves a repository, and that repository is public, please include a link to it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant