File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
src/components/ErrorBoundary Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 7979 },
8080 "volta" : {
8181 "node" : " 20.10.0"
82- }
82+ },
83+ "packageManager" : " yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
8384}
Original file line number Diff line number Diff line change 109109 },
110110 "resolutions" : {
111111 "react-i18next" : " 14.0.0"
112+ },
113+ "browserslist" : {
114+ "production" : [
115+ " >0.2%" ,
116+ " not dead" ,
117+ " not op_mini all"
118+ ],
119+ "development" : [
120+ " last 1 chrome version" ,
121+ " last 1 firefox version" ,
122+ " last 1 safari version"
123+ ]
112124 }
113125}
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ import { handleViewError } from 'services/remote'
66const handleError = ( error : Error ) => {
77 handleViewError ( error . toString ( ) )
88 if ( process . env . NODE_ENV !== 'development' ) {
9+ // eslint-disable-next-line no-console
10+ console . log ( error )
911 window . location . reload ( )
1012 }
1113 return { hasError : true }
You can’t perform that action at this time.
0 commit comments