You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a similar issue where they fixed the problem by using setTimeout as a backup in case requestIdleCallback isn't available: remix-run/indie-stack#124 (comment)
The text was updated successfully, but these errors were encountered:
atomicojs.dev/src/layouts/default.astro
Line 43 in ea622e8
The issue is that Safari does not support requestIdleCallback:
https://developer.mozilla.org/en-US/docs/Web/API/Window/requestIdleCallback#browser_compatibility
I found a similar issue where they fixed the problem by using setTimeout as a backup in case requestIdleCallback isn't available:
remix-run/indie-stack#124 (comment)
The text was updated successfully, but these errors were encountered: