mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
663e50c218494b9c5d5b197ae968cf8a8f4e4b1e
#31787 introduces an experimental scheduler flag:
`enableAlwaysYieldScheduler`, which is turned off for www. There wasn't
a SchedulerFeatureFlags fork for native-fb, so the experimental change
was enabled in the Scheduler-dev build there which causes test failures
and is blocking the sync.
#31805 introduces another scheduler flag `enableRequestPaint`, which is
set as a `__VARIANT__` on www. I've set this to `true` here to preserve
the existing behavior. We can follow up with dynamic flags for native-fb
after unblocking the sync.
DiffTrain build for [bd76ce54d9](https://github.com/facebook/react/commit/bd76ce54d93153cc84d861bd59e906bc28e1c160)
react-fbsource-import
Description
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%