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 15635fa commit 27cb79aCopy full SHA for 27cb79a
packages/svelte/src/compiler/phases/3-transform/client/visitors/template.js
@@ -2889,7 +2889,7 @@ export const template_visitors = {
2889
b.call(
2890
// in legacy mode, sources can be mutated but they're not fine-grained.
2891
// Using the safe-equal derived version ensures the slot is still updated
2892
- state.analysis.runes ? '$derived' : '$.derived_safe_equal',
+ state.analysis.runes ? '$.derived' : '$.derived_safe_equal',
2893
b.thunk(b.member(b.id('$$slotProps'), b.id(node.name)))
2894
)
2895
);
0 commit comments