Skip to content
New issue

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

AutoImports in Nuxt broken since 4.0.0 release #6126

Closed
Ripwords opened this issue Jul 26, 2024 · 2 comments
Closed

AutoImports in Nuxt broken since 4.0.0 release #6126

Ripwords opened this issue Jul 26, 2024 · 2 comments
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@Ripwords
Copy link

Describe the bug

Auto imports technically works but all the types seems to be missing since version 4.0.0 (can confirm it's still broken in 4.0.2)

I can confirm the last working version was 4.0.0-rc.3. In the screenshots below you can see i've upgraded 4.0.0-rc.3 to 4.0.0 and i lose syntax highlighting even if i explicitly enable autoImports in nuxt.config

image

This is after i downgrade to 4.0.0-rc.3, i get syntax highlighting back even without specifying autoImports in nuxt.config
image

Reproducer

nuxt_template_broken

PrimeVue version

4.0.2

Vue version

4.x

Language

TypeScript

Build / Runtime

Nuxt

Browser(s)

No response

Steps to reproduce the behavior

  1. Nuxt project install primevue ^4.0.0
  2. Components don't have syntax highlights
  3. Downgrade to 4.0.0-rc.3, and syntax highlights returns

Expected behavior

Syntax highlights with newer versions

@Ripwords Ripwords added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jul 26, 2024
@dsherley9
Copy link

I'm also experiencing this issue.

@Ripwords
Copy link
Author

Ripwords commented Aug 2, 2024

Issue was solved for me in v4.0.4

@Ripwords Ripwords closed this as completed Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Projects
None yet
Development

No branches or pull requests

2 participants