react-native icon indicating copy to clipboard operation
react-native copied to clipboard

Support component stacks without debug source in LogBox

Open rickhanlonii opened this issue 2 years ago • 1 comments

Summary

Fixes component stacks without source info, and duplication in the error message string.

Before

No component stacks, and error message duplication:

Screenshot 2024-02-21 at 11 20 17 AM

After

Back to normal, albeit without the component source location:

Screenshot 2024-02-21 at 11 20 28 AM

Misc

Changelog: [General][Fixed] - Support component stacks without source info.

Reviewed By: yungsters

Differential Revision: D53981672

rickhanlonii avatar Feb 23 '24 02:02 rickhanlonii

This pull request was exported from Phabricator. Differential Revision: D53981672

facebook-github-bot avatar Feb 23 '24 02:02 facebook-github-bot

This pull request was exported from Phabricator. Differential Revision: D53981672

facebook-github-bot avatar Mar 01 '24 16:03 facebook-github-bot

This pull request has been merged in facebook/react-native@1b53051b8c0661095dbcb7546432eeda3a129fd4.

facebook-github-bot avatar Mar 01 '24 21:03 facebook-github-bot