-
Notifications
You must be signed in to change notification settings - Fork 186
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
[Bug]: Multiple charts are undefined #1930
Comments
I noticed after updating to svelte5 I am getting this error in wordcloud charts i had set up
Build output:
+page.svelte (sorry its long)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Relevant package(s)
Carbon Charts Version
1.22.3
Which bundler are you using?
Vite
What happened and what did you expect to happen?
Until version 1.22.0,
npm run dev
andnpm run build
worked fine with the given configurations.But post 1.22.3 (unable to install 1.22.1 & 1.22.2 for some reason),
npm run dev
result in ReferenceError: BaseChart is not definedAnd
npm run build
results in the following outputChart data and options (automatically formatted so no need for backticks)
JavaScript console or build output (if relevant)
StackBlitz repro
No response
IBM Application/Team (if relevant)
No response
What priority level would this be in your opinion?
P2 (Medium)
The text was updated successfully, but these errors were encountered: