mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-19 13:11:26 +00:00
697479e2cd
The host node ref is not a dependency of the focus handling. Previously, the focus callback was not called if the element was auto-focused, because React DOM calls `onFocus` while the object ref is `null`. Fix #2045