DRMA Tech
DRMA Tech
`` maybe it has something to do with it, but I'm not sure how to enable it in BUnit.
I think so, but I still can't make it work. ``` ctx.RenderTree.TryAdd(parameters => parameters .Add(p => p.Value, new MatPortalHost()) ); ctx.RenderTree.TryAdd(parameters => parameters .Add(p => p.Value, new MatDialogReference() { Service...
[https://www.matblazor.com/DialogService](https://www.matblazor.com/DialogService)
System.ArgumentException : The MatBlazor.MatPortalHost does not have a ChildContent or Body parameter. Only components with one of these parameters can be added to the root render tree.
``` [CascadingParameter] public MatDialogReference DialogReference { get; set; } ``` is this necessary. Furthermore: // in root Blazor app component - App.razor ``
this is not necessarily a cascading father (because you have to put it in app.razor). I don't even know if that's the problem, it was just a possibility. ` await...
@egil `` how can i declare this like it was in app.razor? because this RenderTree you mentioned as far as I understand only registers parent components, not necessarily something that...
there is no error message. the execution just stops.
I don't know what the word crash means exactly. but the execution stops, doesn't finish. if you debug the method, debugging will stop at that line, and not continue. as...
@enginexon on the icons page itself, it already shows this. 