We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ee812 commit a8b1b19Copy full SHA for a8b1b19
src/Blazor-ApexCharts/ApexChart.razor.cs
@@ -43,7 +43,7 @@ public partial class ApexChart<TItem> : IDisposable where TItem : class
43
44
protected override void OnInitialized()
45
{
46
- var isWasm = this.JSRuntime is IJSInProcessRuntime;
+ isWasm = this.JSRuntime is IJSInProcessRuntime;
47
if (isWasm)
48
49
jsUnmarshalled = (IJSUnmarshalledRuntime)ServiceProvider.GetService(typeof(IJSUnmarshalledRuntime));
0 commit comments