mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
chore: fix conflicts
This commit is contained in:
commit
69d5ab0b3a
@ -66,6 +66,8 @@ export function leafWrapper(Comp: types.IBaseRenderer, {
|
||||
node?: Node;
|
||||
} = {};
|
||||
|
||||
static displayName = schema.componentName;
|
||||
|
||||
disposeFunctions: ((() => void) | Function)[] = [];
|
||||
|
||||
recordTime = () => {
|
||||
@ -292,5 +294,7 @@ export function leafWrapper(Comp: types.IBaseRenderer, {
|
||||
});
|
||||
}
|
||||
|
||||
LeafWrapper.displayName = (Comp as any).displayName;
|
||||
|
||||
return LeafWrapper;
|
||||
}
|
||||
|
||||
@ -54,7 +54,7 @@ export default function baseRenererFactory() {
|
||||
let scopeIdx = 0;
|
||||
|
||||
return class BaseRenderer extends Component implements IRenderer {
|
||||
static dislayName = 'base-renderer';
|
||||
static displayName = 'base-renderer';
|
||||
|
||||
static defaultProps = {
|
||||
__schema: {},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user