Доброго времени!
Суть проблемы вот в чем:
Из-за чего может возникать ошибка
Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option. при импорте родительского компомента
<temp-component>
в дочерний при следующей иерархии:
<temp-component>
<rowComponent>
<colComponent>
и тут импортируется <temp-component></temp-component>
</colComponent>
</rowComponent>
</temp-component>
Убираю импорт
<temp-component>
в дочернем элементе, все работает.