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

Remove forceConcurrentByDefaultForTesting flag #30436

Merged
merged 4 commits into from
Jul 24, 2024

Conversation

jackpope
Copy link
Contributor

Concurrent by default has been unshipped! Let's clean it up.

Here we remove forceConcurrentByDefaultForTesting, which allows us to run tests against both concurrent strategies. In the next PR, we'll remove the actual concurrent by default code path.

Copy link

vercel bot commented Jul 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-compiler-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 23, 2024 9:28pm

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

react-sizebot commented Jul 23, 2024

Comparing: e2cac67...0cbdb62

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.js = 6.68 kB 6.68 kB = 1.82 kB 1.82 kB
oss-stable/react-dom/cjs/react-dom-client.production.js = 501.56 kB 501.56 kB = 90.00 kB 90.00 kB
oss-experimental/react-dom/cjs/react-dom.production.js = 6.69 kB 6.69 kB = 1.83 kB 1.83 kB
oss-experimental/react-dom/cjs/react-dom-client.production.js = 506.38 kB 506.38 kB = 90.70 kB 90.70 kB
facebook-www/ReactDOM-prod.classic.js = 599.89 kB 599.89 kB = 105.91 kB 105.91 kB
facebook-www/ReactDOM-prod.modern.js = 575.95 kB 575.95 kB = 102.19 kB 102.19 kB

Significant size changes

Includes any change greater than 0.2%:

(No significant changes)

Generated by 🚫 dangerJS against ddb10af

@jackpope jackpope merged commit e902c45 into facebook:main Jul 24, 2024
187 checks passed
@jackpope jackpope deleted the concurrent-by-default-cleanup branch July 24, 2024 14:17
felixshiftellecon added a commit to felixshiftellecon/react that referenced this pull request Jul 24, 2024
Concurrent by default has been unshipped! Let's clean it up.

Here we remove `forceConcurrentByDefaultForTesting`, which allows us to
run tests against both concurrent strategies. In the next PR, we'll
remove the actual concurrent by default code path.
felixshiftellecon added a commit to felixshiftellecon/react that referenced this pull request Jul 24, 2024
Concurrent by default has been unshipped! Let's clean it up.

Here we remove `forceConcurrentByDefaultForTesting`, which allows us to
run tests against both concurrent strategies. In the next PR, we'll
remove the actual concurrent by default code path.
felixshiftellecon added a commit to felixshiftellecon/react that referenced this pull request Jul 24, 2024
Concurrent by default has been unshipped! Let's clean it up.

Here we remove `forceConcurrentByDefaultForTesting`, which allows us to
run tests against both concurrent strategies. In the next PR, we'll
remove the actual concurrent by default code path.
felixshiftellecon added a commit to felixshiftellecon/react that referenced this pull request Jul 24, 2024
Concurrent by default has been unshipped! Let's clean it up.

Here we remove `forceConcurrentByDefaultForTesting`, which allows us to
run tests against both concurrent strategies. In the next PR, we'll
remove the actual concurrent by default code path.
jackpope added a commit that referenced this pull request Jul 25, 2024
Following #30436

Concurrent by default strategy has been unshipped. Here we clean up the
`allowConcurrentByDefault` path and related logic/tests.

For now, this keeps the `concurrentUpdatesByDefaultOverride` argument in
`createContainer` and `createHydrationContainer` and ignores the value
to prevent more breaking changes to `react-reconciler` in the RC stage.
github-actions bot pushed a commit that referenced this pull request Jul 25, 2024
Following #30436

Concurrent by default strategy has been unshipped. Here we clean up the
`allowConcurrentByDefault` path and related logic/tests.

For now, this keeps the `concurrentUpdatesByDefaultOverride` argument in
`createContainer` and `createHydrationContainer` and ignores the value
to prevent more breaking changes to `react-reconciler` in the RC stage.

DiffTrain build for commit 14a4699.
github-actions bot pushed a commit that referenced this pull request Jul 25, 2024
Following #30436

Concurrent by default strategy has been unshipped. Here we clean up the
`allowConcurrentByDefault` path and related logic/tests.

For now, this keeps the `concurrentUpdatesByDefaultOverride` argument in
`createContainer` and `createHydrationContainer` and ignores the value
to prevent more breaking changes to `react-reconciler` in the RC stage.

DiffTrain build for [14a4699](14a4699)
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