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

Ref is not returned

Open tujoworker opened this issue 8 years ago • 0 comments

Hi!

I tryed this on this component:

<Progress
   percent={30}
   ref={ref => (this._progressRef = ref)}
 />

But got this warning: Warning: Stateless function components cannot be given refs. Attempts to access this ref will fail.

tujoworker avatar Oct 31 '17 14:10 tujoworker