Subscribe on changes!

on unmount when async component is passed through a slot to suspense

avatar
Jul 27th 2021

Version

3.2.0-beta.5

Reproduction link

Playground

Steps to reproduce

  • Click the toggle button twice
  • Check the logs

What is expected?

Should log unmounted twice but it logs only once

avatar
Jul 27th 2021

duplicate of #4183, the dynamicChildren is an empty array and will be fixed in #4186 (if it's the right fix😄)

avatar
Jul 27th 2021

@edison1105 Thanks! I've subscribed the PR.

avatar
Jul 27th 2021

Updated the repro so it doesn't contain vue router