mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Update higher-order-components.md
This commit is contained in:
@@ -420,4 +420,4 @@ const EnhancedField = enhance(Field);
|
||||
this.inputEl.focus();
|
||||
```
|
||||
|
||||
This is not a perfect solution by any means. We prefer that refs remain a library concern, rather than require you to manually handle them. We are exploring ways to solve this problem so that using an HOC is unobservable.
|
||||
This is not a perfect solution by any means. We prefer that refs remain a library concern, rather than require you to manually handle them. We are exploring ways to solve this problem so that using a HOC is unobservable.
|
||||
|
||||
Reference in New Issue
Block a user