pull/16270/head
Rich Harris 3 months ago
parent b141f60a7f
commit ab1ea27625

@ -382,8 +382,6 @@ export function prop(props, key, flags, fallback) {
if (fallback_used && fallback_value !== undefined) { if (fallback_used && fallback_value !== undefined) {
fallback_value = new_value; fallback_value = new_value;
} }
untrack(() => get(current_value)); // force a synchronisation immediately
} }
return value; return value;

Loading…
Cancel
Save