diff --git a/packages/core/src/runtime/dataspace.ts b/packages/core/src/runtime/dataspace.ts index f0c9556..a0805ca 100644 --- a/packages/core/src/runtime/dataspace.ts +++ b/packages/core/src/runtime/dataspace.ts @@ -51,6 +51,7 @@ export class Dataspace implements Partial { static get global(): Ref { if (Dataspace._global === void 0) { Dataspace.boot(ds => { + Turn.activeFacet.actor.name = Symbol.for('Dataspace.global'); // Cast to any because `global` is otherwise readonly (!) Dataspace._global = ds; });