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

Method render

packages/mobx-react/__tests__/issue21.test.tsx:168–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 const Parent = observer(
167 class Parent extends React.Component<any, any> {
168 render() {
169 return (
170 <div onClick={changeStuff.bind(this)} id="testDiv">
171 {data.items.map(item => (
172 <Child key="fixed" item={item} />
173 ))}
174 </div>
175 )
176 }
177 }
178 )
179

Callers

nothing calls this directly

Calls 2

isObservableFunction · 0.90
expectFunction · 0.50

Tested by

no test coverage detected