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
I'm just trying to add a little feature to the select, but what slows me down is the old way of react and all the bind() functions. I can understand that it's a pain to convert all source code to ES6 standard, but I'm still wondering if there's a plan to do so?
Also, since this project is on react@15+ now, should we remove the React.createClass() and mixin? As they're already deprecated.