Skip to content

Commit 36df918

Browse files
authored
chore(docs): Removed outdated comment about fb.me link (#19830)
1 parent 16fb2b6 commit 36df918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scheduler/src/forks/SchedulerHostConfig.default.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ if (
8585
// option to rely on it in the future?
8686
const requestAnimationFrame = window.requestAnimationFrame;
8787
const cancelAnimationFrame = window.cancelAnimationFrame;
88-
// TODO: Remove fb.me link
88+
8989
if (typeof requestAnimationFrame !== 'function') {
9090
// Using console['error'] to evade Babel and ESLint
9191
console['error'](

0 commit comments

Comments
 (0)