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
https://stackblitz.com/~/github.com/mrtampan/vue-shadcn
When I am using the chart component, it suddenly show an error like this::
Location error is in chartsingletooltip.vue .
I try fix with remove default(tick: number) => '${tick}' replace to default(tick) => '${tick}'
default(tick: number) => '${tick}'
default(tick) => '${tick}'
This works, but I can't push the code because it breaks the TypeScript code
System: OS: macOS 14.4.1 CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 328.50 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: npm: 10.5.0 - ~/Library/Application Support/Herd/config/nvm/versions/node/v18.20.2/bin/npm Browsers: Chrome: 131.0.6778.109 Safari: 17.4.1 npmPackages: @vueuse/core: ^12.0.0 => 12.0.0 radix-vue: ^1.9.10 => 1.9.10 vue: ^3.5.13 => 3.5.13
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproduction
https://stackblitz.com/~/github.com/mrtampan/vue-shadcn
Describe the bug
When I am using the chart component, it suddenly show an error like this::
Location error is in chartsingletooltip.vue .
I try fix with remove
default(tick: number) => '${tick}'
replace todefault(tick) => '${tick}'
This works, but I can't push the code because it breaks the TypeScript code
System Info
Contributes
The text was updated successfully, but these errors were encountered: