mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: When a filename (potentially with changes) is loaded multiple times, we keep multiple instances around but fail to alert the attached debugger about this. By coupling ScriptIDs to RuntimeModules rather than filenames, we can track multiple instances of the same name instead. Changelog: [Internal] Reviewed By: bestander Differential Revision: D18362052 fbshipit-source-id: 2147af32bc48c5fd2a2b080ea09dfa4133de7cf5