mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
9f4fbec5f7
## Summary This was not exposed as a dynamic flag in the build for facebook www. By adding it, we'll be able to roll this out incrementally before cleaning up this code altogether. ## How did you test this change? `yarn build` Before changes, `disableSchedulerTimeoutInWorkLoop` flag is not included in ReactDOM-* build output for facebook www. Afterwards, it is included.