MCPcopy Create free account
hub / github.com/Lobos/react-ui / render

Function render

src/Tree/Tree.js:179–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177 }
178
179 render () {
180 let { fetchStatus, selectAble, readOnly, open, icons } = this.props;
181 icons = icons || defaultIcons;
182
183 // if get remote data pending or failure, render message
184 if (fetchStatus !== FETCH_SUCCESS) {
185 return (
186 <span className={`fetch-${fetchStatus}`}>
187 {getLang('fetch.status')[fetchStatus]}
188 </span>
189 );
190 }
191
192 let value = this.state.value;
193

Callers 8

Modal.jsFile · 0.85
Upload.jsFile · 0.85
FilterItem.jsFile · 0.85
Rating.jsFile · 0.85
Table.jsFile · 0.85
Datetime.jsFile · 0.85
Clock.jsFile · 0.85
ReactRouter.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…