-
Notifications
You must be signed in to change notification settings - Fork 92
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
Comments
Hi, Make sure you clean the solution and deleted the bin and obj folders, hard refreshed the page. |
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 am I missing something or doing something wrong? |
Hi, this is a known issue in apexcharts.js apexcharts/apexcharts.js#4773 |
Thanks for your help!!! I've adjusted rotation for now and subscribed to the issue. Appreciate it! |
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()
The text was updated successfully, but these errors were encountered: