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 f2a5096 commit a4bd59aCopy full SHA for a4bd59a
packages/svelte/src/internal/client/runtime.js
@@ -1349,7 +1349,7 @@ export function mutable_source(initial_value) {
1349
1350
// bind the signal to the component context, in case we need to
1351
// track updates to trigger beforeUpdate/afterUpdate callbacks
1352
- if (current_component_context && !current_component_context.r) {
+ if (current_component_context) {
1353
const signals = current_component_context.d;
1354
1355
if (signals) {
0 commit comments