Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gaearon/react-hot-loader
/ Root
Function
Root
test/AppContainer.dev.test.js:1764–1765 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1762
}
1763
1764
const
Root = () => <App />;
1765
RHL.register(Root,
'Root'
,
'test.js'
);
1766
RHL.register(App,
'App'
,
'test.js'
);
1767
1768
const
wrapper = mount(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected