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 5e12b98 commit 0845afaCopy full SHA for 0845afa
packages/svelte/src/performance.ts
@@ -51,7 +51,6 @@ function recordInitSpan(componentName: string): Span | undefined {
51
});
52
53
onMount(() => {
54
- if (!initSpan) return;
55
initSpan.end();
56
57
0 commit comments