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.
property
1 parent fc531b7 commit 4797336Copy full SHA for 4797336
dash/dash-renderer/src/actions/callbacks.ts
@@ -748,7 +748,7 @@ export function executeCallback(
748
const __execute = async (): Promise<CallbackResult> => {
749
const loadingOutputs = outputs.map(out => ({
750
path: getPath(paths, out.id),
751
- property: out.property.split('@')[0],
+ property: out.property?.split('@')[0],
752
id: out.id
753
}));
754
dispatch(loading(loadingOutputs));
0 commit comments