Merge pull request #775 from DuLinRain/master

某些情况下渲染空页面而非crash
This commit is contained in:
liaoxuezhi 2020-07-24 09:27:52 +08:00 committed by GitHub
commit 797f5110df
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ export function renderChild(
props.hidden ||
props.visible === false)
) {
return null;
return (<></>);
}
const transform = props.propsTransform;