commit
797f5110df
|
@ -304,7 +304,7 @@ export function renderChild(
|
|||
props.hidden ||
|
||||
props.visible === false)
|
||||
) {
|
||||
return null;
|
||||
return (<></>);
|
||||
}
|
||||
|
||||
const transform = props.propsTransform;
|
||||
|
|
Loading…
Reference in New Issue