Hi,
I want to build MAUI hybrid Blazor application using Radzen library.
I followed steps from Get Started | Free UI Components by Radzen
but whenever I try to use an interactive mode, my application throw an exception.
This is my from MainLayout.razor file.
As you can see, I had the same issue with applying a theme, but I overcome it with
<link rel="stylesheet" href="_content/Radzen.Blazor/css/material-base.css" />
instead of
<RadzenTheme Theme="material" @rendermode="InteractiveAuto" />
Now, I'm not sure how to fix it for RadzenComponents, and I need this because of tooltips..