I am getting this error:
Uncaught Error: Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/funct
In my case, that was caused by wrong comment symbols. This is wrong:
/*{ oldComponent }*/ { newComponent }
This is correct:
{/*{ oldComponent }*/} { newComponent }
Notice the curly brackets