react-progress
react-progress copied to clipboard
Ref is not returned
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.