We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a830a commit da814baCopy full SHA for da814ba
src/BootstrapBlazor/Components/Table/TableToolbar.razor.cs
@@ -20,7 +20,7 @@ public partial class TableToolbar<TItem> : ComponentBase
20
/// </summary>
21
private readonly List<IToolbarComponent> _buttons = [];
22
23
- private readonly ConcurrentDictionary<ButtonBase, bool> _asyncButtonStateCache = new();
+ private readonly ConcurrentDictionary<ButtonBase, bool> _asyncButtonStateCache = new(ReferenceEqualityComparer.Instance);
24
25
/// <summary>
26
/// Specifies the content to be rendered inside this
0 commit comments