Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing null-check to
findHostInstanceFastPath
(#6884)
## Summary This PR adds a missing null check for certain components that do not contain the `_componentRef` field. This can happen for example when you uses `useAnimatedRef` with FlashList. ## Test plan Use FlashList as a animated component
- Loading branch information