beforeUnmount executes twice #3666
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
🐞 bug
Something isn't working
Version
3.0.11
Reproduction link
https://codesandbox.io/s/flamboyant-star-vijce?file=/src/components/Separator.vue
Steps to reproduce
Go to the reproduction link.
Unmount list component
Look at console
What is expected?
BeforeUnmount executes one time for each Separator instance.
What is actually happening?
BeforeUnmount executes twice for the last Separator component.
Cause this problem: intlify/vue-i18n#476
The text was updated successfully, but these errors were encountered: