mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: RootRenderer的runtime error被隐藏问题 (#8839)
This commit is contained in:
parent
592c588944
commit
03ed733c74
@ -474,7 +474,7 @@ export class RootRenderer extends React.Component<RootRendererProps> {
|
||||
const store = this.store;
|
||||
|
||||
if (store.runtimeError) {
|
||||
this.renderRuntimeError();
|
||||
return this.renderRuntimeError();
|
||||
}
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user