We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ddd8e5 commit b6fa224Copy full SHA for b6fa224
src/useMotionValues.ts
@@ -1,4 +1,3 @@
1
-import { tryOnUnmounted } from '@vueuse/shared'
2
import { del as __del, set as __set } from 'vue-demi'
3
import { getMotionValue, MotionValue } from './motionValue'
4
import { MotionProperties, MotionValuesMap } from './types'
@@ -53,9 +52,6 @@ export function useMotionValues() {
53
52
return motionValue
54
}
55
56
- // Ensure everything is cleared on unmount
57
- tryOnUnmounted(stop)
58
-
59
return {
60
motionValues,
61
get,
0 commit comments