mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-06-06 23:50:48 +00:00
897 B
897 B
title, sidebar_position, tags
| title | sidebar_position | tags | |
|---|---|---|---|
| Modal 类组件 hidden 属性被强制设置 true | 13 |
|
注意
弹窗的正确弹出方式请参考:如何通过按钮展示/隐藏弹窗
问题原因
由于 hidden 属性,导致 Modal 组件在预览的时候不渲染,也就无法获取到实例。
处理方式
【推荐】升级到 Engine Verison 1.0.11 以上
新增 save propsReducer
通过新增 Save 态的 propsReducer,将 hidden props 去掉。 参考: https://github.com/alibaba/lowcode-demo/blob/main/src/sample-plugins/delete-hidden-transducer/index.ts
导出 schema 使用 Save 态
import { TransformStage } from '@alilc/lowcode-types';
const schema = project.exportSchema(TransformStage.Save)