Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gaearon/react-hot-loader
/ Problem
Function
Problem
examples/parcel/src/Problem.js:4–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
import
{ useExternalHook } from
'./Counter'
;
3
4
export
function
Problem() {
5
useExternalHook();
6
return
<div>the problem!!!!</div>;
7
}
Callers
nothing calls this directly
Calls
1
useExternalHook
Function · 0.90
Tested by
no test coverage detected