After the update, my RadzenRadioButtonList stopped working.

After the update, my RadzenRadioButtonList stopped working. When I click on one of the options, there's a flickering effect, but none of the radio buttons become active.

Here’s the code:

<RadzenStack>
    <RadzenRadioButtonList @bind-Value=@value TValue="int" Orientation="Orientation.Vertical">
        <Items>
            <RadzenRadioButtonListItem Text="Orders" Value="1" />
            <RadzenRadioButtonListItem Text="Employees" Value="2" />
            <RadzenRadioButtonListItem Text="Customers" Value="3" />
        </Items>
    </RadzenRadioButtonList>
</RadzenStack>

Works normally on our demos using latest version: