We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49776eb commit 3641980Copy full SHA for 3641980
apps/dashboard/src/main.tsx
@@ -20,7 +20,8 @@ async function initializeSharedWorker() {
20
})
21
} catch (error) {
22
// eslint-disable-next-line no-console
23
- console.log('[Dashboard] Worker status changed:', error)
+ console.warn('Failed to initialize SharedWorker:', error)
24
+ // Fallback to local subscription management
25
}
26
27
0 commit comments