vueuse / motion

🤹 Vue Composables putting your components in motion
https://motion.vueuse.org
MIT License
2.13k stars 75 forks source link

Unable to use leave in jsx file #180

Open cdwmhcc opened 4 months ago

cdwmhcc commented 4 months ago

System info


Reproduction

https://stackblitz.com/edit/nuxt-starter-5dyhhf?file=pages%2Findex.tsx

Describe the bug

https://motion.vueuse.org/features/variants#leave JSX: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'leave')

In vue file it is working.

Additional context

No response

Logs

No response