bruceweasley88
bruceweasley88
## **Describe the bug (required)** / **详细描述 bug(必填)** 组件事件设置器绑定事件,无法获取到返回return的值。只能自己手动在Schema中补上return。 --- ## **To Reproduce (required)** / **如何复现 bug?(必填,非常重要)** 所有的事件绑定都是如此。 --- ## **Expected behavior (required)** / **预期行为(必填,非常重要)** 预期是在Schema中 生成:function(){return this.onDataPull.apply(this,Array.prototype.slice.call(arguments).concat([])) } 实际:function(){this.onDataPull.apply(this,Array.prototype.slice.call(arguments).concat([]))...
## **Describe the bug (required)** / **详细描述 bug(必填)** ReactRenderer的appHelper,能否自定义方法或者变量到上下文this --- ## **Screenshots (optional)** / **截图(可选)**   ---
## **Describe the bug (required)** / **详细描述 bug(必填)** removeDocument仍然遗留style的问题 --- ## **To Reproduce (required)** / **如何复现 bug?(必填,非常重要)** 直接在官方Demo操作,这是默认页面,带有样式↓  现在把document移除掉↓  问题出来了,dom已经销毁,但是style仍然保留着↓  如果这时候重新打开其他document,style就污染了