Fix runtime errors: PerformanceObserver, localStorage, crypto.randomUUID, hydration issues, and linting errors
This commit is contained in:
@@ -324,7 +324,7 @@ export const useWebVitals = () => {
|
||||
observers.forEach(observer => {
|
||||
try {
|
||||
observer.disconnect();
|
||||
} catch (error) {
|
||||
} catch {
|
||||
// Silently fail
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user