There was an error fetching the commit references. Please try again later.
feat: add error boundary
Showing
- package.json 1 addition, 0 deletionspackage.json
- src/components/base/base-error-boundary.tsx 20 additions, 0 deletionssrc/components/base/base-error-boundary.tsx
- src/components/base/base-page.tsx 17 additions, 14 deletionssrc/components/base/base-page.tsx
- src/pages/_layout.tsx 8 additions, 5 deletionssrc/pages/_layout.tsx
- yarn.lock 8 additions, 1 deletionyarn.lock
... | @@ -31,6 +31,7 @@ | ... | @@ -31,6 +31,7 @@ |
"monaco-editor": "^0.34.1", | "monaco-editor": "^0.34.1", | ||
"react": "^17.0.2", | "react": "^17.0.2", | ||
"react-dom": "^17.0.2", | "react-dom": "^17.0.2", | ||
"react-error-boundary": "^3.1.4", | |||
"react-i18next": "^12.0.0", | "react-i18next": "^12.0.0", | ||
"react-router-dom": "^6.4.3", | "react-router-dom": "^6.4.3", | ||
"react-virtuoso": "^3.1.3", | "react-virtuoso": "^3.1.3", | ||
... | ... |
src/components/base/base-error-boundary.tsx
0 → 100644
Please register or sign in to comment