Skip to content
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

critical error upgrading to V5 #566

Open
ppereira-serviceonsites opened this issue Jan 6, 2025 · 4 comments
Open

critical error upgrading to V5 #566

ppereira-serviceonsites opened this issue Jan 6, 2025 · 4 comments

Comments

@ppereira-serviceonsites
Copy link

The last working version for me has been V3.4... there has been a few errors which I've also reported here.

The latest V5 has given me this error:
blazor.webassembly.js?version=8:1 crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: Could not resolve type with token 010002f9 from typeref (expected class 'ApexCharts.ApexChartBaseOptions' in assembly 'Blazor-ApexCharts, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null')
System.TypeLoadException: Could not resolve type with token 010002f9 from typeref (expected class 'ApexCharts.ApexChartBaseOptions' in assembly 'Blazor-ApexCharts, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null')
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[d__9](d__9& stateMachine)
at SOSOfficeWeb.Dashboard.StandardView.OnInitializedAsync()
at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()

@joadan
Copy link
Member

joadan commented Jan 8, 2025

Hi,

Make sure you clean the solution and deleted the bin and obj folders, hard refreshed the page.

@ppereira-serviceonsites
Copy link
Author

Thanks @joadan ... that did fix this problem... unfortunately, I now have the following uncaught referenceerror:

apexcharts.esm.js?ver=4.3.0:6 Uncaught (in promise) ReferenceError: firstLabel is not defined
at t.value (apexcharts.esm.js?ver=4.3.0:6:309737)
at apexcharts.esm.js?ver=4.3.0:6:321051
at Array.map ()
at t.value (apexcharts.esm.js?ver=4.3.0:6:320975)
at apexcharts.esm.js?ver=4.3.0:38:35212
at new Promise ()
at t.value (apexcharts.esm.js?ver=4.3.0:38:34085)
at apexcharts.esm.js?ver=4.3.0:38:31644
at new Promise ()
at t.value (apexcharts.esm.js?ver=4.3.0:38:16460)

am I missing something or doing something wrong?

@joadan
Copy link
Member

joadan commented Jan 9, 2025

Hi, this is a known issue in apexcharts.js apexcharts/apexcharts.js#4773

@ppereira-serviceonsites
Copy link
Author

Thanks for your help!!! I've adjusted rotation for now and subscribed to the issue. Appreciate it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants