Skip to content

Commit 91626f1

Browse files
committed
fixed stringifiyId
1 parent b6b2770 commit 91626f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/dash-renderer/src/actions/callbacks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ export function executeCallback(
753753
const loadingOutputs = outputs.map(out => ({
754754
path: getPath(paths, out.id),
755755
property: out.property?.split('@')[0],
756-
id: (window as any).dash_component_api.stringifyId(out.id)
756+
id: stringifyId(out.id)
757757
}));
758758
dispatch(loading(loadingOutputs));
759759
try {

0 commit comments

Comments
 (0)