Tencent / omi

Web Components Framework - Web组件框架

Home Page:http://omijs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot read property 'setData' of null;at page lifeCycleMethod onLoad function

wanxb opened this issue · comments

https://github.com/Tencent/omi/tree/master/packages/cax
根据上面提供的第一个原生的例子,调用的时候报下面的错误,请问是哪里出了问题?
Cannot read property 'setData' of null;at page lifeCycleMethod onLoad function

调用:
renderSVG(html <svg width="300" height="220"> <rect bindtap="tapHandler" height="110" width="110" style="stroke:#ff0000; fill: #ccccff" transform="translate(100 50) rotate(45 50 50)"> </rect> </svg>, 'svg-a', this)

该引用的也引用了。

....

....