RdJNL
RdJNL
### This pull request... - [ ] Fixes a bug - [x] Introduces a new feature - [ ] Improves an existing feature - [ ] Boosts code quality or...
**Describe the bug** I have `autoRefresh` set to true and `matchSummary` set to -1. That way I get a nice history of the games we played in the server, while...
Feature request ## What Add an @ directive that can be put at the top of a _.razor_ file that disables overriding the `BuildRenderTree` method. Additionally, when this is implemented,...
Feature request ## What Writing methods that return `RenderFragment` is a way to extract parts of a component's template and potentially allow them to be virtual/abstract. I've tried multiple ways...