MCPcopy
hub / github.com/reduxjs/redux / ShapeState

Interface ShapeState

test/combineReducers.spec.ts:208–211  ·  test/combineReducers.spec.ts::ShapeState

Source from the content-addressed store, hash-verified

206 console.error = spy
207
208 interface ShapeState {
209 foo: { bar: number }
210 baz: { qux: number }
211 }
212
213 const reducer = combineReducers({
214 foo(state = { bar: 1 }) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected