Ok, so I noticed (at last!) that the new cells (typescript cells) now must return JSX as opposed to the strings they used to return…
Still getting error: Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
Damn!