petejkim / nitrogen-dist

Nitrogen: Atom, meet Cloud.
Other
13 stars 1 forks source link

Uncaught TypeError: Cannot read property 'null' of undefined #42

Closed kjarevalo closed 8 years ago

kjarevalo commented 8 years ago

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.8.0 System: Mac OS X 10.11.5 Thrown From: nitrogen package, v0.1.10

Stack Trace

Uncaught TypeError: Cannot read property 'null' of undefined

At /Users/Karina/.atom/packages/nitrogen/node_modules/react/lib/ReactMount.js:649

TypeError: Cannot read property 'null' of undefined
  at Object.ReactMount.findReactContainerForID (/Users/Karina/.atom/packages/nitrogen/node_modules/react/lib/ReactMount.js:649:50)
  at findParent (/Users/Karina/.atom/packages/nitrogen/node_modules/react/lib/ReactEventListener.js:41:30)
  at handleTopLevelWithoutPath (/Users/Karina/.atom/packages/nitrogen/node_modules/react/lib/ReactEventListener.js:87:16)
  at handleTopLevelImpl (/Users/Karina/.atom/packages/nitrogen/node_modules/react/lib/ReactEventListener.js:73:3)
  at ReactDefaultBatchingStrategyTransaction.Mixin.perform (/Users/Karina/.atom/packages/nitrogen/node_modules/react/lib/Transaction.js:136:20)
  at Object.ReactDefaultBatchingStrategy.batchedUpdates (/Users/Karina/.atom/packages/nitrogen/node_modules/react/lib/ReactDefaultBatchingStrategy.js:62:19)
  at Object.batchedUpdates (/Users/Karina/.atom/packages/nitrogen/node_modules/react/lib/ReactUpdates.js:94:20)
  at ReactEventListener.dispatchEvent (/Users/Karina/.atom/packages/nitrogen/node_modules/react/lib/ReactEventListener.js:204:20)

Commands

Config

{
  "core": {
    "customFileTypes": {
      "source.ini": [
        ".buckconfig",
        ".flowconfig"
      ],
      "source.json": [
        ".arcconfig",
        "BUCK.autodeps"
      ],
      "source.python": [
        "BUCK"
      ]
    },
    "disabledPackages": [
      "tree-view",
      "open-in-browsers"
    ],
    "ignoredNames": [
      ".git",
      ".hg",
      ".svn",
      ".DS_Store",
      "._*",
      "Thumbs.db",
      ".unison",
      "CVS",
      ".AppleDouble",
      ".LSOverride",
      ".Spotlight-V100",
      ".Trashes",
      "desktop.ini",
      "*.lock",
      "*.sock",
      "*.pid",
      "*.sw?",
      ".unison*",
      "*~"
    ]
  },
  "nitrogen": {
    "showWelcomeOnStartup": false
  }
}

Installed Packages

# User
language-babel, v2.31.0
nitrogen, v0.1.10
nuclide, v0.150.0

# Dev
No dev packages
nitrogen-ide commented 8 years ago

-- Please reply above this line --

Hello,

We received your Nitrous support request! One of our support engineers will respond to you as soon as possible. NOTE THAT WE PRIORITIZE SUPPORT FOR PAID USERS. WE HIGHLY SUGGEST THAT FREE USERS POST QUESTIONS TO THIS STACK OVERFLOW WITH THE "NITROUSIO" TAG: 

http://stackoverflow.com/questions/tagged/nitrousio

In the meantime, some of the following help docs might be helpful: 

https://community.nitrous.io/docs [1] https://community.nitrous.io/docs/problems-previewing-my-app [2] https://community.nitrous.io/docs/ide-overview [3] https://community.nitrous.io/docs/billing-pricing-faq [4]

Thanks!

Nitrous Support

Links:

[1] https://community.nitrous.io/docs [2] https://community.nitrous.io/docs/problems-previewing-my-app [3] https://community.nitrous.io/docs/ide-overview [4] https://community.nitrous.io/docs/billing-pricing-faq

On Sat, Jul 23, 2016 at 10:05 AM UTC, Nitrous-Io/nitrogen-Dist <reply@reply.github.com> wrote:

[Enter steps to reproduce below:]

  • ...
  • ...

ATOM VERSION: 1.8.0 SYSTEM: Mac OS X 10.11.5 THROWN FROM: nitrogen [1] package, v0.1.10

STACK TRACE

Uncaught TypeError: Cannot read property 'null' of undefined

At /Users/Karina/.atom/packages/nitrogen/node_modules/react/lib/ReactMount.js:649 TypeError: Cannot read property 'null' of undefined at Object.ReactMount.findReactContainerForID (/Users/Karina/.atom/packages/nitrogen/node_modules/react/lib/ReactMount.js:649:50) at findParent (/Users/Karina/.atom/packages/nitrogen/node_modules/react/lib/ReactEventListener.js:41:30) at handleTopLevelWithoutPath (/Users/Karina/.atom/packages/nitrogen/node_modules/react/lib/ReactEventListener.js:87:16) at handleTopLevelImpl (/Users/Karina/.atom/packages/nitrogen/node_modules/react/lib/ReactEventListener.js:73:3) at ReactDefaultBatchingStrategyTransaction.Mixin.perform (/Users/Karina/.atom/packages/nitrogen/node_modules/react/lib/Transaction.js:136:20) at Object.ReactDefaultBatchingStrategy.batchedUpdates (/Users/Karina/.atom/packages/nitrogen/node_modules/react/lib/ReactDefaultBatchingStrategy.js:62:19) at Object.batchedUpdates (/Users/Karina/.atom/packages/nitrogen/node_modules/react/lib/ReactUpdates.js:94:20) at ReactEventListener.dispatchEvent (/Users/Karina/.atom/packages/nitrogen/node_modules/react/lib/ReactEventListener.js:204:20)

COMMANDS

CONFIG

{ "core": { "customFileTypes": { "source.ini": [ ".buckconfig", ".flowconfig" ], "source.json": [ ".arcconfig", "BUCK.autodeps" ], "source.python": [ "BUCK" ] }, "disabledPackages": [ "tree-view", "open-in-browsers" ], "ignoredNames": [ ".git", ".hg", ".svn", ".DS_Store", "._", "Thumbs.db", ".unison", "CVS", ".AppleDouble", ".LSOverride", ".Spotlight-V100", ".Trashes", "desktop.ini", ".lock", ".sock", ".pid", ".sw?", ".unison", "*~" ] }, "nitrogen": { "showWelcomeOnStartup": false } }

INSTALLED PACKAGES

User language-babel, v2.31.0 nitrogen, v0.1.10 nuclide, v0.150.0

Dev No dev packages

You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub [2], or mute the thread [3].

Links:

[1] https://github.com/nitrous-io/nitrogen-dist [2] https://github.com/nitrous-io/nitrogen-dist/issues/42 [3] https://github.com/notifications/unsubscribe-auth/APt9JxezVbmsjG-Q_QxbRdGwyp6gyZ8Oks5qYedrgaJpZM4JTVDr

nitrogen-ide commented 8 years ago

-- Please reply above this line --

Hello,

We received your Nitrous support request! One of our support engineers will respond to you as soon as possible. NOTE THAT WE PRIORITIZE SUPPORT FOR PAID USERS. WE HIGHLY SUGGEST THAT FREE USERS POST QUESTIONS TO THIS STACK OVERFLOW WITH THE "NITROUSIO" TAG: 

http://stackoverflow.com/questions/tagged/nitrousio

In the meantime, some of the following help docs might be helpful: 

https://community.nitrous.io/docs [1] https://community.nitrous.io/docs/problems-previewing-my-app [2] https://community.nitrous.io/docs/ide-overview [3] https://community.nitrous.io/docs/billing-pricing-faq [4]

Thanks!

Nitrous Support

Links:

[1] https://community.nitrous.io/docs [2] https://community.nitrous.io/docs/problems-previewing-my-app [3] https://community.nitrous.io/docs/ide-overview [4] https://community.nitrous.io/docs/billing-pricing-faq

On Sat, Jul 23, 2016 at 10:06 AM UTC, Nitrous-Io/nitrogen-Dist <reply@reply.github.com> wrote:

Closed #42 [1].

You are receiving this because you commented. Reply to this email directly, view it on GitHub [2], or mute the thread [3].

Links:

[1] https://github.com/nitrous-io/nitrogen-dist/issues/42 [2] https://github.com/nitrous-io/nitrogen-dist/issues/42#event-732523786 [3] https://github.com/notifications/unsubscribe-auth/APt9J-ujMNh9pCaXPU0-myXd0OlULda8ks5qYeepgaJpZM4JTVDr