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
Vuetify Version: 3.7.11 Last working version: 3.6.15 Vue Version: 3.5.13 Browsers: Chrome 132.0.0.0 OS: Mac OS 10.15.7
Use VForm with a ref
Type checking to succeed
TS throws
error TS4082: Default export of the module has or is using private name 'SubmitEventPromise'.
https://github.com/ThomasKientz/vuetify-form-issue
I have initiated the repo with:
npm create vuetify@latest
Copy the VForm exemple as is https://vuetifyjs.com/en/components/forms/#exposed-properties
And run npm run build (or npm run type-check)
npm run build
npm run type-check
The text was updated successfully, but these errors were encountered:
I do not wish to do anything else than type-checking the repo as other issues like #20480 talks about emiting declarations.
Sorry, something went wrong.
#20480 is also using --noEmit, the solution is the same.
--noEmit
@KaelWD sorry I don’t see any solution?
downgrading vue-tsc to 2.1.10 instead 2.2.0 works for me
Or you can try the dev branch to see our changes cause any other problems: https://vuetifyjs.com/en/getting-started/installation/#nightly-builds
No branches or pull requests
Environment
Vuetify Version: 3.7.11
Last working version: 3.6.15
Vue Version: 3.5.13
Browsers: Chrome 132.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
Use VForm with a ref
Expected Behavior
Type checking to succeed
Actual Behavior
TS throws
Reproduction Link
https://github.com/ThomasKientz/vuetify-form-issue
I have initiated the repo with:
Copy the VForm exemple as is https://vuetifyjs.com/en/components/forms/#exposed-properties
And run
npm run build
(ornpm run type-check
)The text was updated successfully, but these errors were encountered: