react-integration icon indicating copy to clipboard operation
react-integration copied to clipboard

Element ref is not set

Open stevemao opened this issue 8 years ago • 2 comments

<Comp ref='myRef' /> will not set the ref to "myRef"; it will be undefined.

stevemao avatar Jul 11 '16 08:07 stevemao

Similar to #26

stevemao avatar Jul 11 '16 08:07 stevemao

Additionally <Comp ref={(elem) => … } /> is passed null rather than the DOM element.

bradleyayers avatar Jul 18 '16 03:07 bradleyayers