We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b2770 commit 91626f1Copy full SHA for 91626f1
dash/dash-renderer/src/actions/callbacks.ts
@@ -753,7 +753,7 @@ export function executeCallback(
753
const loadingOutputs = outputs.map(out => ({
754
path: getPath(paths, out.id),
755
property: out.property?.split('@')[0],
756
- id: (window as any).dash_component_api.stringifyId(out.id)
+ id: stringifyId(out.id)
757
}));
758
dispatch(loading(loadingOutputs));
759
try {
0 commit comments