dillon1000/react
Commit
Browse files Remove rAF export from ReactDOMFrameScheduling (#10337)
Fiber doesn't schedule animation callbacks anymore (though it does use the browser's requestAnimationFrame to polyfill requestIdleCallback). This removes the rAF export from ReactDOMFrameScheduling, since it's not being used.
Changed paths1 file
First-parent comparisonsrc/renderers/shared/ReactDOMFrameScheduling.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…