We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61edd58 commit 5467277Copy full SHA for 5467277
packages/language-core/lib/virtualFile/computedSfc.ts
@@ -15,7 +15,7 @@ export function computedSfc(
15
): Sfc {
16
17
const untrackedSnapshot = () => {
18
- const prevTrackId = System.activeTrackId = 0;
+ const prevTrackId = System.activeTrackId;
19
System.activeTrackId = 0;
20
const res = snapshot.get();
21
System.activeTrackId = prevTrackId;
0 commit comments