ui icon indicating copy to clipboard operation
ui copied to clipboard

TS Issue with Pro DashboardPanel

Open timb-103 opened this issue 1 year ago • 7 comments

Environment


  • Operating System: Windows_NT
  • Node Version: v18.16.0
  • Nuxt Version: 3.11.2
  • CLI Version: 3.11.1
  • Nitro Version: -
  • Package Manager: [email protected]
  • Builder: -
  • User Config: telemetry, ssr, devtools, experimental, devServer, colorMode, tailwindcss, modules, extends, imports, pinia, css, vite, ui, build, app, runtimeConfig, googleFonts, routeRules, nitro
  • Runtime Modules: @nuxtjs/[email protected], @pinia/[email protected], @nuxt/[email protected]
  • Build Modules: -

Version

v2.1.3

Reproduction

n/a

Description

When I'm running npx nuxi typecheck I'm seeing this error, even though I'm not using that component in my project:

image

Any idea how we can fix this?

Additional context

No response

Logs

No response

timb-103 avatar Jul 02 '24 04:07 timb-103

Would you mind providing the vue-tsc version you have installed?

benjamincanac avatar Jul 02 '24 07:07 benjamincanac

This is the only instance i can see of it, unless there's another way to check?

image

timb-103 avatar Jul 02 '24 08:07 timb-103

Can you try to install the latest in your project like https://github.com/nuxt-ui-pro/dashboard/blob/main/package.json#L29?

It is recommended to install it as nuxi typecheck runs vue-tsc: https://nuxt.com/docs/api/commands/typecheck

benjamincanac avatar Jul 02 '24 10:07 benjamincanac

Tried installing most recent, as well as 1x and both still have the same issue unfortunately.

timb-103 avatar Jul 02 '24 23:07 timb-103

This seems to be fixed in newest Nuxt version. Thanks anyway!

timb-103 avatar Jul 07 '24 01:07 timb-103

This is not actually fixed and we're still seeing it in nuxt 3.12.3. Any ideas how we could fix it?

timb-103 avatar Sep 02 '24 09:09 timb-103

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Oct 03 '24 01:10 github-actions[bot]

Should be fixed in https://github.com/nuxt/ui-pro/releases/tag/v1.5.0.

benjamincanac avatar Nov 05 '24 21:11 benjamincanac