fugazi-io / webclient

web based terminal application for executing local and remote commands
http://fugazi.io
28 stars 12 forks source link

error when object returns from a remote command #40

Closed nitzantomer closed 7 years ago

nitzantomer commented 7 years ago

might be a less specific problem, but here's how to reproduce:

  1. load redis module: load module from "http://localhost:33334/descriptor.json"
  2. set a value of a map: set key to { key: "value", num: 3 }
  3. get the value: get key

The output keeps showing:

pending

But the console:

Uncaught (in promise) TypeError: Cannot read property 'is' of null
    at Object.getRenderer (renderers.tsx:312)
    at ResultView.render (output.tsx:193)
    at ReactCompositeComponentWrapper._renderValidatedComponentWithoutOwnerOrContext (react.js:6687)
    at ReactCompositeComponentWrapper._renderValidatedComponent (react.js:6714)
    at ReactCompositeComponentWrapper._updateRenderedComponent (react.js:6638)
    at ReactCompositeComponentWrapper._performComponentUpdate (react.js:6618)
    at ReactCompositeComponentWrapper.updateComponent (react.js:6537)
    at ReactCompositeComponentWrapper.performUpdateIfNecessary (react.js:6445)
    at Object.performUpdateIfNecessary (react.js:13898)
    at runBatchedUpdates (react.js:14742)