Slider not working as expected when disabled initially and enabled runtime

This was on the bug list as being fixed in 2.58.0, but I am using 4.30.2 and if I initially set the slider Disabled to true, enabling it results in the slider being frozen in place even though it appears to be enabled.

                    <RadzenSlider @bind-Value=@NonScalingStrokeWidth TValue="decimal" Min="0" Max="5" Step="0.1" Disabled="@IsNonScalingStrokeWidthDisabled" Change="@OnGapFillerSliderChange" />

Here is what I see on our demos using the latest version of Radzen.Blazor
slider