mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
4105450c7e
Summary: In ContextContainer, only in Debug mode, we store type information alongside with data to detect typemismatch in runtime. We used type hashes before, but seems they are not so stable and can cause some false negative crashes. This diff changes that to store mangled typenames instead of hashes, so it should be much more reliable now. Reviewed By: JoshuaGross Differential Revision: D15325728 fbshipit-source-id: 3a0f1116e1336af79adb51f38ce83c37aee4cad1