Skip to content

Commit fb5b890

Browse files
committed
fixing clientside parsing to be the same as serverside
1 parent 9c59ab5 commit fb5b890

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -831,6 +831,9 @@ export function executeCallback(
831831
const outputPath = getPath(paths, out.id);
832832
const dataPath = [stringifyId(out.id), propName];
833833
const outputValue = path(dataPath, data);
834+
if (outputValue === undefined) {
835+
return;
836+
}
834837
const oldProps =
835838
path(
836839
outputPath.concat(['props']),

0 commit comments

Comments
 (0)