Closed rizypb closed 9 months ago
I think it has already been fixed, you should try the beta version by running yarn add @vueuse/motion@beta
I still get: ReferenceError: useMotionControls is not defined among other APIs Seems there as missing lines in Types\imports.d.ts
You are right useMotionControls
is missing.
Edit:
I also tested the composables declared here:
reactiveStyle
Not foundreactiveTransform
Not founduseElementStyle
OkuseElementTransform
OkuseMotion
OkuseMotionControls
Not founduseMotionProperties
OkuseMotions
Not founduseMotionTransitions
Not founduseMotionVariants
OkuseSpring
OkuseReducedMotion
Not found
I am currently using Nuxt 3 rc version 11 and found this issue while running the app locally using
yarn dev
:And also: