Skip to content

Instantly share code, notes, and snippets.

@mfikes
Last active November 7, 2015 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfikes/2d9a0d75c8c8ab18f0e2 to your computer and use it in GitHub Desktop.
Save mfikes/2d9a0d75c8c8ab18f0e2 to your computer and use it in GitHub Desktop.
What you can get after a white screen
future-app.core=> (om/root widget app-state {:target 1})
TypeError: null is not an object (evaluating 'internalInstance._currentElement')
unmountComponent (NO_SOURCE_FILE <http://localhost:8081/index.ios.bundle?platform=ios&dev=true>:6741:54)
unmountComponent (NO_SOURCE_FILE <http://localhost:8081/index.ios.bundle?platform=ios&dev=true>:8551:33)
unmountComponent (NO_SOURCE_FILE <http://localhost:8081/index.ios.bundle?platform=ios&dev=true>:6742:34)
unmountComponent (NO_SOURCE_FILE <http://localhost:8081/index.ios.bundle?platform=ios&dev=true>:8551:33)
unmountComponent (NO_SOURCE_FILE <http://localhost:8081/index.ios.bundle?platform=ios&dev=true>:6742:34)
unmountComponentFromNode (NO_SOURCE_FILE <http://localhost:8081/index.ios.bundle?platform=ios&dev=true>:7679:33)
unmountComponentAtNode (NO_SOURCE_FILE <http://localhost:8081/index.ios.bundle?platform=ios&dev=true>:7660:42)
renderComponent (NO_SOURCE_FILE <http://localhost:8081/index.ios.bundle?platform=ios&dev=true>:7559:40)
ReactMount__renderNewRootComponent (NO_SOURCE_FILE <http://localhost:8081/index.ios.bundle?platform=ios&dev=true>:5889:18)
render (NO_SOURCE_FILE <http://localhost:8081/index.ios.bundle?platform=ios&dev=true>:1667:40)
om.dom/render (om/dom.cljs:50:4)
om$core$root_$_rootf (om/core.cljs:1153:32)
om$core$root (om/core.cljs:1212:8)
global code (NO_SOURCE_FILE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment