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
In this case RangeSelector component which includes a Slider failed to behaviour when it receives string values as props.
At the page of DataSource, users will interact while only RAW data visible to them, some fields which will be marked as quantitative, transformed from strings to numbers, is string instances at that time. Type check and safe parsing should be attached to make sure that string values will not be passed to the RangeSelector component.
The text was updated successfully, but these errors were encountered: