mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-26 20:38:11 +00:00
Merge branch 'release/1.0.46' of gitlab.alibaba-inc.com:ali-lowcode/ali-lowcode-engine into release/1.0.46
This commit is contained in:
commit
b2e1831b5b
@ -27,7 +27,10 @@ export default function raxPageRendererFactory() {
|
|||||||
return that.__renderContextConsumer(children);
|
return that.__renderContextConsumer(children);
|
||||||
}
|
}
|
||||||
|
|
||||||
return that.__renderContent(that.__renderContextProvider({ pageContext: that }));
|
return that.__renderContent(that.__renderContextConsumer((context) => {
|
||||||
|
that.context = context;
|
||||||
|
return that.__renderContextProvider({ pageContext: that });
|
||||||
|
}));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user