mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
0857238633
Summary: changelog: [internal] RuntimeScheduler's callbacks previously did not pass down argument `didUserCallbackTimeout`. This was intentionally left out because React team intended to remove it. But, as it turns out, it was not removed and it is needed for Offscreen to not enter infinite render loop. In React, it is used here: https://github.com/facebook/react/blob/main/packages/react-reconciler/src/ReactFiberWorkLoop.new.js#L1022-L1028 Reviewed By: ryancat Differential Revision: D40060377 fbshipit-source-id: c45719fbbd0275ab2bcf9a2bbf0191aaa96010cc