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
const{ classNames, min, max }=this.props;constsliderProps={ min, max };
It's not scalable or practical for eslint-plugin-react to know what _.pick (or any other arbitrary function) does, and since it can be done easily in native syntax, that's what I'd recommend.
In this way
min
andmax
are marked as unused.The text was updated successfully, but these errors were encountered: