MCPcopy 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

2import { useExternalHook } from './Counter';
3
4export function Problem() {
5 useExternalHook();
6 return <div>the problem!!!!</div>;
7}

Callers

nothing calls this directly

Calls 1

useExternalHookFunction · 0.90

Tested by

no test coverage detected