eightHundreds

Results 77 comments of eightHundreds

> @yoonaiorlim 在npm registry上有啥不一样吗? https://github.com/pnpm/pnpm/issues/3361#issuecomment-1293607386

@liujuping 请问打算什么时候修

Case4. 当年龄列设置为自定义渲染时, 如果数据是0,则不会渲染出来 复现: https://lowcode-engine.cn/demo/demo-basic-antd/index.html ``` { "componentName": "Page", "id": "node_ocl84j72qb1", "props": { "ref": "outerView", "style": { "height": "100%" } }, "fileName": "/", "dataSource": { "list": [ { "type": "fetch",...

目前的设计问题是 不存在(这个字段不存在,没有配置),undefined,null,"",0 都转成 null 作为使用者, 上述4个都是不同意义, 但进入低代码则被强制收束成一个 另外, 在simulator层,[将null视为此处需要插槽的前提](https://github.com/alibaba/lowcode-engine/issues/1067#issuecomment-1274585027), 但从js语义来说, undefined更合适

> 关于多余的 children 默认值问题。 > > ![image](https://user-images.githubusercontent.com/11935995/216940118-8f6f428e-cd57-40ae-b1a2-a1c100644ce9.png) > > 可以通过 customCreateElement 配置自行解决。 > > 其他问题可以提新的 issue。 这个应该能解决预览时的问题, 但在设计器画布中呢? 没找到可以配customCreateELement的地方.

技术上完全可行的,公司内部已经实现了

改Schema还是比较高频的行为,现在似乎只有project.importSchema这种方案. 但是会导致触发过多的project.onChangeDocument

当论这个issue, 可能用`lowcodeProjectRef.current.getCurrentDocument()?.importSchema` 可以解决

> @eightHundreds 你好 方便提供示例的代码吗? 不行, 公司代码, 如果你看过官方的出码class风格组件的solution源码,你会知道其实是可行的