-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi
I think that there is issue in logic of setting DOMNode
here.
I think it must be, but I'm not sure:
DOMNode = typeof this.getDOMNode === 'function' ? (this.refs[options.ref] || this.getDOMNode()) : this.refs[options.ref] || this;
or
DOMNode = this.refs[options.ref] || (typeof this.getDOMNode === 'function' ? this.getDOMNode() : this);
Thanks.
Metadata
Metadata
Assignees
Labels
No labels