Uncaught exception in promise when when trying to use nested components

前端 未结 7 1805
醉话见心
醉话见心 2021-01-03 20:56

I am getting this exception when trying to use nested components:

EXCEPTION: Error: Uncaught (in promise): TypeError: Cannot set property \'endSourceSpan\' o         


        
7条回答
  •  轮回少年
    2021-01-03 21:04

    I had the same issue and it turned out I was missing an assignment operator in a HTML tag (i.e.

    instead of
    )

提交回复
热议问题