We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ecc8c commit 4e1868aCopy full SHA for 4e1868a
packages/runtime/datastore/src/dataStoreRuntime.ts
@@ -453,7 +453,7 @@ export class FluidDataStoreRuntime
453
* Implementation of IFluidDataStoreRuntimeAlpha.inStagingMode
454
*/
455
private get inStagingMode(): IFluidDataStoreRuntimeAlpha["inStagingMode"] {
456
- return asLegacyAlpha(this.dataStoreContext.containerRuntime).inStagingMode;
+ return asLegacyAlpha(this.dataStoreContext.containerRuntime)?.inStagingMode;
457
}
458
459
/**
0 commit comments