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 e5d7249 commit 4059c3eCopy full SHA for 4059c3e
dash/dash-renderer/src/actions/callbacks.ts
@@ -457,7 +457,7 @@ function handleServerside(
457
for (let i = 0; i < tmp_body.inputs.length; i++) {
458
tmp_body.inputs[i]['value'] = null;
459
}
460
- for (let i = 0; i < tmp_body?.state.length; i++) {
+ for (let i = 0; i < (tmp_body?.state || []).length; i++) {
461
tmp_body.state[i]['value'] = null;
462
463
new_body = JSON.stringify(tmp_body)
0 commit comments