You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using constants from the utils folder, which are auto-imported directly in the template. However, I am receiving the following TypeScript error:
Property 'constant' does not exist on type 'CreateComponentPublicInstance<Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 12 more ..., {}>'.
Despite this error, the code is working fine in the browser.
The issue occurs when I install @vueuse/motion.
On uninstalling @vueuse/motion, the TypeScript error is resolved.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
System info
Reproduction
https://github.com/cloudfinch-shivansh/vueuse-motion-err
Describe the bug
I am using constants from the utils folder, which are auto-imported directly in the template. However, I am receiving the following TypeScript error:
Property 'constant' does not exist on type 'CreateComponentPublicInstance<Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 12 more ..., {}>'.
Despite this error, the code is working fine in the browser.
The issue occurs when I install @vueuse/motion.
On uninstalling @vueuse/motion, the TypeScript error is resolved.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: