[0.7] [bug] [已记录] 用cc.follow 发现出错

用cc.follow 发现出错
Uncaught TypeError: Cannot set property ‘_dirtyFlag’ of undefined

然后进源码 follow类看 发现
//TODO Temporary treatment - The dirtyFlag symbol error
this.target._renderCmd._dirtyFlag = 0;

这个是不是意思暂时不能用啊?

这个可以确认有 bug,已经记录,下个版本会修复,暂时推荐使用 component 的 update 来做跟随