-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Highcharts are broken in Quasar (Vite) with Vue 3.4 #16856
Comments
I have the same problem! |
Same problem |
Hi, This seems to be a Vue compiler/runtime issue (99% chances). Please upgrade the Vue version to its very latest and report back. This should not be a problem anymore, and we're not doing anything special in Quasar CLI to break the package anyway. |
Hi, I appreciate your suggestion to upgrade to Vue 3.4. However, after performing the upgrade, I still encounter the same issue. It seems like the bug persists even with the latest Vue version. I've double-checked the upgrade process, cleared the cache, and reviewed the documentation, but the problem remains unresolved. Do you have any additional recommendations or insights on how to address this issue? |
I don't have deep knowlege in this field. But because there is no issue in "vanilla" Vue 3.4.15 with Vite 5.0.12, but in Quasar with Vite 2.9.17, I guess the issue may be related to older version of Vite. |
I have the same issue with Solid Gauge. I tried everyhing, but no success. |
Can someone provide a reproduction stackblitz or repo pls? The link provided in the OP description is not a valid one. Also, I'm about to release the next major version of q/app-vite which has Vite 5 among a TON of other improvements. |
Provided Stackblitz
Provided Stackblitz in the OP description works for me: https://stackblitz.com/~/edit/quasarframework-ncbu8k |
Seems to be working with q/app-vite v2.0.0-beta.1 (has Vite 5 among a ton of other improvements and new features --- released today) If this is a Vite 2 issue (as it seems), then please upgrade to q/app-vite 2.0.0-beta.1. Must read (all):
|
Will close this as Vite 2 will no longer receive updates -- and we can't do anything about it. We are sorry for any potential inconvenience but since this is out of our reach it's the only solution. Fortunately, I've released the new CLI today (we've been working for a LONG time on it) and it has this fixed downstream. |
Thank you for the quick response. Your solution is acceptable indeed. No need to sorry. It's software, we know what the risks are :-) |
What happened?
After upgrading to Vue 3.4 (3.4.15), the Highcharts are broken (only) in DEV mode, displaying error:
It's happening only to DEV mode, in BUILD it's OK.
I think it's somehow related to Highcharts bug #256.
But in pure Vue 3.4.15 (without Quasar) it's OK.
In Quasar with older Vue 3.3.13 it's also OK.
I tried to find the source of the problem.
I tried older quasar (quasar: 2.13.1 @quasar/app-vite: 1.6.2) with Vue 3.3.13 => it's OK.
The I upgraded Quasar (quasar: 2.13.1 → 2.14.3, @quasar/app-vite: 1.6.2 → 1.7.3) with Vue 3.3.13 => it's OK.
After upgrading Vue ([email protected] -> [email protected]) => Highcharts are broken.
What did you expect to happen?
display chart, no error
Reproduction URL
https://stackblitz.com/~/edit/quasarframework-ncbu8k
How to reproduce?
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
SPA Mode
Platforms/Browsers
No response
Quasar info output
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: