zsj9705

Results 1 issues of zsj9705

## **Describe the bug (required)** / **详细描述 bug(必填)** 低代码组件中使用shouldComponentUpdate返回false,在低代码组件中更新state时可以执行shouldComponentUpdate方法。 在页面中更新state时,这个低代码组件的shouldComponentUpdate不会执行。 --- ## **To Reproduce (required)** / **如何复现 bug?(必填,非常重要)** Steps to reproduce the behavior: / 详细复现步骤: 1. 使用该仓库给低代码组件增加shouldComponentUpdate,返回false https://github.com/alibaba/lowcode-demo/tree/main/demo-lowcode-component 2. 在页面中增加按钮加入点击事件更新state。...