× Error: Element type is invalid: expected a string code example
Example: element type is invalid expected a string
In my case (using Webpack) it was the difference between:
import {MyComponent} from '../components/xyz.js';
vs
import MyComponent from '../components/xyz.js';