-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
Description
I think it is because of this line here.
svelte/src/compile/render-dom/wrappers/Element/index.ts
Lines 726 to 736 in 17322c2
| let outro_block = deindent` | |
| ${outro_name} = @create_out_transition(${this.var}, ${fn}, ${snippet}); | |
| `; | |
| if (outro_block) { | |
| outro_block = deindent` | |
| if (#local) { | |
| ${outro_block} | |
| } | |
| `; | |
| } |
My reading is the if statement will always be true, so might be a typo (maybe it should be outro.is_local