on unmount when async component is passed through a slot to suspense
Version
3.2.0-beta.5
Reproduction link
Steps to reproduce
- Click the toggle button twice
- Check the logs
What is expected?
Should log unmounted twice but it logs only once
duplicate of #4183, the dynamicChildren
is an empty array and will be fixed in #4186 (if it's the right fix😄)