mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
6d37c05dd7
After realizing this was the second time I've visited this exact page within a year and second guessing myself that the `textInput` ref isn't actually the `<input />` element. I decided to attempt to make this a little more explicit; you are actually accessing the method on the child class and not the `focus` method on the dom input element. Having them named the same caused some confusion.