This commit is contained in:
sebseb7
2026-03-25 10:58:55 +01:00
parent c8af0bb57a
commit e1a545e4a8
717 changed files with 5344 additions and 6693 deletions

View File

@@ -5,6 +5,9 @@ import App from "./App.js";
import { BrowserRouter } from "react-router-dom";
import "./services/SocketManager.js";
import "./services/CategoryService.js";
import { installJsErrorTelemetry } from "./utils/jsErrorTelemetry.js";
installJsErrorTelemetry();
// Create a wrapper component with our class-based GoogleAuthProvider
// This avoids the "Invalid hook call" error from GoogleOAuthProvider