Skip to content

Instantly share code, notes, and snippets.

@lalitmee
Created March 31, 2018 10:29
Show Gist options
  • Save lalitmee/b5146d20f7f42e5556ee5efea6f21638 to your computer and use it in GitHub Desktop.
Save lalitmee/b5146d20f7f42e5556ee5efea6f21638 to your computer and use it in GitHub Desktop.
entry-client.js:3434 Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
Check the render method of `App`.
in App
in Router (created by BrowserRouter)
in BrowserRouter
entry-client.js:43358 Uncaught TypeError: Cannot read property 'props' of undefined
at App (entry-client.js:43358)
at mountIndeterminateComponent (entry-client.js:32256)
at beginWork (entry-client.js:32445)
at performUnitOfWork (entry-client.js:34448)
at workLoop (entry-client.js:34512)
at HTMLUnknownElement.callCallback (entry-client.js:24766)
at Object.invokeGuardedCallbackDev (entry-client.js:24805)
at invokeGuardedCallback (entry-client.js:24662)
at renderRoot (entry-client.js:34590)
at performWorkOnRoot (entry-client.js:35238)
entry-client.js:33971 The above error occurred in the <App> component:
in App
in Router (created by BrowserRouter)
in BrowserRouter
Consider adding an error boundary to your tree to customize error handling behavior.
Visit https://fb.me/react-error-boundaries to learn more about error boundaries.
logCapturedError @ entry-client.js:33971
captureError @ entry-client.js:34764
renderRoot @ entry-client.js:34615
performWorkOnRoot @ entry-client.js:35238
performWork @ entry-client.js:35191
requestWork @ entry-client.js:35102
scheduleWorkImpl @ entry-client.js:34956
scheduleWork @ entry-client.js:34913
scheduleTopLevelUpdate @ entry-client.js:35417
updateContainer @ entry-client.js:35455
(anonymous) @ entry-client.js:39450
unbatchedUpdates @ entry-client.js:35326
renderSubtreeIntoContainer @ entry-client.js:39449
render @ entry-client.js:39514
(anonymous) @ entry-client.js:64263
__webpack_require__ @ entry-client.js:20
(anonymous) @ entry-client.js:64236
__webpack_require__ @ entry-client.js:20
(anonymous) @ entry-client.js:63
(anonymous) @ entry-client.js:66
entry-client.js:43358 Uncaught TypeError: Cannot read property 'props' of undefined
at App (entry-client.js:43358)
at mountIndeterminateComponent (entry-client.js:32256)
at beginWork (entry-client.js:32445)
at performUnitOfWork (entry-client.js:34448)
at workLoop (entry-client.js:34512)
at HTMLUnknownElement.callCallback (entry-client.js:24766)
at Object.invokeGuardedCallbackDev (entry-client.js:24805)
at invokeGuardedCallback (entry-client.js:24662)
at renderRoot (entry-client.js:34590)
at performWorkOnRoot (entry-client.js:35238)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment