svelte icon indicating copy to clipboard operation
svelte copied to clipboard

Out transition blocks update to component props, even when outro is cancelled

Open jrouleau opened this issue 1 year ago • 2 comments

Describe the bug

If a component is outroing while a prop value is updated, it never receives the updated value, even if the outro is cancelled. This means the child's prop values will be inconsistent and out of sync with the values of the parent where they were passed in.

Reproduction

https://svelte.dev/repl/88c6aeb7daab45519bab0315d38f5d9d?version=3.59.1

Logs

No response

System Info

npmPackages:
  svelte: ^3.59.1 => 3.59.1

Severity

annoyance

jrouleau avatar May 10 '23 16:05 jrouleau