Skip to content

Commit 6cd85bb

Browse files
committed
additional deletion of context
1 parent 54e2e3d commit 6cd85bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,8 @@ async function handleClientside(
272272
throw e;
273273
}
274274
} finally {
275+
delete dc.callback_context;
276+
275277
// Setting server = client forces network = 0
276278
const totalTime = Date.now() - requestTime;
277279
const resources = {

0 commit comments

Comments
 (0)