We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16fb2b6 commit 36df918Copy full SHA for 36df918
packages/scheduler/src/forks/SchedulerHostConfig.default.js
@@ -85,7 +85,7 @@ if (
85
// option to rely on it in the future?
86
const requestAnimationFrame = window.requestAnimationFrame;
87
const cancelAnimationFrame = window.cancelAnimationFrame;
88
- // TODO: Remove fb.me link
+
89
if (typeof requestAnimationFrame !== 'function') {
90
// Using console['error'] to evade Babel and ESLint
91
console['error'](
0 commit comments