mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
remove flow typings from Schedule.js (#13662)
This commit is contained in:
committed by
Dan Abramov
parent
d92114b98e
commit
1d8a75fef0
@@ -186,7 +186,7 @@ function unstable_scheduleWork(callback, options) {
|
||||
return newNode;
|
||||
}
|
||||
|
||||
function unstable_cancelScheduledWork(callbackNode: CallbackNode): void {
|
||||
function unstable_cancelScheduledWork(callbackNode) {
|
||||
var next = callbackNode.next;
|
||||
if (next === null) {
|
||||
// Already cancelled.
|
||||
|
||||
Reference in New Issue
Block a user