You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
I just updated to Atom 1.18 but the Diff View does not show up. I'm guessing it has something to do with a plugin or something I have, but not sure which...
Select a file in Git pane with changes (unstaged)
CMD+Shift+P then select GitHub: Focus Diff View
Atom: 1.18.0 x64 Electron: 1.3.15 OS: Mac OS X 10.12.5 Thrown From: github package 0.3.3
Stack Trace
Uncaught TypeError: Cannot read property 'getPaneItem' of undefined
At /Applications/Atom.app/Contents/Resources/app/node_modules/github/lib/controllers/root-controller.js:783
TypeError: Cannot read property 'getPaneItem' of undefined
at RootController.focusFilePatchView (/Applications/Atom.app/Contents/Resources/app/node_modules/github/lib/controllers/root-controller.js:783:52)
at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app/src/command-registry.js:265:35)
at /Applications/Atom.app/Contents/Resources/app/src/command-registry.js:3:65
at Object.didConfirmSelection (/Applications/Atom.app/Contents/Resources/app/node_modules/command-palette/lib/command-palette-view.js:106:35)
at SelectListView.confirmSelection (/Applications/Atom.app/Contents/Resources/app/node_modules/atom-select-list/src/select-list-view.js:313:26)
at HTMLDivElement.core:confirm (/Applications/Atom.app/Contents/Resources/app/node_modules/atom-select-list/src/select-list-view.js:81:20)
at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app/src/command-registry.js:265:35)
at /Applications/Atom.app/Contents/Resources/app/src/command-registry.js:3:65
at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/Applications/Atom.app/Contents/Resources/app/node_modules/atom-keymap/lib/keymap-manager.js:610:22)
at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/Applications/Atom.app/Contents/Resources/app/node_modules/atom-keymap/lib/keymap-manager.js:401:28)
at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeyEvent (/Applications/Atom.app/Contents/Resources/app/src/window-event-handler.js:100:42)
at HTMLDocument.<anonymous> (/Applications/Atom.app/Contents/Resources/app/src/window-event-handler.js:3:65)
@rsese yes, I am able to see the diff view once I run in safe mode. So I guess it is a conflict with a plugin I have? What's a good way to narrow that down? One by one?
Nice! Thanks for letting us know which package was the issue and for cross-referencing the existing issue there. It may be that there is still a bug in Atom and if so, we'll need the tab-smart-sort maintainer to help track that down so they can either fix the problem or tell us where the problem is coming from.
I just updated to Atom 1.18 but the Diff View does not show up. I'm guessing it has something to do with a plugin or something I have, but not sure which...
GitHub: Focus Diff View
Atom: 1.18.0 x64
Electron: 1.3.15
OS: Mac OS X 10.12.5
Thrown From: github package 0.3.3
Stack Trace
Uncaught TypeError: Cannot read property 'getPaneItem' of undefined
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: