MCPcopy
hub / github.com/reduxjs/react-redux / App

Function App

test/hooks/useSelector.spec.tsx:540–544  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

538 const store = createStore((count: number = -1): number => count + 1)
539
540 const App = () => (
541 <ProviderMock store={store}>
542 <Comp />
543 </ProviderMock>
544 )
545
546 rtl.render(<App />)
547

Callers

nothing calls this directly

Calls 3

useSelectorFunction · 0.85
useDispatchFunction · 0.85
incrementFunction · 0.70

Tested by

no test coverage detected