We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75db7f1 commit 1b517a3Copy full SHA for 1b517a3
libs/theatre/src/lib/studio/studio.ts
@@ -15,7 +15,7 @@ export class TheatreStudio {
15
studio = this.Studio.asReadonly();
16
17
constructor() {
18
- this.Studio().initialize();
+ Studio.initialize();
19
20
effect((onCleanup) => {
21
const [enabled, studio] = [this.enabled(), this.Studio()];
0 commit comments