Omid Monshizadeh
Results
1
issues of
Omid Monshizadeh
I'm getting this warnings in console due to a getDOMNode used in typeahead: Typeahead.getDOMNode(...) is deprecated. Please use ReactDOM.findDOMNode(instance) instead. if (target !== window && !this.getDOMNode().contains(target)) { _this.hideHint(); _this.hideDropdown(); }...