-
I am getting an error while creating a page for a single post. The reference tutorial to learn gatsby. I have match the steps and it is okay. What is causing it? @hunterbecton 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 25056 | {
Here is the
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
One of your components is not exported: |
Beta Was this translation helpful? Give feedback.
-
The component name was misspelled in the component file. The issue is resolved. |
Beta Was this translation helpful? Give feedback.
The component name was misspelled in the component file. The issue is resolved.