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

Finish cleaning up digest from onRecoverableError #28686

Merged
merged 1 commit into from
Mar 30, 2024

Conversation

sebmarkbage
Copy link
Collaborator

Don't need to track it separately on the captured value anymore.

Shouldn't be in the types.

I used a getter for the warning instead because Proxies are kind of heavy weight options for this kind of warning. We typically use getters.

@react-sizebot
Copy link

react-sizebot commented Mar 30, 2024

Comparing: b9149cc...342a026

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.15 kB 177.10 kB = 55.08 kB 55.05 kB
oss-experimental/react-dom/cjs/react-dom.production.min.js = 173.00 kB 172.94 kB = 53.93 kB 53.91 kB
facebook-www/ReactDOM-prod.classic.js = 592.83 kB 592.68 kB = 104.00 kB 103.96 kB
facebook-www/ReactDOM-prod.modern.js = 574.52 kB 574.37 kB = 101.03 kB 100.98 kB
test_utils/ReactAllWarnings.js Deleted 64.93 kB 0.00 kB Deleted 16.24 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
test_utils/ReactAllWarnings.js Deleted 64.93 kB 0.00 kB Deleted 16.24 kB 0.00 kB

Generated by 🚫 dangerJS against 342a026

Don't need to track it separately on the captured value anymore.

Shouldn't be in the types.

I used a getter for the warning instead because Proxies are kind of heavy
weight options for this kind of warning. We typically use getters.
@sebmarkbage sebmarkbage merged commit df95577 into facebook:main Mar 30, 2024
38 checks passed
github-actions bot pushed a commit that referenced this pull request Mar 30, 2024
Don't need to track it separately on the captured value anymore.

Shouldn't be in the types.

I used a getter for the warning instead because Proxies are kind of
heavy weight options for this kind of warning. We typically use getters.

DiffTrain build for [df95577](df95577)
EdisonVan pushed a commit to EdisonVan/react that referenced this pull request Apr 15, 2024
Don't need to track it separately on the captured value anymore.

Shouldn't be in the types.

I used a getter for the warning instead because Proxies are kind of
heavy weight options for this kind of warning. We typically use getters.
bigfootjon pushed a commit that referenced this pull request Apr 18, 2024
Don't need to track it separately on the captured value anymore.

Shouldn't be in the types.

I used a getter for the warning instead because Proxies are kind of
heavy weight options for this kind of warning. We typically use getters.

DiffTrain build for commit df95577.
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.

None yet

4 participants