diff --git a/pkg/app-runtime/app-runtime.ts b/pkg/app-runtime/app-runtime.ts index 7c534ff..9b7ce08 100644 --- a/pkg/app-runtime/app-runtime.ts +++ b/pkg/app-runtime/app-runtime.ts @@ -29,7 +29,7 @@ export const createAppRuntimeState = (): AppRuntimeState => { }; export class AppRuntime { - static default = Symbol("default"); + static readonly default = Symbol("default"); readonly state: S; constructor(state?: S) {