This commit is contained in:
liaoxuezhi 2019-08-20 23:47:02 +08:00
parent a72765556b
commit b490008113
1 changed files with 1 additions and 2 deletions

View File

@ -489,8 +489,7 @@ class SchemaRenderer extends React.Component<SchemaRendererProps, any> {
return React.isValidElement(schema.children) ? schema.children : React.createElement(schema.children as any, {
...rest,
$path: $path,
render: this.renderChild,
ref: this.refFn,
render: this.renderChild
});
} else if (!this.renderer) {
return (