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
Since Vue v3.2.47, this line of code:
app.use(fluent)
raises typing error:
❯ yarn build yarn run v1.22.19 $ vue-tsc && vite build src/main.ts:22:5 - error TS2554: Expected 2 arguments, but got 1. 22 app.use(fluent) ~~~~~~~~~~~ node_modules/@vue/runtime-core/dist/runtime-core.d.ts:78:63 78 use<Options extends unknown[]>(plugin: Plugin_2<Options>, ...options: Options): this; ~~~~~~~~~~~~~~~~~~~ Arguments for the rest parameter 'options' were not provided. Found 1 error in src/main.ts:22
I reported the issue to Vue project, but Vue core developer identified that it is fluent-vue's bug.
fluent-vue
https://bitbucket.org/hongquan/vue-wrong-argument-for-use
System: OS: Linux 5.19 Ubuntu 22.10 22.10 (Kinetic Kudu) CPU: (4) x64 Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz Memory: 6.45 GB / 11.59 GB Container: Yes Shell: 5.9 - /usr/bin/zsh Binaries: Node: 18.14.0 - /usr/bin/node Yarn: 1.22.19 - /usr/bin/yarn npm: 9.3.1 - /usr/bin/npm Browsers: Chrome: 110.0.5481.100 Firefox: 110.0 npmPackages: vue: ^3.2.47 => 3.2.47
yarn
The text was updated successfully, but these errors were encountered:
Hi. Thanks for reporting the issue. Do you want to contribute a fix? If not I will fix it in a few hours.
Sorry, something went wrong.
Thanks, @Demivan I created a PR for this.
@hongquan Thanks again for your contribution Your fix was released as part of v3.2.1 https://github.com/fluent-vue/fluent-vue/releases/tag/v3.2.1
Successfully merging a pull request may close this issue.
Describe the bug
Since Vue v3.2.47, this line of code:
raises typing error:
I reported the issue to Vue project, but Vue core developer identified that it is
fluent-vue
's bug.Reproduction
https://bitbucket.org/hongquan/vue-wrong-argument-for-use
System Info
System: OS: Linux 5.19 Ubuntu 22.10 22.10 (Kinetic Kudu) CPU: (4) x64 Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz Memory: 6.45 GB / 11.59 GB Container: Yes Shell: 5.9 - /usr/bin/zsh Binaries: Node: 18.14.0 - /usr/bin/node Yarn: 1.22.19 - /usr/bin/yarn npm: 9.3.1 - /usr/bin/npm Browsers: Chrome: 110.0.5481.100 Firefox: 110.0 npmPackages: vue: ^3.2.47 => 3.2.47
Used Package Manager
yarn
Validations
The text was updated successfully, but these errors were encountered: