MCPcopy Create free account
hub / github.com/MankaiHuang/screen-visualization / render

Method render

src/layouts/SecurityLayout.jsx:11–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10class SecurityLayout extends React.Component {
11 render() {
12 const { children, loading, currentUser } = this.props;
13 if ((loading) ) {
14 return <PageLoading />;
15 }
16 return children;
17 }
18}
19
20export default connect(({ user, loading }) => ({

Callers 13

echarts-gl.min.jsFile · 0.45
onWindowResizeFunction · 0.45
renderFunction · 0.45
initFunction · 0.45
renderSceneFunction · 0.45
mountedFunction · 0.45
qnFunction · 0.45
iaFunction · 0.45
ItFunction · 0.45
three.min.jsFile · 0.45
L7-min.jsFile · 0.45
iFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected