App
. Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
#491
that will give you this error
Your placement makes sense.
After many days of fighting and looking for a solution, we were left with the components that were being called by "<Route path="/" element={} />", the error was because the "Home" component did not exist nothing, I just creat
ed the home function and that's it, resolved.
The text was updated successfully, but these errors were encountered: