George Fabish
George Fabish
While I would normally agree that private properties would be better replaced by decoration (I am not familiar with the interception pattern). I feel like Blazor would be an exception...
I'll give two examples, both in Blazor because that is what I have been working most in as of late. 1. There are times when a action is done so...
I didn't think of the extension method. That is a better solution for that scenario. Fair enough for the second example. Ok, carry on 🐱👤I can't think of any other...
That makes sense to me. I really am impressed with this library and architecture choices so far, so I'll leave that up to you. I don't see the downsides to...
Just adding a +1 to this issue. Encountering similar issues on WASM.
Fair enough! I just created a WASM project and added `MainLayout2.razor` and changed the `FetchData` page to use that layout. I added the `CascadingBlazoredModal` tag to `MainLayout.razor`. I then updated...
> I get this error when I don't put the `CascadingBlazoredModal` in the correct place, outer the `Router` element in the `App.razor`. I did have the `CascadingBlazoredModal` inside my `Router`...
Just an update for anyone else, this has indeed seemed to fix the random errors I was receiving, but as a note, if you are using Telerik components that require...