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

@@ -282,7 +282,7 @@ const AdminPage = () => {
onClick={() => {
try {
localStorage.removeItem('admin_lockout');
} catch (error) {
} catch {
// Ignore errors
}
window.location.reload();