React.createElement: type is invalid — expected a string
Most of the time this is due to an incorrect export/import. Common error: Possible option: There are a few ways it could be wrong, but that error is because of an import/export mismatch 60% of the time, everytime. Edit Typically you should get a stacktrace that indicates an approximate location of where the failure occurs. … Read more