Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove assumptions on super's description (#36374)
Summary: This is a change upstreamed from our fork, React Native macOS: microsoft#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: #36374 Test Plan: CI should pass Reviewed By: cipolleschi Differential Revision: D43906367 Pulled By: javache fbshipit-source-id: f83a67c5890ad1f8a73bc644be1f0f8b22b1a371
- Loading branch information