-
Notifications
You must be signed in to change notification settings - Fork 27.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Gate captureOwnerStack
access on experimental.reactOwnerStack
#75241
Merged
eps1lon
merged 2 commits into
canary
from
sebbie/01-23-gate_captureownerstack_access_on_experimental.reactownerstack_
Jan 28, 2025
Merged
Gate captureOwnerStack
access on experimental.reactOwnerStack
#75241
eps1lon
merged 2 commits into
canary
from
sebbie/01-23-gate_captureownerstack_access_on_experimental.reactownerstack_
Jan 28, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This stack of pull requests is managed by Graphite. Learn more about stacking. |
cd46108
to
c1f33f9
Compare
Merged
Stats from current PRDefault BuildGeneral
Client Bundles (main, webpack)
Legacy Client Bundles (polyfills)
Client Pages
Client Build Manifests
Rendered Page Sizes
Edge SSR bundle Size
Middleware size
Next Runtimes
build cache
Diff detailsDiff for 5306-HASH.jsDiff too large to display Diff for main-HASH.jsDiff too large to display Diff for app-page-exp..ntime.dev.jsfailed to diff Diff for app-page.runtime.dev.jsfailed to diff Diff for pages.runtime.dev.jsDiff too large to display |
f581d82
to
78c7f4e
Compare
c1f33f9
to
ec8bd6b
Compare
78c7f4e
to
d7953ad
Compare
ec8bd6b
to
42aa9a8
Compare
Tests Passed |
huozhi
approved these changes
Jan 24, 2025
d7953ad
to
74d679d
Compare
Merge activity
|
74d679d
to
8ee79b8
Compare
42aa9a8
to
796e5c5
Compare
796e5c5
to
02811ba
Compare
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The conditional access was only needed while we have the flag. So we might as well just gate it behind the flag so that we automatically clean it up when we remove the flag.
Since these modules are dev-only we'll never need the conditional access once the flag is on.