-
Notifications
You must be signed in to change notification settings - Fork 310
Description
Im getting this error when trying to run the project.
ERROR
Element 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 Container.
Error: Element 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 Container.
at createFiberFromTypeAndProps (http://localhost:3000/paper-kit-react/static/js/bundle.js:49102:24)
at createFiberFromElement (http://localhost:3000/paper-kit-react/static/js/bundle.js:49113:12)
at reconcileChildFibersImpl (http://localhost:3000/paper-kit-react/static/js/bundle.js:45210:336)
at http://localhost:3000/paper-kit-react/static/js/bundle.js:45268:31
at reconcileChildren (http://localhost:3000/paper-kit-react/static/js/bundle.js:46641:47)
at updateFunctionComponent (http://localhost:3000/paper-kit-react/static/js/bundle.js:46752:5)
at beginWork (http://localhost:3000/paper-kit-react/static/js/bundle.js:47364:16)
at runWithFiberInDEV (http://localhost:3000/paper-kit-react/static/js/bundle.js:42705:14)
at performUnitOfWork (http://localhost:3000/paper-kit-react/static/js/bundle.js:49949:93)
at workLoopSync (http://localhost:3000/paper-kit-react/static/js/bundle.js:49843:38)