MCPcopy
hub / github.com/facebook/react / useStore

Function useStore

packages/react-refresh/src/__tests__/ReactFresh-test.js:3570–3570  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3568 const loadUser = () => {};
3569 expect(ReactFreshRuntime.isLikelyComponentType(loadUser)).toBe(false);
3570 const useStore = () => {};
3571 expect(ReactFreshRuntime.isLikelyComponentType(useStore)).toBe(false);
3572 expect(ReactFreshRuntime.isLikelyComponentType(useTheme)).toBe(false);
3573 const rogueProxy = new Proxy(

Callers 4

HeaderFunction · 0.85
ExpandedEditorFunction · 0.85
EditorFunction · 0.85
InputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected