Open
Description
There's an example of string refs in the book but official documentation is considering them as obsolete feature.
Instead of:
<input type="text" ref="input" />
We should write:
<input type="text" ref={el => this.input = el} />
Metadata
Metadata
Assignees
Labels
No labels