Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gaearon/react-hot-loader
/ render
Method
render
test/internal/getReactStack.test.js:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
72
class
B extends React.Component {
73
render() {
74
return
<A />;
75
}
76
}
77
78
const
{ instance, Root } = getInstanceOf(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected