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
type Callback is defined in the Scheduler package. Meanwhile:
1.In ReactFiberWorkLoop.js, the callback variable is not explicitly typed.
2.The RenderTaskFn type is defined in ReactFiberRootScheduler.js. While it requires a didTimeout parameter, this argument isn’t necessarily essential in all scenarios.
0 commit comments