Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove hard crash when root view is reused
Summary: Alternative to D10499861. If an app does not have an exception handler, context.handleException will still hard crash. Since this error is just saying that we're reusing an unexpected RootView, it might be safe to continue execution. Let's remove the exception for now while we investigate further Reviewed By: mmmulani Differential Revision: D10560413 fbshipit-source-id: 6c08a16cd250a019d2aef5afcaf3ba61534d29f7
- Loading branch information