You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The behavior of the initialState prop of the CircularSlider is a little odd, and goes against intuition of what the initialState should define.
The internal state value is indeed modified, but that value is not reflected in the state of the circle Slider object. Instead, Both the center text and position of the slider reflect the minimum value no matter how we define the initialState.
The text was updated successfully, but these errors were encountered:
The behavior of the initialState prop of the CircularSlider is a little odd, and goes against intuition of what the initialState should define.
The internal state value is indeed modified, but that value is not reflected in the state of the circle Slider object. Instead, Both the center text and position of the slider reflect the minimum value no matter how we define the initialState.
The text was updated successfully, but these errors were encountered: