Solomon Amognu

Results 3 comments of Solomon Amognu

I added customizable icon for collapse/ expand icon. [pull request](https://github.com/Megabit/Blazorise/pull/3836)

Any update on this? Please, this is urgent. A client app that can't connect to API service? This is a real show stopper

I fixed my issue by leaving out registration of HttpClientFactory CreateClient configuration. Comment out this part... ``` //builder.Services.AddScoped(serviceProvider => // { // return serviceProvider.GetRequiredService().CreateClient(nameof(ApplicationHttpClient)); //}); ``` Then instead of using...