mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
a5bc6f0574
Summary: This is a change upstreamed from our fork, React Native macOS: https://github.com/microsoft/react-native-macos/pull/1088 Original description: >We hit some crashes where replacing the chars in the string in the description was happening at an invalid range. That caused investigation into what these description methods are doing. We shouldn't have code assuming super's description will return in a certain format. Instead, just append any additional info we want to add to the end of the description. ## Changelog [IOS] [CHANGED] -Remove assumptions on super's description Pull Request resolved: https://github.com/facebook/react-native/pull/36374 Test Plan: CI should pass Reviewed By: cipolleschi Differential Revision: D43906367 Pulled By: javache fbshipit-source-id: f83a67c5890ad1f8a73bc644be1f0f8b22b1a371