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 React 15 you don't need to use findDOMNode on refs that are DOM nodes. To make it easier to use Elemental UI component DOM methods, how about adding a .el that is the main DOM component? All that would be needed is ref: function (el) { this.el = el; }.
The text was updated successfully, but these errors were encountered:
In React 15 you don't need to use findDOMNode on refs that are DOM nodes. To make it easier to use Elemental UI component DOM methods, how about adding a
.el
that is the main DOM component? All that would be needed isref: function (el) { this.el = el; }
.The text was updated successfully, but these errors were encountered: