Fix runtime errors: PerformanceObserver, localStorage, crypto.randomUUID, hydration issues, and linting errors

This commit is contained in:
2026-01-10 16:54:28 +01:00
parent ca2ed13446
commit a980ee8fcd
8 changed files with 22 additions and 23 deletions

View File

@@ -324,7 +324,7 @@ export const useWebVitals = () => {
observers.forEach(observer => {
try {
observer.disconnect();
} catch (error) {
} catch {
// Silently fail
}
});