{error?.name}
9 |{error?.message}
10 | <> 11 | {error?.stack?.split("\n").map((line, i) => { 12 | return{line}
; 13 | })} 14 | > 15 |{errorInfo?.componentStack}
16 |14 | A problem has occurred with the website and it needs to be reloaded. 15 |
16 |We just collect some Error information and then restart for you.
17 | 18 |20 | For more information on this issue and possible solutions, please 21 | visit the website: 22 | 26 | https://reactjs.org/docs/error-boundaries.html 27 | 28 |
29 |30 | {error?.name} 31 | {error?.message} 32 |
33 |{errorInfo?.componentStack}
34 |An error has occureed. To continue:
17 |Press Enter to return to Website, or
18 |19 | Press Alt+F4 to close this application. If you do this, you will lose 20 | any unsaved information in all open applications. 21 |
22 |23 | Error: {error?.name},{error?.message} 24 |
25 | {errorText &&{errorText}
} 26 |