mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-03 23:03:40 +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