mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-25 02:20:24 +00:00
ae708e70a1
* Create ErrorScreen component to show Errors when a component catches. * Show ErrorScreen component when Root component's componentDidCatch lifecycle method is called. This should catch all of the applications errors, as Root is at the top of the tree. * Convert ErrorScreen Component to SFC * Address PR comments