mirror of
https://github.com/status-im/react-native.git
synced 2025-02-23 06:38:13 +00:00
Summary: Without this fix the PointerHasher hashed not a pointer, but an address where the pointer is stored, which is obviously incorrect. The incorrect hash function compromised the whole `_activeTouches` caused many issues with logically invalid invariants (e.g. removing element from the collection silently didn't work). Reviewed By: mdvacca Differential Revision: D13072804 fbshipit-source-id: d68289e940fe21e2df08a31439619b7e2fe0fa13