Skip to content

Revert "Make enableSuspenseLayoutEffectSemantics static for www (#21617)"#21656

Merged
sebmarkbage merged 1 commit into
react:masterfrom
sebmarkbage:revertsuspenselayoutflag
Jun 10, 2021
Merged

Revert "Make enableSuspenseLayoutEffectSemantics static for www (#21617)"#21656
sebmarkbage merged 1 commit into
react:masterfrom
sebmarkbage:revertsuspenselayoutflag

Conversation

@sebmarkbage

Copy link
Copy Markdown
Contributor

This reverts commit 39f0074.

I'm not sure this was actually fully rolled out so not sure I can sync this.

@sebmarkbage
sebmarkbage requested a review from bvaughn June 10, 2021 17:10
@facebook-github-bot facebook-github-bot added CLA Signed React Core Team Opened by a member of the React Core Team labels Jun 10, 2021
@sebmarkbage
sebmarkbage merged commit c153679 into react:master Jun 10, 2021
@sizebot

sizebot commented Jun 10, 2021

Copy link
Copy Markdown

Comparing: c96b78e...6ee944a

Critical size changes

Includes critical production bundles, as well as any change greater than 2%:

Name +/- Base Current +/- gzip Base gzip Current gzip
oss-stable/react-dom/cjs/react-dom.production.min.js = 127.29 kB 127.29 kB = 40.81 kB 40.81 kB
oss-experimental/react-dom/cjs/react-dom.production.min.js = 130.11 kB 130.11 kB = 41.75 kB 41.75 kB
facebook-www/ReactDOM-prod.classic.js +0.32% 404.72 kB 406.00 kB +0.23% 74.90 kB 75.07 kB
facebook-www/ReactDOM-prod.modern.js +0.28% 393.27 kB 394.35 kB +0.22% 73.09 kB 73.25 kB
facebook-www/ReactDOMForked-prod.classic.js +0.32% 404.72 kB 406.00 kB +0.23% 74.90 kB 75.07 kB

Significant size changes

Includes any change greater than 0.2%:

Expand to show
Name +/- Base Current +/- gzip Base gzip Current gzip
facebook-www/ReactIs-dev.modern.js +1.02% 9.95 kB 10.05 kB +0.87% 2.66 kB 2.68 kB
facebook-www/ReactIs-dev.classic.js +1.02% 9.95 kB 10.05 kB +0.90% 2.66 kB 2.68 kB
facebook-www/ReactART-prod.classic.js +0.49% 261.62 kB 262.91 kB +0.35% 46.50 kB 46.66 kB
facebook-www/ReactART-prod.modern.js +0.43% 254.27 kB 255.35 kB +0.29% 45.24 kB 45.37 kB
facebook-www/ReactDOM-prod.classic.js +0.32% 404.72 kB 406.00 kB +0.23% 74.90 kB 75.07 kB
facebook-www/ReactDOMForked-prod.classic.js +0.32% 404.72 kB 406.00 kB +0.23% 74.90 kB 75.07 kB
facebook-www/ReactDOM-profiling.classic.js +0.30% 429.73 kB 431.02 kB +0.21% 79.12 kB 79.29 kB
facebook-www/ReactDOMForked-profiling.classic.js +0.30% 429.73 kB 431.02 kB +0.21% 79.12 kB 79.29 kB
facebook-www/ReactDOM-prod.modern.js +0.28% 393.27 kB 394.35 kB +0.22% 73.09 kB 73.25 kB
facebook-www/ReactDOMForked-prod.modern.js +0.28% 393.27 kB 394.35 kB +0.23% 73.09 kB 73.25 kB
facebook-www/ReactDOM-profiling.modern.js +0.26% 418.25 kB 419.34 kB +0.20% 77.38 kB 77.53 kB
facebook-www/ReactDOMForked-profiling.modern.js +0.26% 418.25 kB 419.34 kB +0.20% 77.38 kB 77.53 kB
facebook-www/JSXDEVRuntime-dev.modern.js +0.24% 42.02 kB 42.12 kB +0.24% 11.74 kB 11.77 kB
facebook-www/JSXDEVRuntime-dev.classic.js +0.24% 42.02 kB 42.12 kB +0.24% 11.74 kB 11.77 kB

Generated by 🚫 dangerJS against 6ee944a

koto pushed a commit to koto/react that referenced this pull request Jun 15, 2021
facebook-github-bot pushed a commit to react/react-native that referenced this pull request Jun 22, 2021
Summary:
This sync includes the following changes:
- **[43f4cc1](react/react@43f4cc160 )**: Fix failing test ([#21697](react/react#21697)) //<Dan Abramov>//
- **[d0f348d](react/react@d0f348dc1 )**: Fix for failed Suspense layout semantics ([#21694](react/react#21694)) //<Brian Vaughn>//
- **[bd0a963](react/react@bd0a96344 )**: Throw when `act` is used in production ([#21686](react/react#21686)) //<Andrew Clark>//
- **[9343f87](react/react@9343f8720 )**: Use the server src files as entry points for the builds/tests ([#21683](react/react#21683)) //<Sebastian Markbåge>//
- **[502f8a2](react/react@502f8a2a0 )**: [Fizz/Flight] Don't use default args ([#21681](react/react#21681)) //<Sebastian Markbåge>//
- **[a8f5e77](react/react@a8f5e77b9 )**: Remove invokeGuardedCallback from commit phase ([#21666](react/react#21666)) //<Dan Abramov>//
- **[dbe3363](react/react@dbe3363cc )**: [Fizz] Implement Legacy renderToString and renderToNodeStream on top of Fizz ([#21276](react/react#21276)) //<Sebastian Markbåge>//
- **[101ea9f](react/react@101ea9f55 )**: Set deletedTreeCleanUpLevel to 3 ([#21679](react/react#21679)) //<Dan Abramov>//
- **[1a106bd](react/react@1a106bdc2 )**: Wrap eventhandle-specific logic in a flag ([#21657](react/react#21657)) //<Dan Abramov>//
- **[cb30388](react/react@cb30388d1 )**: Export React Native `AttributeType` Types ([#21661](react/react#21661)) //<Timothy Yung>//
- **[c153679](react/react@c1536795c )**: Revert "Make enableSuspenseLayoutEffectSemantics static for www ([#21617](react/react#21617))" ([#21656](react/react#21656)) //<Sebastian Markbåge>//

Changelog:
[General][Changed] - React Native sync for revisions c96b78e...568dc35

jest_e2e[run_all_tests]

Reviewed By: rickhanlonii

Differential Revision: D29303157

fbshipit-source-id: 90952885eb2264f4effa04070357b80700bb9be3
mrizwanashiq pushed a commit to mrizwanashiq/react that referenced this pull request Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed React Core Team Opened by a member of the React Core Team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants