MCPcopy
hub / github.com/mobxjs/mobx / render

Method render

packages/mobx-react/__tests__/inject.test.tsx:122–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120 observer(
121 class C extends React.Component<any, any> {
122 render() {
123 return (
124 <div>
125 context:
126 {this.props.foo}
127 </div>
128 )
129 }
130 }
131 )
132 )

Callers

nothing calls this directly

Calls 1

expectFunction · 0.50

Tested by

no test coverage detected