MCPcopy Index your code
hub / github.com/plotly/dash / dispatchError

Function dispatchError

dash/dash-renderer/src/actions/index.js:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48};
49
50export const dispatchError = dispatch => (message, lines) =>
51 dispatch(
52 onError({
53 type: 'backEnd',
54 error: {message, html: lines.join('\n')}
55 })
56 );
57
58export function hydrateInitialOutputs() {
59 return function (dispatch, getState) {

Callers 10

hydrateInitialOutputsFunction · 0.70
validateDependenciesFunction · 0.70
validateArgFunction · 0.70
findDuplicateOutputsFunction · 0.70
findMismatchedWildcardsFunction · 0.70
missingIdFunction · 0.70
validatePropFunction · 0.70
wrappedDEFunction · 0.70
updateComponentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…