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
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
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();
}
Any plan to upgrade to new react?