We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows_NT
v22.11.0
3.16.2
3.24.1
2.11.9
[email protected]
-
future
compatibilityDate
devtools
modules
css
@nuxt/[email protected]
@vueuse/[email protected]
@vue-macros/[email protected]
Nuxt
v3.16.2
https://codesandbox.io/p/devbox/new-star-4x9vqf
just run the repo check in terminal for warnings
hi,
i am getting type warnings like this for all components, every thing works fine, i am not even using typescript in my Vue SFC
WARN warning: unplugin-vue-better-define TransformError: Cannot resolve TS type: ButtonProps 11:01:47 pm Plugin: unplugin-vue-better-define File: F:/node-local/nuxt-apps/nuxt-with-nuxt-ui/node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected][email protected][email protected]_eiavxvfntsids5hrxwa6ymgw74/node_modules/@nuxt/ui/dist/runtime/components/Button.vue WARN warning: unplugin-vue-better-define TransformError: Cannot resolve TS type: LinkProps 11:01:46 pm Plugin: unplugin-vue-better-define File: F:/node-local/nuxt-apps/nuxt-with-nuxt-ui/node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected][email protected][email protected]_eiavxvfntsids5hrxwa6ymgw74/node_modules/@nuxt/ui/dist/runtime/components/Link.vue WARN Cannot resolve TS type: LinkProps 11:01:46 pm at /F:/node-local/nuxt-apps/nuxt-with-nuxt-ui/node_modules/.pnpm/@[email protected][email protected][email protected]_/node_modules/@vue-macros/api/dist/index.js:1308:13
if i remove the @vue-macros/nuxt plugin all warnings gone
@vue-macros/nuxt
The text was updated successfully, but these errors were encountered:
Temp solution if you don't use betterDefine in vue-macros
betterDefine
vue-macros
// in your nuxt.config.* config macros: { betterDefine: false, },
Sorry, something went wrong.
No branches or pull requests
Environment
Windows_NT
v22.11.0
3.16.2
3.24.1
2.11.9
[email protected]
-
future
,compatibilityDate
,devtools
,modules
,css
@nuxt/[email protected]
,@vueuse/[email protected]
,@vue-macros/[email protected]
-
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.16.2
Reproduction
https://codesandbox.io/p/devbox/new-star-4x9vqf
just run the repo check in terminal for warnings
Description
hi,
i am getting type warnings like this for all components, every thing works fine, i am not even using typescript in my Vue SFC
Additional context
if i remove the
@vue-macros/nuxt
plugin all warnings goneLogs
The text was updated successfully, but these errors were encountered: