Skip to content

Commit 6e0c3ae

Browse files
fix(studio): remove duplicate useSdkSession call from App.tsx
Cherry-pick of af1d91b (dispose race fix) added a second useSdkSession call at the original insertion point from s7step1. s7step3c already had the correct call (with domEditSaveTimestampRef for self-write suppression) at line 156. Remove the duplicate. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Miguel Ángel <miguel07alm@protonmail.com>
1 parent 69bf196 commit 6e0c3ae

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/studio/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ export function StudioApp() {
269269
() => leftSidebarRef.current?.getTab() ?? "compositions",
270270
[],
271271
);
272-
const sdkSession = useSdkSession(projectId, activeCompPath);
273272
const domEditSession = useDomEditSession({
274273
projectId,
275274
activeCompPath,

0 commit comments

Comments
 (0)