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 55b7549 commit 8c103b2Copy full SHA for 8c103b2
packages/svelte/src/internal/client/dev/tracing.js
@@ -53,7 +53,7 @@ function log_entry(signal, entry) {
53
typeof value === 'object' && STATE_SYMBOL in value ? snapshot(value, true) : value
54
);
55
56
- if (type === 'derived') {
+ if (type === '$derived') {
57
const deps = new Set(/** @type {Derived} */ (signal).deps);
58
for (const dep of deps) {
59
log_entry(dep);
0 commit comments