MCPcopy Create free account
hub / github.com/gaearon/react-hot-loader / InnerItem

Function InnerItem

test/AppContainer.dev.test.js:2513–2520  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2511 InnerComponent.displayName = 'InnerComponent';
2512
2513 const InnerItem = () => (
2514 <React.Fragment>
2515 {false && <div>hole</div>}
2516 -1-<InnerComponent />
2517 {false && <div>hole</div>}
2518 -3-<InnerComponent />
2519 </React.Fragment>
2520 );
2521 RHL.register(InnerItem, 'InnerItem', 'test.js');
2522
2523 const Item = () => (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected