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
ObjectSelector is old, deprecated API, replaced with Selector. However, FileSelector, ListSelector, and MultiFileSelector still inherit from ObjectSelector, making it difficult to remove and making those classes confusing to work with. Swapping ObjectSelector and Selector in the class hierarchy shouldn't affect anything not testing those exact classes, and we should do that soon to avoid future confusion.
The text was updated successfully, but these errors were encountered:
ObjectSelector is old, deprecated API, replaced with Selector. However, FileSelector, ListSelector, and MultiFileSelector still inherit from ObjectSelector, making it difficult to remove and making those classes confusing to work with. Swapping ObjectSelector and Selector in the class hierarchy shouldn't affect anything not testing those exact classes, and we should do that soon to avoid future confusion.
The text was updated successfully, but these errors were encountered: