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 8f5f416 commit 3cacd12Copy full SHA for 3cacd12
typescript/packages/common-runner/src/runner.ts
@@ -346,7 +346,6 @@ function instantiateJavaScriptNode(
346
}
347
348
const inputsCell = getDoc(eventInputs, cause);
349
- inputsCell.ephemeral = true;
350
inputsCell.freeze(); // Freezes the bindings, not aliased cells.
351
352
const frame = pushFrameFromCause(cause, {
@@ -375,7 +374,6 @@ function instantiateJavaScriptNode(
375
374
// Schedule the action to run when the inputs change
376
377
const inputsCell = getDoc(inputs);
378
379
380
381
let resultCell: DocImpl<any> | undefined;
0 commit comments