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 9c59ab5 commit fb5b890Copy full SHA for fb5b890
dash/dash-renderer/src/actions/callbacks.ts
@@ -831,6 +831,9 @@ export function executeCallback(
831
const outputPath = getPath(paths, out.id);
832
const dataPath = [stringifyId(out.id), propName];
833
const outputValue = path(dataPath, data);
834
+ if (outputValue === undefined) {
835
+ return;
836
+ }
837
const oldProps =
838
path(
839
outputPath.concat(['props']),
0 commit comments