forked from p96170835/amis
rm ref
This commit is contained in:
parent
a72765556b
commit
b490008113
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue