Skip to content

Instantly share code, notes, and snippets.

@ColeTownsend
Created October 20, 2015 02:20
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 ColeTownsend/34829e5a6dd9b9af64fb to your computer and use it in GitHub Desktop.
Save ColeTownsend/34829e5a6dd9b9af64fb to your computer and use it in GitHub Desktop.
React Error Log
[Error] Warning: Quiz(...): No `render` method found on the returned component instance: you may have forgotten to define `render`, returned null/false from a stateless component, or tried to render an element whose type is a function that isn't a React component.
warning
mountComponent
ReactCompositeComponent_mountComponent
mountComponent
mountChildren
_createContentMarkup
mountComponent
mountComponent
mountComponent
ReactCompositeComponent_mountComponent
mountComponent
mountComponent
ReactCompositeComponent_mountComponent
mountComponent
mountComponentIntoNode
perform
batchedMountComponentIntoNode
perform
batchedUpdates
batchedUpdates
_renderNewRootComponent
ReactMount__renderNewRootComponent
_renderSubtreeIntoContainer
render
React_render
eval code
eval ([native code], line 0)
(anonymous function) (bundle.js, line 593)
__webpack_require__ (bundle.js, line 521)
fn (bundle.js, line 76)
eval code
eval ([native code], line 0)
(anonymous function) (bundle.js, line 551)
__webpack_require__ (bundle.js, line 521)
(anonymous function) (bundle.js, line 544)
global code (bundle.js, line 545)
[Error] TypeError: undefined is not a function (evaluating 'inst.render()')
perform (undefined, line 587)
batchedUpdates
batchedUpdates
_renderNewRootComponent
ReactMount__renderNewRootComponent
_renderSubtreeIntoContainer
render
React_render
eval code
eval ([native code], line 0)
(anonymous function) (bundle.js, line 593)
__webpack_require__ (bundle.js, line 521)
fn (bundle.js, line 76)
eval code
eval ([native code], line 0)
(anonymous function) (bundle.js, line 551)
__webpack_require__ (bundle.js, line 521)
(anonymous function) (bundle.js, line 544)
global code (bundle.js, line 545)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment