dillon1000/react

Commit

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.
Browse files
Changed paths1 file
First-parent comparison
M src/renderers/shared/ReactDOMFrameScheduling.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…