Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Land enableNewBooleanProps everywhere #28676

Merged
merged 2 commits into from
Mar 29, 2024

Conversation

jackpope
Copy link
Contributor

Rolled out internally. Removing flag.

@facebook-github-bot facebook-github-bot added CLA Signed React Core Team Opened by a member of the React Core Team labels Mar 29, 2024
@react-sizebot
Copy link

react-sizebot commented Mar 29, 2024

Comparing: 23b32d3...bba8883

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 = 177.14 kB 177.12 kB = 55.06 kB 55.06 kB
oss-experimental/react-dom/cjs/react-dom.production.min.js = 172.96 kB 172.96 kB = 53.92 kB 53.92 kB
facebook-www/ReactDOM-prod.classic.js = 592.88 kB 592.70 kB = 104.01 kB 103.96 kB
facebook-www/ReactDOM-prod.modern.js = 574.57 kB 574.39 kB = 101.03 kB 100.99 kB
test_utils/ReactAllWarnings.js Deleted 65.18 kB 0.00 kB Deleted 16.30 kB 0.00 kB

Significant size changes

Includes any change greater than 0.2%:

Expand to show
Name +/- Base Current +/- gzip Base gzip Current gzip
oss-stable-semver/react-dom/cjs/react-dom-server.bun.development.js +0.20% 416.62 kB 417.46 kB +0.22% 93.58 kB 93.78 kB
oss-stable/react-dom/cjs/react-dom-server.bun.development.js +0.20% 416.64 kB 417.49 kB +0.22% 93.60 kB 93.81 kB
test_utils/ReactAllWarnings.js Deleted 65.18 kB 0.00 kB Deleted 16.30 kB 0.00 kB

Generated by 🚫 dangerJS against bba8883

Comment on lines 322 to 324
// fallthrough for new boolean props without the flag on
default: {
return true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to keep the default case? I wonder if the comment is only referring to the switch fallthrough lint bypass.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment was only for lint bypass.

@jackpope jackpope marked this pull request as ready for review March 29, 2024 19:18
@jackpope jackpope merged commit 6cd6ba7 into facebook:main Mar 29, 2024
38 checks passed
@jackpope jackpope deleted the cleanup-newbooleanprops branch March 29, 2024 20:02
github-actions bot pushed a commit that referenced this pull request Mar 29, 2024
Rolled out internally. Removing flag.

DiffTrain build for [6cd6ba7](6cd6ba7)
EdisonVan pushed a commit to EdisonVan/react that referenced this pull request Apr 15, 2024
Rolled out internally. Removing flag.
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 React 19
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants