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 8e33cd9 commit dad777aCopy full SHA for dad777a
packages/svelte/src/internal/client/dev/tracing.js
@@ -109,7 +109,7 @@ export function trace(fn, label) {
109
var value = fn();
110
var time = (performance.now() - start).toFixed(2);
111
112
- if (tracing_expressions.size === 0) {
+ if (tracing_expressions.entries.size === 0) {
113
// eslint-disable-next-line no-console
114
console.log(`${label} %cno reactive dependencies (${time}ms)`, 'color: grey');
115
} else {
0 commit comments