Describe the bug
When using vue-styled-components with Vue 3's <transition> component, the leave (exit) animation does not trigger or apply as expected. The enter transition works fine, but the leave transition is either skipped or immediately removed without animation.
Reproduce link
https://codesandbox.io/p/sandbox/unruffled-wood-s9d4n6?file=%2Fsrc%2FApp.vue%3A8%2C33
To reproduce
- Clone the reproduction repo or open the CodeSandbox link: [demo link here]
- Click the toggle button to show/hide the component.
- Observe the enter animation works, but the leave animation doesn't trigger.
Expected behavior
No response
Actual behavior
No response
Package version
No response
Framework version
No response
Node version
No response
Browsers version
No response
OS version
No response
Additional context
No response