dillon1000/react
Commit
Browse files export dynamic disableSchedulerTimeoutInWorkLoop flag in www (#27117)
## 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.
Changed paths1 file
First-parent comparisonpackages/shared/forks/ReactFeatureFlags.www.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…