Skip to content

Commit fa640f9

Browse files
adnaanbhedatodortotev
authored andcommitted
chore(docs): Removed outdated comment about fb.me link (facebook#19830)
1 parent 4e5f77f commit fa640f9

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)