MCPcopy Index your code
hub / github.com/react/react / render

Function render

packages/react-devtools-shell/src/app/InspectableElements/Contexts.js:249–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247 }
248
249 render(): any {
250 return (
251 <StringContextWithUpdates.Provider value={this.state}>
252 <ModernClassContextConsumerWithUpdates />
253 </StringContextWithUpdates.Provider>
254 );
255 }
256}
257
258class ModernClassContextConsumerWithUpdates extends Component<any> {

Callers 3

Contexts.jsFile · 0.70
TransitionFunction · 0.70
mountLegacyAppFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected