git-blame icon indicating copy to clipboard operation
git-blame copied to clipboard

Uncaught TypeError: Cannot read property 'null' of undefined

Open mbaudin opened this issue 9 years ago • 0 comments

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.8.0 System: Mac OS X 10.11.5 Thrown From: git-blame package, v0.4.8

Stack Trace

Uncaught TypeError: Cannot read property 'null' of undefined

At /Users/maba1/.atom/packages/git-blame/node_modules/react-atom-fork/lib/ReactMount.js:510

TypeError: Cannot read property 'null' of undefined
  at Object.ReactMount.findReactContainerForID (/Users/maba1/.atom/packages/git-blame/node_modules/react-atom-fork/lib/ReactMount.js:510:50)
  at findParent (/Users/maba1/.atom/packages/git-blame/node_modules/react-atom-fork/lib/ReactEventListener.js:46:30)
  at handleTopLevelImpl (/Users/maba1/.atom/packages/git-blame/node_modules/react-atom-fork/lib/ReactEventListener.js:81:16)
  at ReactDefaultBatchingStrategyTransaction.Mixin.perform (/Users/maba1/.atom/packages/git-blame/node_modules/react-atom-fork/lib/Transaction.js:141:20)
  at Object.ReactDefaultBatchingStrategy.batchedUpdates (/Users/maba1/.atom/packages/git-blame/node_modules/react-atom-fork/lib/ReactDefaultBatchingStrategy.js:70:19)
  at Object.batchedUpdates (/Users/maba1/.atom/packages/git-blame/node_modules/react-atom-fork/lib/ReactUpdates.js:113:20)
  at ReactEventListener.dispatchEvent (/Users/maba1/.atom/packages/git-blame/node_modules/react-atom-fork/lib/ReactEventListener.js:186:20)

Commands

     -5:43 core:paste (atom-text-editor.editor.mini.is-focused)
     -5:42.6.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -5:38.9.0 core:copy (atom-text-editor.editor.is-focused)
  2x -5:04.1.0 editor:newline (atom-text-editor.editor.is-focused)
  8x -4:53.9.0 core:backspace (atom-text-editor.editor.is-focused.autocomplete-active)
     -4:36.9.0 editor:newline (atom-text-editor.editor.is-focused)
     -4:36.6.0 core:paste (atom-text-editor.editor.is-focused)
     -4:28.6.0 core:move-down (atom-text-editor.editor.is-focused.autocomplete-active)
     -4:28 autocomplete-plus:confirm (atom-text-editor.editor.is-focused.autocomplete-active)
     -4:25.5.0 core:copy (atom-text-editor.editor.is-focused)
     -4:23.5.0 editor:newline (atom-text-editor.editor.is-focused)
     -4:23.2.0 core:paste (atom-text-editor.editor.is-focused)
     -4:22.8.0 core:save (atom-text-editor.editor.is-focused)
     -2:34.2.0 editor:newline (atom-text-editor.editor.is-focused)
     -2:33.8.0 core:paste (atom-text-editor.editor.is-focused)
     -2:31.3.0 core:save (atom-text-editor.editor.is-focused)

Config

{
  "core": {
    "customFileTypes": {
      "source.ini": [
        ".buckconfig",
        ".flowconfig"
      ],
      "source.json": [
        ".arcconfig",
        "BUCK.autodeps"
      ],
      "source.python": [
        "BUCK"
      ]
    },
    "disabledPackages": [
      "tree-view"
    ],
    "themes": [
      "nucleus-dark-ui",
      "solarized-dark-syntax"
    ]
  }
}

Installed Packages

# User
color-picker, v2.1.1
git-blame, v0.4.8
git-time-machine, v1.5.3
haskell-grammar, v0.4.0
highlight-selected, v0.11.2
language-babel, v2.29.0
language-ini, v1.16.0
language-ocaml, v1.1.2
language-thrift, v1.0.2
merge-conflicts, v1.4.4
minimap, v4.24.6
nucleus-dark-ui, v0.9.0
nuclide, v0.148.0
pigments, v0.29.3
tool-bar, v0.4.0

# Dev
No dev packages

mbaudin avatar Jun 29 '16 09:06 mbaudin