Egil Hansen

Results 251 comments of Egil Hansen

If MatBlazor needs a root component to be added in App.razor, then this might be what you need: https://bunit.dev/docs/providing-input/root-render-tree.html

Did you try: ```c# ctx.RenderTree.TryAdd(); ```

Then `MatPortalHost` doesn't provide a cascading value. So are you sure you need it? You may need to add a service to Services though. Take a look at the docs...

> when I run that last line of code, the system crashes. To get more help, you might want to share what the exception message is.

> there is no error message. the execution just stops. So the system doesn't crash as you wrote before, the test completes without an error? I don't know how the...

> I don’t think this PR needs to be closed! You can make the changes on this branch and we’ll merge the PR for release in v3. (V3 is currently...

I might take you up on this when I get more familiar with the library and general concept of parser combinators.