MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / render

Method render

packages/react/src/components/IonApp.tsx:40–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 };
39
40 render() {
41 return (
42 <IonContext.Provider value={this.ionContext}>
43 <IonAppInner {...this.props}>{this.props.children}</IonAppInner>
44 <IonOverlayManager
45 onAddOverlay={(callback) => {
46 this.addOverlayCallback = callback;
47 }}
48 onRemoveOverlay={(callback) => {
49 this.removeOverlayCallback = callback;
50 }}
51 />
52 </IonContext.Provider>
53 );
54 }
55
56 static displayName = 'IonApp';
57}

Callers 8

index.tsxFile · 0.45
index.tsxFile · 0.45
index.tsxFile · 0.45
server.tsFile · 0.45
appFunction · 0.45
appFunction · 0.45
server.tsFile · 0.45
appFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected