Radzen tooltip fails on first button click

We're having an issue on button click where first click doesn't show the tooltip. 2nd click shows it.

To reproduce:
Create .NET 5 Blazor WebAssembly project and set up Radzen 3.20.3.
The first click of this button does not show the tooltip. 2nd click does.
<RadzenButton @ref="radzenButton" Text="Show tooltip" Click="@(args => ShowTooltip(radzenButton.Element, new TooltipOptions(){ Style = "background-color: #ffffca; color:#000", Duration = null }))" />

Reproduced and fixed immediately! Fix will be part of our next update tomorrow!