Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dvajs/dva
/ ReducerEnhancer
Interface
ReducerEnhancer
packages/dva-no-router/index.d.ts:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
export
interface
ReducerEnhancer {
17
(reducer: Reducer<any>): void,
18
}
19
20
export
interface
Hooks {
21
onError?: (e: Error, dispatch: Dispatch<any>) => void,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected