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
Although the plugin seems to work just fine, the following error is being thrown in Safari: Unhandled Promise Rejection: ReferenceError: Can't find variable: requestIdleCallback, as the browser does not support requestIdleCallback.
Wow, I just checked the caniuse page for requestIdleCallback and Safari has had support for this for more than three years now but it's still behind a feature flag 😩 Falling back to setTimeout should work here as well. Thanks for reporting!
Although the plugin seems to work just fine, the following error is being thrown in Safari:
Unhandled Promise Rejection: ReferenceError: Can't find variable: requestIdleCallback
, as the browser does not support requestIdleCallback.See a related issue: remix-run/indie-stack#124 where a possible fallback is being suggested.
Thanks for all your effort on this, much appreciated!
The text was updated successfully, but these errors were encountered: