|
|
|
@ -174,7 +174,7 @@ export default class SlotWrapper extends Wrapper {
|
|
|
|
|
get_slot_spread_changes_fn ? x`${get_slot_spread_changes_fn}(#dirty)` : null,
|
|
|
|
|
block.has_outros ? x`!#current` : null
|
|
|
|
|
].filter(Boolean);
|
|
|
|
|
const all_dirty_condition = all_dirty_conditions.length ? all_dirty_conditions.reduce((condition1, condition2) => x`${condition1} || ${condition2}`): null;
|
|
|
|
|
const all_dirty_condition = all_dirty_conditions.length ? all_dirty_conditions.reduce((condition1, condition2) => x`${condition1} || ${condition2}`) : null;
|
|
|
|
|
|
|
|
|
|
let slot_update;
|
|
|
|
|
if (all_dirty_condition) {
|
|
|
|
|