mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-04-20 04:18:05 +00:00
fix: remove debugger
This commit is contained in:
parent
aff2f346d6
commit
a835dc6059
@ -38,7 +38,6 @@ class NotFoundComponent extends PureComponent {
|
|||||||
render() {
|
render() {
|
||||||
console.error('component not found:', this.props);
|
console.error('component not found:', this.props);
|
||||||
const { _componentName: componentName } = this.props;
|
const { _componentName: componentName } = this.props;
|
||||||
debugger;
|
|
||||||
return <Div
|
return <Div
|
||||||
{...this.props}
|
{...this.props}
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user