diff --git a/llm-fe/src/App.tsx b/llm-fe/src/App.tsx index 884c2a5..7424497 100644 --- a/llm-fe/src/App.tsx +++ b/llm-fe/src/App.tsx @@ -23,6 +23,7 @@ import Tracker from './llm-fe/components/Tracker/Tracker'; import { AnalyticsConsentProvider } from './llm-fe/contexts/AnalyticsConsentContext'; import AnalyticsConsentBanner from './llm-fe/components/AnalyticsConsentBanner/AnalyticsConsentBanner'; import AnalyticsSession from './llm-fe/components/AnalyticsSession/AnalyticsSession'; +import AppErrorBoundary from './llm-fe/components/AppErrorBoundary/AppErrorBoundary'; const ProtectedRoutes = () => { const { authenticated, loading } = useContext(AuthContext); @@ -53,6 +54,7 @@ class App extends Component {
+ The rest of the app still works. Reload to try again, or copy the details below so the failure can be fixed. +
+ +
+ {this.details()}
+
+