wenchuanli
Results
1
issues of
wenchuanli
#### 实现场景: amis6.11.0、react18 逻辑是实现在自定义组件中关闭弹窗的功能。困扰很久了,请大佬们帮忙解答,在此谢过!! 在自定义组件中执行代码: this.props.onAction({ actionType: 'dialog.close', componentId: 'u:ui_schema_edit_dg' }); 错误信息: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'from') #### 存在的问题: #### 当前方案: { "type": "button",...
style