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

Function hydrateInitialOutputs

dash/dash-renderer/src/actions/index.js:58–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 );
57
58export function hydrateInitialOutputs() {
59 return function (dispatch, getState) {
60 validateCallbacksToLayout(getState(), dispatchError(dispatch));
61 triggerDefaultState(dispatch, getState);
62 dispatch(setAppLifecycle(getAppState('HYDRATED')));
63 };
64}
65
66/* eslint-disable-next-line no-console */
67const logWarningOnce = once(console.warn);

Callers 1

Calls 5

getAppStateFunction · 0.90
getStateFunction · 0.85
triggerDefaultStateFunction · 0.85
dispatchErrorFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…