mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
560be4b4e3
Any error caught during a React component render or lifecycle method will now be caught by the top-level error boundary, which shows the user this new error page. The error page will display a simple error message, and will show the details of the error in a collapsible section. The caught error is also reported to Sentry. In development the error will be re-thrown to make it easier to see on the console, but it is not re-thrown in production.
22 lines
334 B
SCSS
22 lines
334 B
SCSS
@import 'unlock-page/index';
|
|
|
|
@import 'add-token/index';
|
|
|
|
@import 'error/index';
|
|
|
|
@import 'send/send';
|
|
|
|
@import 'confirm-add-token/index';
|
|
|
|
@import 'settings/index';
|
|
|
|
@import 'first-time-flow/index';
|
|
|
|
@import 'keychains/index';
|
|
|
|
@import 'confirm-approve/index';
|
|
|
|
@import 'permissions-connect/index';
|
|
|
|
@import 'connected-sites/index';
|