Error: Element type is invalid - next-9-4v #14050
-
Hello, i just created a new project without knowing there is a new version. I created my folders and my pages , my _app and my _document but im not getting the new error overlay, it doesnt show me ( like the previous of 9.3 ) where is my error. Its getting harder to make a simple next app now. Im receiving:
Steps to reproduce it 1- Create new dir , then install next react react-dom . 2- Populate your project dir with pages folder, create an _app.js and _document.js along with an index.js and a Layout component 3- Run: npm run dev |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, can you share a repo with a minimal reproduction? These steps aren't enough/clear enough to reproduce the error. Looks like you are incorrectly importing some component, thus the |
Beta Was this translation helpful? Give feedback.
Hi, can you share a repo with a minimal reproduction? These steps aren't enough/clear enough to reproduce the error. Looks like you are incorrectly importing some component, thus the
undefined
component error message.