fix: enforce production React release builds
CSS quality / css-quality (push) Has been cancelled

This commit is contained in:
hectorzhao
2026-09-08 22:39:32 +08:00
parent 6816f56178
commit 809175b544
6 changed files with 100 additions and 2 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ export function useNotificationPolling({ enabled, canPoll, poll }: NotificationP
window.addEventListener('offline', availabilityChanged);
document.addEventListener('visibilitychange', availabilityChanged);
REFRESH_EVENTS.forEach((event) => window.addEventListener(event, refresh));
// StrictMode's discarded setup must not dispatch a second HTTP batch.
// Immediate setup/cleanup cycles can cancel this timer before network work starts.
schedule();
return () => {