vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.64k stars 6.95k forks source link

[Bug Report][3.7.0] Broke typescript for lodash and i18n library #20362

Open cesxhin opened 3 weeks ago

cesxhin commented 3 weeks ago

Environment

Vuetify Version: 3.7.0 Vue Version: 3.4.38 Browsers: Chrome 127.0.0.0 OS: Mac OS 10.15.7

Steps to reproduce

Import library of vuetify inside modules/style/plugins/vuetify-setup.ts

Expected Behavior

Without error of typescript

Actual Behavior

The method of lodash or i18n show error for typescript.

Reproduction Link

https://codesandbox.io/p/devbox/weathered-brook-g3klnn

Other comments

Maybe conflict something? I used nuxt version 3.12.4.

cesxhin commented 3 weeks ago

Hi @KaelWD, I found the problem.

Please read this post https://github.com/nuxt/nuxt/pull/28446.

I think that you should change this part.

image
KaelWD commented 3 weeks ago

This has already been changed: 7c8aeefdc097ff9b74a733ed17b6a8cd9e1f8575

Please try the latest nightly build: https://vuetifyjs.com/en/getting-started/installation/#nightly-builds

cesxhin commented 3 weeks ago

@KaelWD It works, but I need the stable version, how long should I wait?