feat: add error boundary

This commit is contained in:
2026-03-24 01:17:42 +02:00
parent e39194e9f6
commit 1c312bb528
3 changed files with 64 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
"react": ">=19.2.0 <19.3.0",
"react-chartjs-2": ">=5.3.0 <5.4.0",
"react-dom": ">=19.2.0 <19.3.0",
"react-error-boundary": ">=6.1.0 <6.2.0",
"react-syntax-highlighter": ">=16.1.0 <16.2.0"
},
"devDependencies": {