url
stringlengths
56
56
repository_url
stringclasses
1 value
labels_url
stringlengths
70
70
comments_url
stringlengths
65
65
events_url
stringlengths
63
63
html_url
stringlengths
44
46
id
int64
570M
2.28B
node_id
stringlengths
18
32
number
int64
18.1k
29k
title
stringlengths
1
570
user
stringlengths
854
1.31k
labels
stringclasses
293 values
state
stringclasses
2 values
locked
bool
2 classes
assignee
stringclasses
263 values
assignees
stringclasses
287 values
milestone
float64
comments
sequencelengths
0
30
created_at
stringlengths
19
19
updated_at
stringlengths
19
19
closed_at
stringlengths
19
19
โŒ€
author_association
stringclasses
4 values
active_lock_reason
stringclasses
3 values
draft
bool
2 classes
pull_request
stringlengths
277
316
โŒ€
body
stringlengths
1
43.2k
โŒ€
reactions
stringlengths
189
198
timeline_url
stringlengths
65
65
performed_via_github_app
float64
state_reason
stringclasses
3 values
is_pull_request
bool
2 classes
https://api.github.com/repos/facebook/react/issues/28908
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28908/labels{/name}
https://api.github.com/repos/facebook/react/issues/28908/comments
https://api.github.com/repos/facebook/react/issues/28908/events
https://github.com/facebook/react/issues/28908
2,262,585,028
I_kwDOAJy2Ks6G3E7E
28,908
Bug:
{'login': 'wowok-ai', 'id': 165635443, 'node_id': 'U_kgDOCd9lcw', 'avatar_url': 'https://avatars.githubusercontent.com/u/165635443?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/wowok-ai', 'html_url': 'https://github.com/wowok-ai', 'followers_url': 'https://api.github.com/users/wowok-ai/followers', 'following_url': 'https://api.github.com/users/wowok-ai/following{/other_user}', 'gists_url': 'https://api.github.com/users/wowok-ai/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/wowok-ai/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/wowok-ai/subscriptions', 'organizations_url': 'https://api.github.com/users/wowok-ai/orgs', 'repos_url': 'https://api.github.com/users/wowok-ai/repos', 'events_url': 'https://api.github.com/users/wowok-ai/events{/privacy}', 'received_events_url': 'https://api.github.com/users/wowok-ai/received_events', 'type': 'User', 'site_admin': False}
[{'id': 155984160, 'node_id': 'MDU6TGFiZWwxNTU5ODQxNjA=', 'url': 'https://api.github.com/repos/facebook/react/labels/Status:%20Unconfirmed', 'name': 'Status: Unconfirmed', 'color': 'd4c5f9', 'default': False, 'description': "A potential issue that we haven't yet confirmed as a bug"}]
closed
false
null
[]
null
[ "Support requests filed as GitHub issues often go unanswered. We want you to find the answer you're looking for, so we suggest the following alternatives:\r\n\r\n**Coding Questions**\r\nIf you have a coding question related to React and React DOM, it might be better suited for Stack Overflow. It's a great place to browse through frequent questions about using React, as well as ask for help with specific questions.\r\n\r\nhttps://stackoverflow.com/questions/tagged/react\r\n\r\n**Talk to other React developers**\r\nThere are many online forums which are a great place for discussion about best practices and application architecture as well as the future of React.\r\n\r\nhttps://reactjs.org/community/support.html" ]
2024-04-25 03:47:00
2024-04-25 22:51:39
2024-04-25 22:51:39
NONE
null
null
null
``` ERROR in ../../sdk/src/protocol.ts 17:45 Module parse failed: Unexpected token (17:45) File was processed with these loaders: * ./node_modules/@pmmmwh/react-refresh-webpack-plugin/loader/index.js * ./node_modules/source-map-loader/dist/cjs.js You may need an additional loader to handle the result of these loaders. | // export const OptionNone = (txb:TransactionBlock) : TransactionArgument => { return txb.pure([], BCS.U8) }; | > export const IsValidDesription = (description:string) : boolean => { return description?.length <= MAX_DESCRIPTION_LENGTH } | export const IsValidName = (name:string) : boolean => { if(!name) return false; return name.length <= MAX_NAME_LENGTH && name.length != 0 } | export const IsValidName_AllowEmpty = (name:string) : boolean => { return name.length <= MAX_NAME_LENGTH } webpack compiled with 1 error and 9 warnings ``` package.json ``` "dependencies": { "@apollo/client": "^3.9.9", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@mui/icons-material": "^5.15.15", "@mui/material": "^5.15.15", "@mui/styled-engine-sc": "^6.0.0-alpha.18", "@mysten/sui.js": "^0.51.1", "@suiet/wallet-kit": "^0.2.22", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.5.2", "@types/node": "^16.18.91", "@types/react": "^18.2.73", "@types/react-dom": "^18.2.23", "graphql": "^16.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.22.3", "react-scripts": "5.0.1", "react-tooltip": "^5.26.3", "styled-components": "^6.1.8", "web-vitals": "^2.1.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "compile": "graphql-codegen", "watch": "graphql-codegen -w" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@graphql-codegen/cli": "^5.0.2", "@graphql-codegen/client-preset": "^4.2.5", "@parcel/watcher": "^2.4.1", "@typescript-eslint/parser": "^5.62.0" } ```
{'url': 'https://api.github.com/repos/facebook/react/issues/28908/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28908/timeline
null
completed
false
https://api.github.com/repos/facebook/react/issues/28907
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28907/labels{/name}
https://api.github.com/repos/facebook/react/issues/28907/comments
https://api.github.com/repos/facebook/react/issues/28907/events
https://github.com/facebook/react/pull/28907
2,262,422,591
PR_kwDOAJy2Ks5tqcqB
28,907
[Flight][Fizz] tasks that ping in a microtask should render synchronously
{'login': 'gnoff', 'id': 2716369, 'node_id': 'MDQ6VXNlcjI3MTYzNjk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2716369?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/gnoff', 'html_url': 'https://github.com/gnoff', 'followers_url': 'https://api.github.com/users/gnoff/followers', 'following_url': 'https://api.github.com/users/gnoff/following{/other_user}', 'gists_url': 'https://api.github.com/users/gnoff/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/gnoff/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/gnoff/subscriptions', 'organizations_url': 'https://api.github.com/users/gnoff/orgs', 'repos_url': 'https://api.github.com/users/gnoff/repos', 'events_url': 'https://api.github.com/users/gnoff/events{/privacy}', 'received_events_url': 'https://api.github.com/users/gnoff/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
open
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 6f18664b82b61d34b30c794a151d7b032f8eabe0...6c0f74a94e84f4e12a7f9739adfe4a21c6b073af\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **=** | 497.71 kB | 497.71 kB | = | 88.93 kB | 88.93 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **=** | 504.00 kB | 504.00 kB | = | 89.95 kB | 89.95 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/facebook-www/ReactDOM-prod.classic.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **=** | 591.14 kB | 591.14 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/facebook-www/ReactDOM-prod.modern.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **=** | 566.95 kB | 566.95 kB | = | 100.12 kB | 100.12 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/__test_utils__/ReactAllWarnings.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **Deleted** | 64.67 kB | 0.00 kB | Deleted | 16.09 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable-semver/react-server/cjs/react-server-flight.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable-semver/react-server/cjs/react-server-flight.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.98%** | 86.93 kB | 87.78 kB | +1.51% | 20.22 kB | 20.52 kB\n| [oss-stable/react-server/cjs/react-server-flight.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable/react-server/cjs/react-server-flight.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.98%** | 86.93 kB | 87.78 kB | +1.51% | 20.22 kB | 20.52 kB\n| [oss-experimental/react-server/cjs/react-server-flight.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-experimental/react-server/cjs/react-server-flight.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.75%** | 113.28 kB | 114.13 kB | +1.20% | 24.82 kB | 25.12 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.69%** | 123.70 kB | 124.55 kB | +1.07% | 28.59 kB | 28.90 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.69%** | 123.70 kB | 124.55 kB | +1.07% | 28.59 kB | 28.90 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.67%** | 126.61 kB | 127.46 kB | +1.06% | 29.18 kB | 29.49 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.67%** | 126.61 kB | 127.46 kB | +1.06% | 29.18 kB | 29.49 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.67%** | 127.51 kB | 128.36 kB | +1.01% | 29.42 kB | 29.71 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.67%** | 127.51 kB | 128.36 kB | +1.01% | 29.42 kB | 29.71 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.66%** | 129.06 kB | 129.91 kB | +0.98% | 29.85 kB | 30.14 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.66%** | 129.06 kB | 129.91 kB | +0.98% | 29.85 kB | 30.14 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.66%** | 129.44 kB | 130.29 kB | +1.01% | 29.91 kB | 30.21 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.66%** | 129.44 kB | 130.29 kB | +1.01% | 29.91 kB | 30.21 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.65%** | 129.86 kB | 130.71 kB | +1.05% | 29.59 kB | 29.90 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.65%** | 129.86 kB | 130.71 kB | +1.05% | 29.59 kB | 29.90 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.64%** | 132.15 kB | 133.00 kB | +1.02% | 30.18 kB | 30.48 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.64%** | 132.15 kB | 133.00 kB | +1.02% | 30.18 kB | 30.48 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.64%** | 132.50 kB | 133.35 kB | +1.00% | 30.40 kB | 30.70 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.64%** | 132.50 kB | 133.35 kB | +1.00% | 30.40 kB | 30.70 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.63%** | 134.79 kB | 135.64 kB | +0.98% | 31.01 kB | 31.32 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.63%** | 134.79 kB | 135.64 kB | +0.98% | 31.01 kB | 31.32 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.55%** | 153.60 kB | 154.45 kB | +0.87% | 33.92 kB | 34.22 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.54%** | 156.31 kB | 157.16 kB | +0.86% | 34.45 kB | 34.75 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.54%** | 157.88 kB | 158.73 kB | +0.83% | 34.92 kB | 35.21 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.54%** | 158.76 kB | 159.61 kB | +0.84% | 35.12 kB | 35.41 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.53%** | 159.76 kB | 160.61 kB | +0.86% | 34.93 kB | 35.24 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.53%** | 159.81 kB | 160.66 kB | +0.81% | 35.42 kB | 35.71 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.52%** | 162.05 kB | 162.90 kB | +0.82% | 35.53 kB | 35.82 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.52%** | 162.40 kB | 163.25 kB | +0.82% | 35.76 kB | 36.05 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.52%** | 164.69 kB | 165.54 kB | +0.82% | 36.36 kB | 36.66 kB\n| [oss-stable-semver/react-server/cjs/react-server.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable-semver/react-server/cjs/react-server.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.30%** | 197.92 kB | 198.53 kB | +0.42% | 46.59 kB | 46.79 kB\n| [oss-stable/react-server/cjs/react-server.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable/react-server/cjs/react-server.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.30%** | 197.92 kB | 198.53 kB | +0.42% | 46.59 kB | 46.79 kB\n| [oss-experimental/react-server/cjs/react-server.development.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-experimental/react-server/cjs/react-server.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.28%** | 213.55 kB | 214.15 kB | +0.39% | 49.19 kB | 49.38 kB\n| [oss-stable-semver/react-server/cjs/react-server-flight.production.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable-semver/react-server/cjs/react-server-flight.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.28%** | 41.69 kB | 41.81 kB | +0.40% | 9.11 kB | 9.14 kB\n| [oss-stable/react-server/cjs/react-server-flight.production.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-stable/react-server/cjs/react-server-flight.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.28%** | 41.69 kB | 41.81 kB | +0.40% | 9.11 kB | 9.14 kB\n| [oss-experimental/react-server/cjs/react-server-flight.production.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/oss-experimental/react-server/cjs/react-server-flight.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.21%** | 56.03 kB | 56.15 kB | +0.23% | 11.14 kB | 11.17 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/6c0f74a94e84f4e12a7f9739adfe4a21c6b073af/files/__test_utils__/ReactAllWarnings.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **Deleted** | 64.67 kB | 0.00 kB | Deleted | 16.09 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 6c0f74a94e84f4e12a7f9739adfe4a21c6b073af\n</p>\n" ]
2024-04-25 01:06:15
2024-04-25 01:10:18
null
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28907', 'html_url': 'https://github.com/facebook/react/pull/28907', 'diff_url': 'https://github.com/facebook/react/pull/28907.diff', 'patch_url': 'https://github.com/facebook/react/pull/28907.patch', 'merged_at': None}
stacked on #28900 This change modifies the ping mechanism for FlightServer and FizzServer to perform work synchronously if infer the ping is happening in a microtask. The heuristic is to consider whether we're already in a "work" phase which is only cleared in a second macrotask scheduled alongside the work task. If we are and the task is the only task in the queue we assume we're in a microtask and immediately retry the task. There is an edge case however that I suspect can crop up where a ping is interleaved between a work task and the flush task. If this happens it will also appear like a microtask and be retried synchronously. While this isn't the intent of the PR this also isn't breaking any semantics so this should be fine. I also updated the flight tests to use the same environment as FizzServer and stopped mocking setImmediate to run synchronously. This was necessary to actually exercise the timing here but it also better tests the Node implementation of FlightServer because it can't hide task scheduling mistakes behind synchronous execution
{'url': 'https://api.github.com/repos/facebook/react/issues/28907/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28907/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28906
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28906/labels{/name}
https://api.github.com/repos/facebook/react/issues/28906/comments
https://api.github.com/repos/facebook/react/issues/28906/events
https://github.com/facebook/react/pull/28906
2,261,819,678
PR_kwDOAJy2Ks5toYpF
28,906
Update README.md
{'login': 'honest-samurai2', 'id': 167290288, 'node_id': 'U_kgDOCfilsA', 'avatar_url': 'https://avatars.githubusercontent.com/u/167290288?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/honest-samurai2', 'html_url': 'https://github.com/honest-samurai2', 'followers_url': 'https://api.github.com/users/honest-samurai2/followers', 'following_url': 'https://api.github.com/users/honest-samurai2/following{/other_user}', 'gists_url': 'https://api.github.com/users/honest-samurai2/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/honest-samurai2/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/honest-samurai2/subscriptions', 'organizations_url': 'https://api.github.com/users/honest-samurai2/orgs', 'repos_url': 'https://api.github.com/users/honest-samurai2/repos', 'events_url': 'https://api.github.com/users/honest-samurai2/events{/privacy}', 'received_events_url': 'https://api.github.com/users/honest-samurai2/received_events', 'type': 'User', 'site_admin': False}
[]
closed
false
null
[]
null
[ "Hi @honest-samurai2! \n\nThank you for your pull request and welcome to our community. \n\n# Action Required\n\nIn order to merge **any pull request** (code, docs, etc.), we **require** contributors to sign our **Contributor License Agreement**, and we don't seem to have one on file for you.\n\n# Process\n\nIn order for us to review and merge your suggested changes, please sign at <https://code.facebook.com/cla>. **If you are contributing on behalf of someone else (eg your employer)**, the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.\n\nOnce the CLA is signed, our tooling will perform checks and validations. Afterwards, the **pull request will be tagged** with `CLA signed`. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.\n\nIf you have received this in error or have any questions, please contact us at [cla@meta.com](mailto:cla@meta.com?subject=CLA%20for%20facebook%2Freact%20%2328906). Thanks!", "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: cb151849e13f46ec64570519cb93d5939fb60cab...da48b75ad89d3a827781c2360eb88e03aa583595\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/da48b75ad89d3a827781c2360eb88e03aa583595/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=cb151849e13f46ec64570519cb93d5939fb60cab) | **=** | 6.66 kB | 6.66 kB | = | 1.82 kB | 1.82 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/da48b75ad89d3a827781c2360eb88e03aa583595/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=cb151849e13f46ec64570519cb93d5939fb60cab) | **=** | 6.67 kB | 6.67 kB | +0.05% | 1.83 kB | 1.83 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/da48b75ad89d3a827781c2360eb88e03aa583595/files/facebook-www/ReactDOM-prod.classic.js?compare=cb151849e13f46ec64570519cb93d5939fb60cab) | **=** | 591.14 kB | 591.14 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/da48b75ad89d3a827781c2360eb88e03aa583595/files/facebook-www/ReactDOM-prod.modern.js?compare=cb151849e13f46ec64570519cb93d5939fb60cab) | **=** | 567.36 kB | 567.36 kB | = | 100.30 kB | 100.30 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/da48b75ad89d3a827781c2360eb88e03aa583595/files/__test_utils__/ReactAllWarnings.js?compare=cb151849e13f46ec64570519cb93d5939fb60cab) | **Deleted** | 64.26 kB | 0.00 kB | Deleted | 16.02 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/da48b75ad89d3a827781c2360eb88e03aa583595/files/__test_utils__/ReactAllWarnings.js?compare=cb151849e13f46ec64570519cb93d5939fb60cab) | **Deleted** | 64.26 kB | 0.00 kB | Deleted | 16.02 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against da48b75ad89d3a827781c2360eb88e03aa583595\n</p>\n" ]
2024-04-24 17:32:12
2024-04-24 17:37:29
2024-04-24 17:34:19
NONE
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28906', 'html_url': 'https://github.com/facebook/react/pull/28906', 'diff_url': 'https://github.com/facebook/react/pull/28906.diff', 'patch_url': 'https://github.com/facebook/react/pull/28906.patch', 'merged_at': None}
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. Before submitting a pull request, please make sure the following is done: 1. Fork [the repository](https://github.com/facebook/react) and create your branch from `main`. 2. Run `yarn` in the repository root. 3. If you've fixed a bug or added code that should be tested, add tests! 4. Ensure the test suite passes (`yarn test`). Tip: `yarn test --watch TestName` is helpful in development. 5. Run `yarn test --prod` to test in the production environment. It supports the same options as `yarn test`. 6. If you need a debugger, run `yarn test --debug --watch TestName`, open `chrome://inspect`, and press "Inspect". 7. Format your code with [prettier](https://github.com/prettier/prettier) (`yarn prettier`). 8. Make sure your code lints (`yarn lint`). Tip: `yarn linc` to only check changed files. 9. Run the [Flow](https://flowtype.org/) type checks (`yarn flow`). 10. If you haven't already, complete the CLA. Learn more about contributing: https://reactjs.org/docs/how-to-contribute.html --> ## Summary <!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? --> ## How did you test this change? <!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. How exactly did you verify that your PR solves the issue you wanted to solve? If you leave this empty, your PR will very likely be closed. -->
{'url': 'https://api.github.com/repos/facebook/react/issues/28906/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28906/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28905
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28905/labels{/name}
https://api.github.com/repos/facebook/react/issues/28905/comments
https://api.github.com/repos/facebook/react/issues/28905/events
https://github.com/facebook/react/pull/28905
2,261,778,379
PR_kwDOAJy2Ks5toPhK
28,905
Update canary channel label to "beta"
{'login': 'acdlite', 'id': 3624098, 'node_id': 'MDQ6VXNlcjM2MjQwOTg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/3624098?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/acdlite', 'html_url': 'https://github.com/acdlite', 'followers_url': 'https://api.github.com/users/acdlite/followers', 'following_url': 'https://api.github.com/users/acdlite/following{/other_user}', 'gists_url': 'https://api.github.com/users/acdlite/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/acdlite/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/acdlite/subscriptions', 'organizations_url': 'https://api.github.com/users/acdlite/orgs', 'repos_url': 'https://api.github.com/users/acdlite/repos', 'events_url': 'https://api.github.com/users/acdlite/events{/privacy}', 'received_events_url': 'https://api.github.com/users/acdlite/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: cf5ab8b8b2c92523aba0b982fb403add053a9110...a87edf62d7d69705ddbcec9a24f0780b3db7535f\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/a87edf62d7d69705ddbcec9a24f0780b3db7535f/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=cf5ab8b8b2c92523aba0b982fb403add053a9110) | **=** | 6.66 kB | 6.66 kB | = | 1.82 kB | 1.82 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/a87edf62d7d69705ddbcec9a24f0780b3db7535f/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=cf5ab8b8b2c92523aba0b982fb403add053a9110) | **=** | 6.67 kB | 6.67 kB | = | 1.83 kB | 1.83 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/a87edf62d7d69705ddbcec9a24f0780b3db7535f/files/facebook-www/ReactDOM-prod.classic.js?compare=cf5ab8b8b2c92523aba0b982fb403add053a9110) | **=** | 591.14 kB | 591.14 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/a87edf62d7d69705ddbcec9a24f0780b3db7535f/files/facebook-www/ReactDOM-prod.modern.js?compare=cf5ab8b8b2c92523aba0b982fb403add053a9110) | **=** | 567.36 kB | 567.36 kB | = | 100.30 kB | 100.30 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/a87edf62d7d69705ddbcec9a24f0780b3db7535f/files/__test_utils__/ReactAllWarnings.js?compare=cf5ab8b8b2c92523aba0b982fb403add053a9110) | **Deleted** | 64.26 kB | 0.00 kB | Deleted | 16.02 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/a87edf62d7d69705ddbcec9a24f0780b3db7535f/files/__test_utils__/ReactAllWarnings.js?compare=cf5ab8b8b2c92523aba0b982fb403add053a9110) | **Deleted** | 64.26 kB | 0.00 kB | Deleted | 16.02 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against a87edf62d7d69705ddbcec9a24f0780b3db7535f\n</p>\n" ]
2024-04-24 17:08:27
2024-04-25 17:14:33
2024-04-25 17:14:33
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28905', 'html_url': 'https://github.com/facebook/react/pull/28905', 'diff_url': 'https://github.com/facebook/react/pull/28905.diff', 'patch_url': 'https://github.com/facebook/react/pull/28905.patch', 'merged_at': datetime.datetime(2024, 4, 25, 17, 14, 33)}
During the beta period, canaries will be published as `19.0.0-beta-<COMMIT_SHA>-<DATE>`. They will also be tagged as `beta` when published to npm.
{'url': 'https://api.github.com/repos/facebook/react/issues/28905/reactions', 'total_count': 1, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 1, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28905/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28904
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28904/labels{/name}
https://api.github.com/repos/facebook/react/issues/28904/comments
https://api.github.com/repos/facebook/react/issues/28904/events
https://github.com/facebook/react/pull/28904
2,261,645,766
PR_kwDOAJy2Ks5tnzBT
28,904
warn -> error for Test Renderer deprecation
{'login': 'acdlite', 'id': 3624098, 'node_id': 'MDQ6VXNlcjM2MjQwOTg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/3624098?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/acdlite', 'html_url': 'https://github.com/acdlite', 'followers_url': 'https://api.github.com/users/acdlite/followers', 'following_url': 'https://api.github.com/users/acdlite/following{/other_user}', 'gists_url': 'https://api.github.com/users/acdlite/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/acdlite/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/acdlite/subscriptions', 'organizations_url': 'https://api.github.com/users/acdlite/orgs', 'repos_url': 'https://api.github.com/users/acdlite/repos', 'events_url': 'https://api.github.com/users/acdlite/events{/privacy}', 'received_events_url': 'https://api.github.com/users/acdlite/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: cb151849e13f46ec64570519cb93d5939fb60cab...5f315c8f95ebbb14f92219920dda5c7f6e7b4441\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/5f315c8f95ebbb14f92219920dda5c7f6e7b4441/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=cb151849e13f46ec64570519cb93d5939fb60cab) | **=** | 6.66 kB | 6.66 kB | = | 1.82 kB | 1.82 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/5f315c8f95ebbb14f92219920dda5c7f6e7b4441/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=cb151849e13f46ec64570519cb93d5939fb60cab) | **=** | 6.67 kB | 6.67 kB | +0.05% | 1.83 kB | 1.83 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/5f315c8f95ebbb14f92219920dda5c7f6e7b4441/files/facebook-www/ReactDOM-prod.classic.js?compare=cb151849e13f46ec64570519cb93d5939fb60cab) | **=** | 591.14 kB | 591.14 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/5f315c8f95ebbb14f92219920dda5c7f6e7b4441/files/facebook-www/ReactDOM-prod.modern.js?compare=cb151849e13f46ec64570519cb93d5939fb60cab) | **=** | 567.36 kB | 567.36 kB | = | 100.30 kB | 100.30 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/5f315c8f95ebbb14f92219920dda5c7f6e7b4441/files/__test_utils__/ReactAllWarnings.js?compare=cb151849e13f46ec64570519cb93d5939fb60cab) | **Deleted** | 64.26 kB | 0.00 kB | Deleted | 16.02 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/5f315c8f95ebbb14f92219920dda5c7f6e7b4441/files/__test_utils__/ReactAllWarnings.js?compare=cb151849e13f46ec64570519cb93d5939fb60cab) | **Deleted** | 64.26 kB | 0.00 kB | Deleted | 16.02 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 5f315c8f95ebbb14f92219920dda5c7f6e7b4441\n</p>\n" ]
2024-04-24 15:59:34
2024-04-24 18:54:39
2024-04-24 18:54:39
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28904', 'html_url': 'https://github.com/facebook/react/pull/28904', 'diff_url': 'https://github.com/facebook/react/pull/28904.diff', 'patch_url': 'https://github.com/facebook/react/pull/28904.patch', 'merged_at': datetime.datetime(2024, 4, 24, 18, 54, 39)}
We use `console.error` for deprecations. `console.warn` is for less critical issues, like performance anti-patterns.
{'url': 'https://api.github.com/repos/facebook/react/issues/28904/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28904/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28903
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28903/labels{/name}
https://api.github.com/repos/facebook/react/issues/28903/comments
https://api.github.com/repos/facebook/react/issues/28903/events
https://github.com/facebook/react/issues/28903
2,261,446,014
I_kwDOAJy2Ks6Gyu1-
28,903
[DevTools Bug]: After updating to version 5.1 the Dev tools fails to inspect elements
{'login': 'asafchn', 'id': 87265670, 'node_id': 'MDQ6VXNlcjg3MjY1Njcw', 'avatar_url': 'https://avatars.githubusercontent.com/u/87265670?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/asafchn', 'html_url': 'https://github.com/asafchn', 'followers_url': 'https://api.github.com/users/asafchn/followers', 'following_url': 'https://api.github.com/users/asafchn/following{/other_user}', 'gists_url': 'https://api.github.com/users/asafchn/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/asafchn/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/asafchn/subscriptions', 'organizations_url': 'https://api.github.com/users/asafchn/orgs', 'repos_url': 'https://api.github.com/users/asafchn/repos', 'events_url': 'https://api.github.com/users/asafchn/events{/privacy}', 'received_events_url': 'https://api.github.com/users/asafchn/received_events', 'type': 'User', 'site_admin': False}
[{'id': 40929151, 'node_id': 'MDU6TGFiZWw0MDkyOTE1MQ==', 'url': 'https://api.github.com/repos/facebook/react/labels/Type:%20Bug', 'name': 'Type: Bug', 'color': 'b60205', 'default': False, 'description': None} {'id': 155984160, 'node_id': 'MDU6TGFiZWwxNTU5ODQxNjA=', 'url': 'https://api.github.com/repos/facebook/react/labels/Status:%20Unconfirmed', 'name': 'Status: Unconfirmed', 'color': 'd4c5f9', 'default': False, 'description': "A potential issue that we haven't yet confirmed as a bug"} {'id': 710573595, 'node_id': 'MDU6TGFiZWw3MTA1NzM1OTU=', 'url': 'https://api.github.com/repos/facebook/react/labels/Component:%20Developer%20Tools', 'name': 'Component: Developer Tools', 'color': 'fbca04', 'default': False, 'description': None}]
closed
false
null
[]
null
[]
2024-04-24 14:29:52
2024-04-24 14:30:30
2024-04-24 14:30:30
NONE
null
null
null
### Website or app https://riverside.fm/dashboard ### Repro steps Upon updating to the most recent version of the development tools, I encountered a significant issue when utilizing the Components tab. Specifically, when a component incorporates a Redux-related hook, such as useDispatch, functionality within the tab fails, leading to errors such as 'Cannot read properties of undefined (reading 'dispatch').'" ![image](https://github.com/facebook/react/assets/87265670/698bb336-881b-451d-88a1-5089774cb049) This issue appears to be directly linked to the development tools, as even upon reverting to code from two weeks ago, the problem persists. Upon inspection, it's evident that the malfunction stems from the useDispatch function, despite its status as a native React feature. This discrepancy is perplexing and suggests a potential compatibility issue between the development tools and Redux functionality. ![image](https://github.com/facebook/react/assets/87265670/27b3881d-5140-4b40-9dbd-a9b21d9187e0) ### How often does this bug happen? Often ### DevTools package (automated) _No response_ ### DevTools version (automated) _No response_ ### Error message (automated) _No response_ ### Error call stack (automated) _No response_ ### Error component stack (automated) _No response_ ### GitHub query string (automated) _No response_
{'url': 'https://api.github.com/repos/facebook/react/issues/28903/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28903/timeline
null
completed
false
https://api.github.com/repos/facebook/react/issues/28902
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28902/labels{/name}
https://api.github.com/repos/facebook/react/issues/28902/comments
https://api.github.com/repos/facebook/react/issues/28902/events
https://github.com/facebook/react/pull/28902
2,261,140,474
PR_kwDOAJy2Ks5tmDzk
28,902
Update App.test.js
{'login': 'Piyush02082003', 'id': 102690013, 'node_id': 'U_kgDOBh7s3Q', 'avatar_url': 'https://avatars.githubusercontent.com/u/102690013?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Piyush02082003', 'html_url': 'https://github.com/Piyush02082003', 'followers_url': 'https://api.github.com/users/Piyush02082003/followers', 'following_url': 'https://api.github.com/users/Piyush02082003/following{/other_user}', 'gists_url': 'https://api.github.com/users/Piyush02082003/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/Piyush02082003/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/Piyush02082003/subscriptions', 'organizations_url': 'https://api.github.com/users/Piyush02082003/orgs', 'repos_url': 'https://api.github.com/users/Piyush02082003/repos', 'events_url': 'https://api.github.com/users/Piyush02082003/events{/privacy}', 'received_events_url': 'https://api.github.com/users/Piyush02082003/received_events', 'type': 'User', 'site_admin': False}
[]
closed
false
null
[]
null
[ "Hi @Piyush02082003! \n\nThank you for your pull request and welcome to our community. \n\n# Action Required\n\nIn order to merge **any pull request** (code, docs, etc.), we **require** contributors to sign our **Contributor License Agreement**, and we don't seem to have one on file for you.\n\n# Process\n\nIn order for us to review and merge your suggested changes, please sign at <https://code.facebook.com/cla>. **If you are contributing on behalf of someone else (eg your employer)**, the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.\n\nOnce the CLA is signed, our tooling will perform checks and validations. Afterwards, the **pull request will be tagged** with `CLA signed`. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.\n\nIf you have received this in error or have any questions, please contact us at [cla@meta.com](mailto:cla@meta.com?subject=CLA%20for%20facebook%2Freact%20%2328902). Thanks!", "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 6f18664b82b61d34b30c794a151d7b032f8eabe0...8d30d071c96ee522663ca9b6bd7c7baa5f1400fb\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/8d30d071c96ee522663ca9b6bd7c7baa5f1400fb/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **=** | 497.71 kB | 497.71 kB | = | 88.93 kB | 88.93 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/8d30d071c96ee522663ca9b6bd7c7baa5f1400fb/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **=** | 504.00 kB | 504.00 kB | = | 89.95 kB | 89.95 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/8d30d071c96ee522663ca9b6bd7c7baa5f1400fb/files/facebook-www/ReactDOM-prod.classic.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **=** | 591.14 kB | 591.14 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/8d30d071c96ee522663ca9b6bd7c7baa5f1400fb/files/facebook-www/ReactDOM-prod.modern.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **=** | 566.95 kB | 566.95 kB | = | 100.12 kB | 100.12 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/8d30d071c96ee522663ca9b6bd7c7baa5f1400fb/files/__test_utils__/ReactAllWarnings.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **Deleted** | 64.67 kB | 0.00 kB | Deleted | 16.09 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/8d30d071c96ee522663ca9b6bd7c7baa5f1400fb/files/__test_utils__/ReactAllWarnings.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **Deleted** | 64.67 kB | 0.00 kB | Deleted | 16.09 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 8d30d071c96ee522663ca9b6bd7c7baa5f1400fb\n</p>\n" ]
2024-04-24 12:07:59
2024-04-24 12:22:12
2024-04-24 12:22:12
NONE
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28902', 'html_url': 'https://github.com/facebook/react/pull/28902', 'diff_url': 'https://github.com/facebook/react/pull/28902.diff', 'patch_url': 'https://github.com/facebook/react/pull/28902.patch', 'merged_at': None}
named Piyush <!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. Before submitting a pull request, please make sure the following is done: 1. Fork [the repository](https://github.com/facebook/react) and create your branch from `main`. 2. Run `yarn` in the repository root. 3. If you've fixed a bug or added code that should be tested, add tests! 4. Ensure the test suite passes (`yarn test`). Tip: `yarn test --watch TestName` is helpful in development. 5. Run `yarn test --prod` to test in the production environment. It supports the same options as `yarn test`. 6. If you need a debugger, run `yarn test --debug --watch TestName`, open `chrome://inspect`, and press "Inspect". 7. Format your code with [prettier](https://github.com/prettier/prettier) (`yarn prettier`). 8. Make sure your code lints (`yarn lint`). Tip: `yarn linc` to only check changed files. 9. Run the [Flow](https://flowtype.org/) type checks (`yarn flow`). 10. If you haven't already, complete the CLA. Learn more about contributing: https://reactjs.org/docs/how-to-contribute.html --> ## Summary <!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? --> ## How did you test this change? <!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. How exactly did you verify that your PR solves the issue you wanted to solve? If you leave this empty, your PR will very likely be closed. -->
{'url': 'https://api.github.com/repos/facebook/react/issues/28902/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28902/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28901
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28901/labels{/name}
https://api.github.com/repos/facebook/react/issues/28901/comments
https://api.github.com/repos/facebook/react/issues/28901/events
https://github.com/facebook/react/pull/28901
2,260,541,118
PR_kwDOAJy2Ks5tkA_q
28,901
fix: export `jsx-runtime.react-server.js` as `react/jsx-dev-runtime`
{'login': 'jacob-ebey', 'id': 12063586, 'node_id': 'MDQ6VXNlcjEyMDYzNTg2', 'avatar_url': 'https://avatars.githubusercontent.com/u/12063586?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jacob-ebey', 'html_url': 'https://github.com/jacob-ebey', 'followers_url': 'https://api.github.com/users/jacob-ebey/followers', 'following_url': 'https://api.github.com/users/jacob-ebey/following{/other_user}', 'gists_url': 'https://api.github.com/users/jacob-ebey/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jacob-ebey/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jacob-ebey/subscriptions', 'organizations_url': 'https://api.github.com/users/jacob-ebey/orgs', 'repos_url': 'https://api.github.com/users/jacob-ebey/repos', 'events_url': 'https://api.github.com/users/jacob-ebey/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jacob-ebey/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None}]
closed
false
null
[]
null
[ "Hi @jacob-ebey! \n\nThank you for your pull request and welcome to our community. \n\n# Action Required\n\nIn order to merge **any pull request** (code, docs, etc.), we **require** contributors to sign our **Contributor License Agreement**, and we don't seem to have one on file for you.\n\n# Process\n\nIn order for us to review and merge your suggested changes, please sign at <https://code.facebook.com/cla>. **If you are contributing on behalf of someone else (eg your employer)**, the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.\n\nOnce the CLA is signed, our tooling will perform checks and validations. Afterwards, the **pull request will be tagged** with `CLA signed`. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.\n\nIf you have received this in error or have any questions, please contact us at [cla@meta.com](mailto:cla@meta.com?subject=CLA%20for%20facebook%2Freact%20%2328901). Thanks!", "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 6f18664b82b61d34b30c794a151d7b032f8eabe0...81e12f1b9bcc92561174a7a74ba085494be668e5\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/81e12f1b9bcc92561174a7a74ba085494be668e5/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **=** | 497.71 kB | 497.71 kB | = | 88.93 kB | 88.93 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/81e12f1b9bcc92561174a7a74ba085494be668e5/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **=** | 504.00 kB | 504.00 kB | = | 89.95 kB | 89.95 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/81e12f1b9bcc92561174a7a74ba085494be668e5/files/facebook-www/ReactDOM-prod.classic.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **=** | 591.14 kB | 591.14 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/81e12f1b9bcc92561174a7a74ba085494be668e5/files/facebook-www/ReactDOM-prod.modern.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **=** | 566.95 kB | 566.95 kB | = | 100.12 kB | 100.12 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/81e12f1b9bcc92561174a7a74ba085494be668e5/files/__test_utils__/ReactAllWarnings.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **Deleted** | 64.67 kB | 0.00 kB | Deleted | 16.09 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/81e12f1b9bcc92561174a7a74ba085494be668e5/files/__test_utils__/ReactAllWarnings.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **Deleted** | 64.67 kB | 0.00 kB | Deleted | 16.09 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 81e12f1b9bcc92561174a7a74ba085494be668e5\n</p>\n", "Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks!", "This is probably actually what you want: https://github.com/facebook/react/pull/28921", "Thank you. The complete fix in https://github.com/facebook/react/pull/28921 was just merged." ]
2024-04-24 07:08:16
2024-04-27 19:46:27
2024-04-27 19:46:26
NONE
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28901', 'html_url': 'https://github.com/facebook/react/pull/28901', 'diff_url': 'https://github.com/facebook/react/pull/28901.diff', 'patch_url': 'https://github.com/facebook/react/pull/28901.patch', 'merged_at': None}
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. Before submitting a pull request, please make sure the following is done: 1. Fork [the repository](https://github.com/facebook/react) and create your branch from `main`. 2. Run `yarn` in the repository root. 3. If you've fixed a bug or added code that should be tested, add tests! 4. Ensure the test suite passes (`yarn test`). Tip: `yarn test --watch TestName` is helpful in development. 5. Run `yarn test --prod` to test in the production environment. It supports the same options as `yarn test`. 6. If you need a debugger, run `yarn test --debug --watch TestName`, open `chrome://inspect`, and press "Inspect". 7. Format your code with [prettier](https://github.com/prettier/prettier) (`yarn prettier`). 8. Make sure your code lints (`yarn lint`). Tip: `yarn linc` to only check changed files. 9. Run the [Flow](https://flowtype.org/) type checks (`yarn flow`). 10. If you haven't already, complete the CLA. Learn more about contributing: https://reactjs.org/docs/how-to-contribute.html --> ## Summary <!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? --> When building out a RSC experiment [here](https://github.com/jacob-ebey/vite-env-api/tree/main/react-example) I noticed the `react/jsx-dev-runtime` import is pointing to the wrong location when running with the `react-server` condition. Here is a reproduction of the issue: https://stackblitz.com/edit/facebook-react-pull-28901?file=test.sh - `npm i` - `npm test` ## How did you test this change? - Verified that using `react/jsx-runtime` works - Applied the change locally and verified the correct copy ended up in the module graph - Verified in minimal reproduction https://stackblitz.com/edit/facebook-react-pull-28901?file=test.sh <!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. How exactly did you verify that your PR solves the issue you wanted to solve? If you leave this empty, your PR will very likely be closed. -->
{'url': 'https://api.github.com/repos/facebook/react/issues/28901/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28901/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28900
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28900/labels{/name}
https://api.github.com/repos/facebook/react/issues/28900/comments
https://api.github.com/repos/facebook/react/issues/28900/events
https://github.com/facebook/react/pull/28900
2,260,256,148
PR_kwDOAJy2Ks5tjCqz
28,900
[Flight][Fizz] schedule flushing independently from performing work
{'login': 'gnoff', 'id': 2716369, 'node_id': 'MDQ6VXNlcjI3MTYzNjk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2716369?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/gnoff', 'html_url': 'https://github.com/gnoff', 'followers_url': 'https://api.github.com/users/gnoff/followers', 'following_url': 'https://api.github.com/users/gnoff/following{/other_user}', 'gists_url': 'https://api.github.com/users/gnoff/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/gnoff/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/gnoff/subscriptions', 'organizations_url': 'https://api.github.com/users/gnoff/orgs', 'repos_url': 'https://api.github.com/users/gnoff/repos', 'events_url': 'https://api.github.com/users/gnoff/events{/privacy}', 'received_events_url': 'https://api.github.com/users/gnoff/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
open
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 6f18664b82b61d34b30c794a151d7b032f8eabe0...1c0a3f28032def134f22752dab84eb0b03282e27\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **=** | 497.71 kB | 497.71 kB | = | 88.93 kB | 88.93 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **=** | 504.00 kB | 504.00 kB | = | 89.95 kB | 89.95 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/facebook-www/ReactDOM-prod.classic.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **=** | 591.14 kB | 591.14 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/facebook-www/ReactDOM-prod.modern.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **=** | 566.95 kB | 566.95 kB | = | 100.12 kB | 100.12 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/__test_utils__/ReactAllWarnings.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **Deleted** | 64.67 kB | 0.00 kB | Deleted | 16.09 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable-semver/react-server/cjs/react-server-flight.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable-semver/react-server/cjs/react-server-flight.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.57%** | 86.93 kB | 87.42 kB | +0.92% | 20.22 kB | 20.40 kB\n| [oss-stable/react-server/cjs/react-server-flight.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable/react-server/cjs/react-server-flight.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.57%** | 86.93 kB | 87.42 kB | +0.92% | 20.22 kB | 20.40 kB\n| [oss-experimental/react-server/cjs/react-server-flight.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-experimental/react-server/cjs/react-server-flight.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.44%** | 113.28 kB | 113.77 kB | +0.71% | 24.82 kB | 24.99 kB\n| [oss-experimental/react-dom/cjs/react-dom-server-legacy.browser.production.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-experimental/react-dom/cjs/react-dom-server-legacy.browser.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.43%** | 211.13 kB | 212.04 kB | +0.63% | 38.33 kB | 38.58 kB\n| [oss-experimental/react-dom/cjs/react-dom-server-legacy.node.production.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-experimental/react-dom/cjs/react-dom-server-legacy.node.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.42%** | 216.17 kB | 217.08 kB | +0.83% | 40.21 kB | 40.55 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.bun.production.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-experimental/react-dom/cjs/react-dom-server.bun.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.42%** | 215.98 kB | 216.89 kB | +0.81% | 39.32 kB | 39.64 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.40%** | 123.70 kB | 124.20 kB | +0.63% | 28.59 kB | 28.77 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.40%** | 123.70 kB | 124.20 kB | +0.63% | 28.59 kB | 28.77 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.39%** | 126.61 kB | 127.11 kB | +0.64% | 29.18 kB | 29.37 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.39%** | 126.61 kB | 127.11 kB | +0.64% | 29.18 kB | 29.37 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.39%** | 127.51 kB | 128.00 kB | +0.59% | 29.42 kB | 29.59 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.39%** | 127.51 kB | 128.00 kB | +0.59% | 29.42 kB | 29.59 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.38%** | 129.06 kB | 129.56 kB | +0.59% | 29.85 kB | 30.02 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.38%** | 129.06 kB | 129.56 kB | +0.59% | 29.85 kB | 30.02 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.38%** | 129.44 kB | 129.93 kB | +0.60% | 29.91 kB | 30.08 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.38%** | 129.44 kB | 129.93 kB | +0.60% | 29.91 kB | 30.08 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.browser.production.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-experimental/react-dom/cjs/react-dom-server.browser.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.38%** | 235.50 kB | 236.40 kB | +0.44% | 41.22 kB | 41.40 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.38%** | 129.86 kB | 130.36 kB | +0.63% | 29.59 kB | 29.78 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.38%** | 129.86 kB | 130.36 kB | +0.63% | 29.59 kB | 29.78 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-server-legacy.browser.production.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable-semver/react-dom/cjs/react-dom-server-legacy.browser.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.38%** | 196.35 kB | 197.09 kB | +0.11% | 36.25 kB | 36.29 kB\n| [oss-stable/react-dom/cjs/react-dom-server-legacy.browser.production.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable/react-dom/cjs/react-dom-server-legacy.browser.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.38%** | 196.38 kB | 197.12 kB | +0.11% | 36.28 kB | 36.32 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.37%** | 132.15 kB | 132.65 kB | +0.61% | 30.18 kB | 30.36 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.37%** | 132.15 kB | 132.65 kB | +0.61% | 30.18 kB | 30.36 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.37%** | 132.50 kB | 133.00 kB | +0.60% | 30.40 kB | 30.58 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.37%** | 132.50 kB | 133.00 kB | +0.60% | 30.40 kB | 30.58 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-server-legacy.node.production.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable-semver/react-dom/cjs/react-dom-server-legacy.node.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.37%** | 200.84 kB | 201.58 kB | +0.27% | 38.01 kB | 38.12 kB\n| [oss-stable/react-dom/cjs/react-dom-server-legacy.node.production.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable/react-dom/cjs/react-dom-server-legacy.node.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.37%** | 200.86 kB | 201.61 kB | +0.27% | 38.04 kB | 38.14 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-server.bun.production.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable-semver/react-dom/cjs/react-dom-server.bun.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.37%** | 199.60 kB | 200.34 kB | +0.35% | 37.08 kB | 37.21 kB\n| [oss-stable/react-dom/cjs/react-dom-server.bun.production.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable/react-dom/cjs/react-dom-server.bun.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.37%** | 199.63 kB | 200.37 kB | +0.35% | 37.10 kB | 37.23 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.37%** | 134.79 kB | 135.28 kB | +0.58% | 31.01 kB | 31.19 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.37%** | 134.79 kB | 135.28 kB | +0.58% | 31.01 kB | 31.19 kB\n| [facebook-www/ReactDOMServer-prod.modern.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/facebook-www/ReactDOMServer-prod.modern.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.36%** | 204.18 kB | 204.93 kB | +0.21% | 37.40 kB | 37.48 kB\n| [facebook-www/ReactDOMServer-prod.classic.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/facebook-www/ReactDOMServer-prod.classic.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.36%** | 204.84 kB | 205.58 kB | +0.13% | 37.61 kB | 37.66 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-server.browser.production.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable-semver/react-dom/cjs/react-dom-server.browser.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.35%** | 210.84 kB | 211.57 kB | +0.01% | 38.30 kB | 38.30 kB\n| [oss-stable/react-dom/cjs/react-dom-server.browser.production.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-stable/react-dom/cjs/react-dom-server.browser.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.35%** | 210.86 kB | 211.60 kB | = | 38.32 kB | 38.33 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.32%** | 153.60 kB | 154.09 kB | +0.51% | 33.92 kB | 34.10 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.32%** | 156.31 kB | 156.80 kB | +0.51% | 34.45 kB | 34.63 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.31%** | 157.88 kB | 158.37 kB | +0.48% | 34.92 kB | 35.09 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.31%** | 158.76 kB | 159.25 kB | +0.50% | 35.12 kB | 35.30 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.31%** | 159.76 kB | 160.26 kB | +0.52% | 34.93 kB | 35.11 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.31%** | 159.81 kB | 160.30 kB | +0.46% | 35.42 kB | 35.58 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.31%** | 162.05 kB | 162.55 kB | +0.47% | 35.53 kB | 35.69 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.30%** | 162.40 kB | 162.90 kB | +0.48% | 35.76 kB | 35.93 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **+0.30%** | 164.69 kB | 165.18 kB | +0.48% | 36.36 kB | 36.53 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/1c0a3f28032def134f22752dab84eb0b03282e27/files/__test_utils__/ReactAllWarnings.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **Deleted** | 64.67 kB | 0.00 kB | Deleted | 16.09 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 1c0a3f28032def134f22752dab84eb0b03282e27\n</p>\n", ">Is a running number really necessary to express this logic?\r\n\r\nNot for this PR but I expect it to be necessary for the follow up which maybe should land together which is to do some microtask pings synchronously rather than scheduling a new work task. We could loosen our definition of a \"microtask ping\" to be anything that pings after the main work task but before the next flush task but this is quite racey and while it might not have any practical downsides it doesn't model what I'm trying to model\r\n\r\nIf you're wanting to support > 1000 year long running renders I can mod the epoch. There is still a chance of collision of course but now it's a rarity of rarities. but I was satisfied by the maximum allowed running time. At some point you'd also run out of id's though you'd probably go through those a bit slower than task counters ๐Ÿ™ƒ", "I pushed an update that models this using a schedule state. I think there are still some timing implications once we move to having microtask pings retry synchronously because we won't be able to tell the difference between a ping in a microtask from the current work macrotask vs a ping in a macrotask that is interleaved between the the work macrotask and the flush macrotask.\r\n\r\nThat said this may be somewhat arbitrary. It may be rare and also it just shifts a bit what is flushed but the semantics should stlil hold. The one case that might be problematic is if it is possible for an IO task to ping before the first flush. We may want to favor flushing the first work loop without allowing any IO to ping first. I don't think this can happen in Node.js because I believe setImmediate has the right behavior but I'm not confident about this for edge becuase it isn't clear to me that consecutive setTimeout tasks won't be interleaved. Maybe we can use postMessage or some other scheduling in edge that gives us greater confidence in the ordering" ]
2024-04-24 03:58:23
2024-04-24 18:28:42
null
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28900', 'html_url': 'https://github.com/facebook/react/pull/28900', 'diff_url': 'https://github.com/facebook/react/pull/28900.diff', 'patch_url': 'https://github.com/facebook/react/pull/28900.patch', 'merged_at': None}
Today work that pings in a microtask in Flight and Fizz will end up being rendered in a new macrotask. This is potentially sub-optimal for cache-locality reasons but it also has an impact on flushing because flushes always happen synchronously after rendering. It would be ideal if tasks that can ping in a microtask get a chance to render before we flush because we can end up with a more compact wire format for flight and we can potentially avoid showing fallbacks for fizz. This commit doesn't actually implement rendering in microtasks. This will come in a follow up change. What this change does do is refactor the flushing controls to be able to schedule flushing in a macrotask separately from the render phase. The appraoch uses a notion of epochs to allow scheduled work to infer if it is still valid. For instance if Float causes a flush to be enqueued but then the next task is a ping leading to a render we don't necessarily want to flush before additional renders are allowed to complete. Additionally if there is already a flush scheduled we don't want an enqueued flush from Float to lead to an additional flush. the request's flushScheduled property is now more narrowly tailored to represent out-of-band flushes enqueued through float and not the general purpose flushing that is done after every work loop. the request now has an epoch property which can be used to determine if we haven't started a new work loop or flush since the task was previously scheduled. In some environments schedulWork is synchronous. All the logic still makes sense for synchronous work even if it can have unecessary overhead (such as checking if we're in the same epoch since this will necessarily be true in sync mode). However sync mode is mostly useful for legacy renderers like renderToString and we should probably move away from in for the browser build anyway so I don't think we ought to concern ourselves with further optimization of the sync case.
{'url': 'https://api.github.com/repos/facebook/react/issues/28900/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28900/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28899
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28899/labels{/name}
https://api.github.com/repos/facebook/react/issues/28899/comments
https://api.github.com/repos/facebook/react/issues/28899/events
https://github.com/facebook/react/pull/28899
2,260,147,897
PR_kwDOAJy2Ks5tirvi
28,899
Create short link for jsx warning
{'login': 'rickhanlonii', 'id': 2440089, 'node_id': 'MDQ6VXNlcjI0NDAwODk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2440089?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/rickhanlonii', 'html_url': 'https://github.com/rickhanlonii', 'followers_url': 'https://api.github.com/users/rickhanlonii/followers', 'following_url': 'https://api.github.com/users/rickhanlonii/following{/other_user}', 'gists_url': 'https://api.github.com/users/rickhanlonii/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/rickhanlonii/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/rickhanlonii/subscriptions', 'organizations_url': 'https://api.github.com/users/rickhanlonii/orgs', 'repos_url': 'https://api.github.com/users/rickhanlonii/repos', 'events_url': 'https://api.github.com/users/rickhanlonii/events{/privacy}', 'received_events_url': 'https://api.github.com/users/rickhanlonii/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 6f18664b82b61d34b30c794a151d7b032f8eabe0...fcc9b19b7342978755c9a22df81a7a96b9cfc70c\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/fcc9b19b7342978755c9a22df81a7a96b9cfc70c/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **=** | 497.71 kB | 497.71 kB | = | 88.93 kB | 88.93 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/fcc9b19b7342978755c9a22df81a7a96b9cfc70c/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **=** | 504.00 kB | 504.00 kB | = | 89.95 kB | 89.95 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/fcc9b19b7342978755c9a22df81a7a96b9cfc70c/files/facebook-www/ReactDOM-prod.classic.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **=** | 591.14 kB | 591.14 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/fcc9b19b7342978755c9a22df81a7a96b9cfc70c/files/facebook-www/ReactDOM-prod.modern.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **=** | 566.95 kB | 566.95 kB | = | 100.12 kB | 100.12 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/fcc9b19b7342978755c9a22df81a7a96b9cfc70c/files/__test_utils__/ReactAllWarnings.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **Deleted** | 64.67 kB | 0.00 kB | Deleted | 16.09 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/fcc9b19b7342978755c9a22df81a7a96b9cfc70c/files/__test_utils__/ReactAllWarnings.js?compare=6f18664b82b61d34b30c794a151d7b032f8eabe0) | **Deleted** | 64.67 kB | 0.00 kB | Deleted | 16.09 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against fcc9b19b7342978755c9a22df81a7a96b9cfc70c\n</p>\n" ]
2024-04-24 02:24:32
2024-04-24 13:32:15
2024-04-24 13:32:11
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28899', 'html_url': 'https://github.com/facebook/react/pull/28899', 'diff_url': 'https://github.com/facebook/react/pull/28899.diff', 'patch_url': 'https://github.com/facebook/react/pull/28899.patch', 'merged_at': datetime.datetime(2024, 4, 24, 13, 32, 11)}
Short link created in https://github.com/reactjs/react.dev/pull/6772
{'url': 'https://api.github.com/repos/facebook/react/issues/28899/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28899/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28898
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28898/labels{/name}
https://api.github.com/repos/facebook/react/issues/28898/comments
https://api.github.com/repos/facebook/react/issues/28898/events
https://github.com/facebook/react/issues/28898
2,260,098,766
I_kwDOAJy2Ks6Gtl7O
28,898
Bug: StrictMode is not preventing side effects
{'login': 'theKashey', 'id': 582410, 'node_id': 'MDQ6VXNlcjU4MjQxMA==', 'avatar_url': 'https://avatars.githubusercontent.com/u/582410?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/theKashey', 'html_url': 'https://github.com/theKashey', 'followers_url': 'https://api.github.com/users/theKashey/followers', 'following_url': 'https://api.github.com/users/theKashey/following{/other_user}', 'gists_url': 'https://api.github.com/users/theKashey/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/theKashey/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/theKashey/subscriptions', 'organizations_url': 'https://api.github.com/users/theKashey/orgs', 'repos_url': 'https://api.github.com/users/theKashey/repos', 'events_url': 'https://api.github.com/users/theKashey/events{/privacy}', 'received_events_url': 'https://api.github.com/users/theKashey/received_events', 'type': 'User', 'site_admin': False}
[{'id': 155984160, 'node_id': 'MDU6TGFiZWwxNTU5ODQxNjA=', 'url': 'https://api.github.com/repos/facebook/react/labels/Status:%20Unconfirmed', 'name': 'Status: Unconfirmed', 'color': 'd4c5f9', 'default': False, 'description': "A potential issue that we haven't yet confirmed as a bug"}]
open
false
null
[]
null
[ "```js\r\nconst {propA, propB, rest} = useMemo(() => {\r\n const {propA, propB, ...rest} = propsC;\r\n return {propA, propB, rest};\r\n}, [propC]);\r\n\r\nuseEffect(() => {\r\n // some effect not expected executed on every render\r\n}, [rest]);\r\n// ^^ rest is \"stable\"\r\n```\r\n\r\nKeep in mind that `useMemo` has no semantic guarantees. React could decide at any point that it reruns the memoized function because it freed up memory used by the memoized result. The `rest` \r\n value would change even though `propsC` didn't. That's why StrictMode also runs the function passed to `useMemo` twice.\r\n\r\n> it should render Component twice and ensure no useEffect or useMemo is invalidated\r\n\r\nI think this would be interesting to try out in an experiment. Could be a PR for starters. At a glance, seems reasonable to expect effect dependencies to be stable between double render. You'd also expect the committed HTML to be stable.\r\n", "> any point that it reruns the memoized function\r\n\r\nNot really a problem if React from time to time _resets_ one or another branch. It is a problem if such a reset happens on every render.\r\n\r\n> You'd also expect the committed HTML to be stable.\r\n\r\nThis could be a little _extension_ to the definition of a `pure function` - not only produces the same output for the same input, but also runs __exactly__ the same _effects_ so React can optimise run once for any number of render calls.\r\n\r\nIt is very important to have this check at the lowest level (React) as optimisations in other places may only temporarily hide the problem. See https://github.com/reduxjs/react-redux/issues/2160 as an example " ]
2024-04-24 01:40:46
2024-04-25 03:48:44
null
CONTRIBUTOR
null
null
null
React version: any with StrictMode ## Steps To Reproduce 1. Create a few components with improper or absent memoization 2. Create `useEffect` with unstable dependency 3. Observe how `StrictMode` is not able to help here - Incorrect code ```tsx const {propA, propB, ...rest} = propsC; useEffect(() => { // some effect not expected executed on every render }, [rest]); // ^^ rest is "unstable" ``` ```tsx <Component onSomething={() => {}} // we dont know what Component will do with unstable callback. May be something, may be not /> ``` - Correct code ```tsx const {propA, propB, rest} = useMemo(() => { const {propA, propB, ...rest} = propsC; return {propA, propB, rest}; }, [propC]); useEffect(() => { // some effect not expected executed on every render }, [rest]); // ^^ rest is "stable" ``` ```tsx <Component onSomething={useCallback(() => {},[])} /> ``` ## The current behavior >If a function is pure, running it twice does not change its behavior because a pure function produces the same result every time. However, if a function is impure (for example, it mutates the data it receives), running it twice tends to be noticeable (thatโ€™s what makes it impure!) This helps you spot and fix the bug early. https://react.dev/reference/react/StrictMode I personally never found this behaviour any helpful. It never helped me find a bug, especially a bug related to useEffect. ## The expected behavior I would assume that `StrictMode` should not try to execute `useEffect` twice - it should render Component twice and ensure no `useEffect` or `useMemo` is invalidated. Ideally, it should cause full application re-render to detect memoization issues spanning across multiple components, like using `children` in effect dependencies or passing unstable prop to a component with `useEffect` as such case cannot be detected by isolated re-render. ---- React Forget is going to change the game rules and automatically fix the problems from above, but how one can prove it without having a corresponding testing functionality one can trust? Unfortunately, this is something very hard to implement in the user space, simultaneously something causing incidents (performance as well as reliability) on a weekly basic
{'url': 'https://api.github.com/repos/facebook/react/issues/28898/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28898/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28897
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28897/labels{/name}
https://api.github.com/repos/facebook/react/issues/28897/comments
https://api.github.com/repos/facebook/react/issues/28897/events
https://github.com/facebook/react/issues/28897
2,260,019,991
I_kwDOAJy2Ks6GtSsX
28,897
How can I force update a class component in SyncLane? Can we permanently expose runWithPriority API?
{'login': 'zhantx', 'id': 14803931, 'node_id': 'MDQ6VXNlcjE0ODAzOTMx', 'avatar_url': 'https://avatars.githubusercontent.com/u/14803931?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/zhantx', 'html_url': 'https://github.com/zhantx', 'followers_url': 'https://api.github.com/users/zhantx/followers', 'following_url': 'https://api.github.com/users/zhantx/following{/other_user}', 'gists_url': 'https://api.github.com/users/zhantx/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/zhantx/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/zhantx/subscriptions', 'organizations_url': 'https://api.github.com/users/zhantx/orgs', 'repos_url': 'https://api.github.com/users/zhantx/repos', 'events_url': 'https://api.github.com/users/zhantx/events{/privacy}', 'received_events_url': 'https://api.github.com/users/zhantx/received_events', 'type': 'User', 'site_admin': False}
[{'id': 155984160, 'node_id': 'MDU6TGFiZWwxNTU5ODQxNjA=', 'url': 'https://api.github.com/repos/facebook/react/labels/Status:%20Unconfirmed', 'name': 'Status: Unconfirmed', 'color': 'd4c5f9', 'default': False, 'description': "A potential issue that we haven't yet confirmed as a bug"}]
closed
false
null
[]
null
[ "https://react.dev/reference/react-dom/flushSync", "Hi @rickhanlonii , `flushSync` isn't very suitable in my case. I'm using mobx as the external store, it essentially calls `forceUpdate` when the store changes.\r\nSay I have 2 class components observing 1 store, if I use `flushSync(component.forceUpdate)` on both components, it will cause react to perform 2 complete render cycles.\r\nHowever, if I use `runWithPriority(1, component.forceUpdate)` on them, react will batch the 2 updates into 1 render cycle\r\n", "Same problem here. `flushSync` is not working for class components when using one of the latest versions of MobX React as it's causing tearing. Functional components were fine after upgrading MobX React but class components are still causing weird UI bugs, making, for instance, different loading placeholders show twice. This only happens with the concurrent renderer though.", "`runWithPriority(1, component.forceUpdate)` is essentially the same as:\r\n\r\n```\r\nqueueMicrotask(() => {\r\n flushSync(() => forceUpdate())\r\n})\r\n```\r\n\r\nCan you see if that works?\r\n\r\nThe tearing is expected if mobx isn't using `useSyncExternalStore` and if it is, then the extra updates are expected due to the additional renders from the sync updates when the store changes. External stores are not supported in concurrent rendering.", "@rickhanlonii mobx is using `useSyncExternalStore`, however, there is no equivalent API for class component, that's where the tearing happens\r\nconsider below code in react@18.2.0 and react-dom@18.2.0\r\n```\r\nimport React, { useSyncExternalStore } from \"react\";\r\nimport { flushSync, runWithPriority } from \"react-dom\"; // I patched react-dom to expose runWithPriority\r\n\r\nclass Store {\r\n // implementation of Store...\r\n}\r\nconst store = new Store(0);\r\n\r\nclass DisplayValueClass extends React.Component {\r\n unsubscribe?: () => void;\r\n componentDidMount() {\r\n this.unsubscribe = store.subscribe(() => {\r\n // Option 1 call forceUpdate directly, this will be in DefaultLane\r\n // this.forceUpdate();\r\n\r\n // Option 2 wrap forceUpdate in flushSync\r\n // flushSync(() => this.forceUpdate());\r\n\r\n // Option 3 wrap forceUpdate in flushSync and queueMicrotask\r\n // queueMicrotask(() => {\r\n // flushSync(() => this.forceUpdate());\r\n // });\r\n\r\n // Option 4 wrap forceUpdate in runWithPriority\r\n // runWithPriority(1, () => {\r\n // this.forceUpdate()\r\n // });\r\n });\r\n }\r\n componentWillUnmount() {\r\n this.unsubscribe?.();\r\n }\r\n\r\n render() {\r\n return <div>Value: {store.getValue()}</div>;\r\n }\r\n}\r\n\r\nconst DisplayValueFunction = () => {\r\n const storeValue = useSyncExternalStore(store.subscribe, store.getValue);\r\n return <div>Value: {storeValue}</div>;\r\n};\r\n\r\nconst App = () => {\r\n return (\r\n <>\r\n <button\r\n onClick={() => {\r\n requestAnimationFrame(() => {\r\n // use requestAnimationFrame to make it outside of event handler, running in DefaultLane\r\n // this could be a setTimeout as well\r\n store.setValue(store.getValue() + 1);\r\n });\r\n }}\r\n >\r\n increment\r\n </button>\r\n <DisplayValueClass />\r\n <DisplayValueClass />\r\n <DisplayValueFunction />\r\n </>\r\n );\r\n};\r\n```\r\nwhen the external store updates, because `DisplayValueFunction` uses `useSyncExternalStore`, the update is scheduled in SyncLane\r\nFor `DisplayValueClass`, it subscribe to the store in componentDidMount, and the subscriber is to force update itself, we have 4 options here (I attached the main thread snapshots below):\r\n1. call `this.forceUpdate()` directly. this will make the update scheduled in DefaultLane\r\n2. wrap forceUpdate in flushSync, because we have 2 DisplayValueClass instances, they will be in seperate render cycle\r\n3. wrap forceUpdate in flushSync and queueMicrotask, see screenshot 3, we still have multiple render phase\r\n4. wrap forceUpdate in unstable_runWithPriority, this is by far the best result\r\n\r\noption 1 result\r\n![Body](https://github.com/facebook/react/assets/14803931/f9243508-a660-4a93-9fa4-c2a96989910b)\r\n\r\noption 2 result\r\n![Body (1)](https://github.com/facebook/react/assets/14803931/72d08dd7-8a43-4c89-8875-bea3513fb628)\r\n\r\noption 3 result\r\n![Body (2)](https://github.com/facebook/react/assets/14803931/f4196958-8ab1-4728-8949-4f409a85c017)\r\n\r\noption 4 result\r\n![Body (3)](https://github.com/facebook/react/assets/14803931/9af1c2f9-8998-4d14-b3f5-f4a9e4fa7aac)\r\n\r\n\r\nAlso, I didn't want to use `queueMicrotask` because it depends on it is identical to react internal logic for SyncLane, which could change without notifying us. Where if react can expose `runWithPriority` (which is essentially `flushSync` without `flushPassiveEffects` and `flushSyncCallbacks`) then I can use it with cautious", "also, regarding option 3, queueMicrotas didn't just add 1 extra render, it adds 1 extra render per class component subscriber\r\n![image](https://github.com/facebook/react/assets/14803931/47a6c760-7a9d-49a4-8dfc-d9f8719ac45f)\r\n![image](https://github.com/facebook/react/assets/14803931/d4cecea8-5482-496f-a4a0-76300627551e)\r\n", "Also... ๐Ÿ™ˆ - This method is currently exposed (admittedly with a todo) in the experimental channel; https://github.com/facebook/react/blob/main/packages/react-dom/index.experimental.js#L17 ", "More consideration on why I prefer `runWithPriority` over `queueMicrotask` + `flushSync`\r\nI could use one `queueMicrotask` + `flushSync` to batch several `forceUpdate` calls, however:\r\n1. `queueMicrotask` is a low level API in react internal compare to `runWithPriority`, I'd prefer a higher level API to expose\r\n2. `flushSync` reinstate the behaviour of legacy mode by calling `flushPassiveEffects` at beginning, where `runWithPriority` allows me to update class component in concurrent mode with specified Lane. Please correct me if I'm wrong, in my understanding the legacy mode is different from concurrent mode's SyncLane (e.g. in concurrent SyncLane, passiveEffects are flushed at end, and if a passive effect causes UI update, it will be in DefaultLane), which means if I use flushSync on class components, I will have a mixed behaviour of concurrent mode SyncLane and legacy mode", "This sounds like it's really about batching and not scheduling behavior. Does wrapping it in `setTimeout` work?\r\n\r\nNote: we're removing `runWithPriority` in React 19.", "I think eventually what I want to achieve is \"schedule class component updates in SyncLane\" and \"function component and class component get re-rendered together\"\r\n\r\nIf in a click event handler, it calls a setState for a class component, and calls setState (from useState hook) for a function component, then both class component and function component are scheduled in one microtask, and react renders them together\r\n\r\nHowever, when it comes to external store, in a non-event handler, function component still scheduled in SyncLane, but the class component is scheduled in DefaultLane. even if I use queueMicrotask + flushSync, I can't schedule the class component to be in the same microtask as function component", "Ah right -can you testd in the react canary? In the canary the default updates and sync updates are flushed together so they're batched.", "I tested react canary, it does batch default updates and sync updates, i.e. for above code example with option 1, that class component and function component are re-rendered together in a microtask, which is what I wanted to achieve. ~~It would be really appreciated if you could link me the PR that introduces this~~ found it, I think it's [this one](https://github.com/facebook/react/issues/26512)\r\n\r\nHowever, if I remove function component, that only class components are subscribed to the store update, then class components are updated in a task not microtask. this brings more uncertainty to the behaviour", "@rickhanlonii I just tested react 19 beta, and its behaviour is identical to what I saw in canary that default updates advance to microtask to be flushed with sync updates, however, if there is no sync updates (i.e. no `useSyncExternalStore` is used), then default updates stays in async task\r\nThis is an unreliable fix that doesn't guarantee when class component is updated. I still want to request the `runWithPriority` API to be reinstated and exposed " ]
2024-04-24 00:43:19
2024-04-26 00:47:46
2024-04-24 00:48:44
NONE
null
null
null
In react 18 concurrency, sometime we want to specify a higher priority for UI update triggered by external store. This can be done for function component by using `useSyncExternalStore`. However, I can't find any information on how to make class component's forceUpdate to be in SyncLane. In react experimental version, I can use unstable_runWithPriority API to achieve this. Is there a more stable way to do it?
{'url': 'https://api.github.com/repos/facebook/react/issues/28897/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28897/timeline
null
completed
false
https://api.github.com/repos/facebook/react/issues/28896
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28896/labels{/name}
https://api.github.com/repos/facebook/react/issues/28896/comments
https://api.github.com/repos/facebook/react/issues/28896/events
https://github.com/facebook/react/pull/28896
2,259,404,366
PR_kwDOAJy2Ks5tgPN0
28,896
Remove automatic fetch `cache` instrumentation
{'login': 'acdlite', 'id': 3624098, 'node_id': 'MDQ6VXNlcjM2MjQwOTg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/3624098?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/acdlite', 'html_url': 'https://github.com/acdlite', 'followers_url': 'https://api.github.com/users/acdlite/followers', 'following_url': 'https://api.github.com/users/acdlite/following{/other_user}', 'gists_url': 'https://api.github.com/users/acdlite/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/acdlite/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/acdlite/subscriptions', 'organizations_url': 'https://api.github.com/users/acdlite/orgs', 'repos_url': 'https://api.github.com/users/acdlite/repos', 'events_url': 'https://api.github.com/users/acdlite/events{/privacy}', 'received_events_url': 'https://api.github.com/users/acdlite/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: d4e78c42a94be027b4dc7ed2659a5fddfbf9bd4e...5ff57ccadf77f1570ee7114471fa1c1b16fce3fe\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/5ff57ccadf77f1570ee7114471fa1c1b16fce3fe/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=d4e78c42a94be027b4dc7ed2659a5fddfbf9bd4e) | **=** | 497.71 kB | 497.71 kB | = | 88.93 kB | 88.93 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/5ff57ccadf77f1570ee7114471fa1c1b16fce3fe/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=d4e78c42a94be027b4dc7ed2659a5fddfbf9bd4e) | **=** | 504.00 kB | 504.00 kB | = | 89.95 kB | 89.95 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/5ff57ccadf77f1570ee7114471fa1c1b16fce3fe/files/facebook-www/ReactDOM-prod.classic.js?compare=d4e78c42a94be027b4dc7ed2659a5fddfbf9bd4e) | **=** | 591.14 kB | 591.14 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/5ff57ccadf77f1570ee7114471fa1c1b16fce3fe/files/facebook-www/ReactDOM-prod.modern.js?compare=d4e78c42a94be027b4dc7ed2659a5fddfbf9bd4e) | **=** | 566.95 kB | 566.95 kB | = | 100.12 kB | 100.12 kB\n| [oss-experimental/react/cjs/react.react-server.development.js](https://react-builds.vercel.app/commits/5ff57ccadf77f1570ee7114471fa1c1b16fce3fe/files/oss-experimental/react/cjs/react.react-server.development.js?compare=d4e78c42a94be027b4dc7ed2659a5fddfbf9bd4e) | **=** | 79.59 kB | 74.64 kB | = | 22.53 kB | 20.93 kB\n| [oss-stable/react/cjs/react.react-server.development.js](https://react-builds.vercel.app/commits/5ff57ccadf77f1570ee7114471fa1c1b16fce3fe/files/oss-stable/react/cjs/react.react-server.development.js?compare=d4e78c42a94be027b4dc7ed2659a5fddfbf9bd4e) | **=** | 74.03 kB | 69.09 kB | = | 20.95 kB | 19.35 kB\n| [oss-stable-semver/react/cjs/react.react-server.development.js](https://react-builds.vercel.app/commits/5ff57ccadf77f1570ee7114471fa1c1b16fce3fe/files/oss-stable-semver/react/cjs/react.react-server.development.js?compare=d4e78c42a94be027b4dc7ed2659a5fddfbf9bd4e) | **=** | 74.01 kB | 69.06 kB | = | 20.92 kB | 19.32 kB\n| [oss-experimental/react/cjs/react.react-server.production.js](https://react-builds.vercel.app/commits/5ff57ccadf77f1570ee7114471fa1c1b16fce3fe/files/oss-experimental/react/cjs/react.react-server.production.js?compare=d4e78c42a94be027b4dc7ed2659a5fddfbf9bd4e) | **=** | 20.89 kB | 18.70 kB | = | 5.55 kB | 4.97 kB\n| [oss-stable/react/cjs/react.react-server.production.js](https://react-builds.vercel.app/commits/5ff57ccadf77f1570ee7114471fa1c1b16fce3fe/files/oss-stable/react/cjs/react.react-server.production.js?compare=d4e78c42a94be027b4dc7ed2659a5fddfbf9bd4e) | **=** | 17.26 kB | 15.07 kB | = | 4.70 kB | 4.11 kB\n| [oss-stable-semver/react/cjs/react.react-server.production.js](https://react-builds.vercel.app/commits/5ff57ccadf77f1570ee7114471fa1c1b16fce3fe/files/oss-stable-semver/react/cjs/react.react-server.production.js?compare=d4e78c42a94be027b4dc7ed2659a5fddfbf9bd4e) | **=** | 17.24 kB | 15.04 kB | = | 4.67 kB | 4.08 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/5ff57ccadf77f1570ee7114471fa1c1b16fce3fe/files/__test_utils__/ReactAllWarnings.js?compare=d4e78c42a94be027b4dc7ed2659a5fddfbf9bd4e) | **Deleted** | 64.80 kB | 0.00 kB | Deleted | 16.14 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-experimental/react/cjs/react.react-server.development.js](https://react-builds.vercel.app/commits/5ff57ccadf77f1570ee7114471fa1c1b16fce3fe/files/oss-experimental/react/cjs/react.react-server.development.js?compare=d4e78c42a94be027b4dc7ed2659a5fddfbf9bd4e) | **=** | 79.59 kB | 74.64 kB | = | 22.53 kB | 20.93 kB\n| [oss-stable/react/cjs/react.react-server.development.js](https://react-builds.vercel.app/commits/5ff57ccadf77f1570ee7114471fa1c1b16fce3fe/files/oss-stable/react/cjs/react.react-server.development.js?compare=d4e78c42a94be027b4dc7ed2659a5fddfbf9bd4e) | **=** | 74.03 kB | 69.09 kB | = | 20.95 kB | 19.35 kB\n| [oss-stable-semver/react/cjs/react.react-server.development.js](https://react-builds.vercel.app/commits/5ff57ccadf77f1570ee7114471fa1c1b16fce3fe/files/oss-stable-semver/react/cjs/react.react-server.development.js?compare=d4e78c42a94be027b4dc7ed2659a5fddfbf9bd4e) | **=** | 74.01 kB | 69.06 kB | = | 20.92 kB | 19.32 kB\n| [oss-experimental/react/cjs/react.react-server.production.js](https://react-builds.vercel.app/commits/5ff57ccadf77f1570ee7114471fa1c1b16fce3fe/files/oss-experimental/react/cjs/react.react-server.production.js?compare=d4e78c42a94be027b4dc7ed2659a5fddfbf9bd4e) | **=** | 20.89 kB | 18.70 kB | = | 5.55 kB | 4.97 kB\n| [oss-stable/react/cjs/react.react-server.production.js](https://react-builds.vercel.app/commits/5ff57ccadf77f1570ee7114471fa1c1b16fce3fe/files/oss-stable/react/cjs/react.react-server.production.js?compare=d4e78c42a94be027b4dc7ed2659a5fddfbf9bd4e) | **=** | 17.26 kB | 15.07 kB | = | 4.70 kB | 4.11 kB\n| [oss-stable-semver/react/cjs/react.react-server.production.js](https://react-builds.vercel.app/commits/5ff57ccadf77f1570ee7114471fa1c1b16fce3fe/files/oss-stable-semver/react/cjs/react.react-server.production.js?compare=d4e78c42a94be027b4dc7ed2659a5fddfbf9bd4e) | **=** | 17.24 kB | 15.04 kB | = | 4.67 kB | 4.08 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/5ff57ccadf77f1570ee7114471fa1c1b16fce3fe/files/__test_utils__/ReactAllWarnings.js?compare=d4e78c42a94be027b4dc7ed2659a5fddfbf9bd4e) | **Deleted** | 64.80 kB | 0.00 kB | Deleted | 16.14 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 5ff57ccadf77f1570ee7114471fa1c1b16fce3fe\n</p>\n" ]
2024-04-23 17:32:21
2024-04-23 18:14:12
2024-04-23 18:14:12
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28896', 'html_url': 'https://github.com/facebook/react/pull/28896', 'diff_url': 'https://github.com/facebook/react/pull/28896.diff', 'patch_url': 'https://github.com/facebook/react/pull/28896.patch', 'merged_at': datetime.datetime(2024, 4, 23, 18, 14, 12)}
This removes the automatic patching of the global `fetch` function in Server Components environments to dedupe requests using `React.cache`, a behavior that some RSC framework maintainers have objected to. We may revisit this decision in the future, but for now it's not worth the controversy. Frameworks that have already shipped this behavior, like Next.js, can reimplement it in userspace. I considered keeping the implementation in the codebase and disabling it by setting `enableFetchInstrumentation` to `false` everywhere, but since that also disables the tests, it doesn't seem worth it because without test coverage the behavior is likely to drift regardless. We can just revert this PR later if desired.
{'url': 'https://api.github.com/repos/facebook/react/issues/28896/reactions', 'total_count': 72, '+1': 47, '-1': 1, 'laugh': 0, 'hooray': 15, 'confused': 0, 'heart': 1, 'rocket': 4, 'eyes': 4}
https://api.github.com/repos/facebook/react/issues/28896/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28895
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28895/labels{/name}
https://api.github.com/repos/facebook/react/issues/28895/comments
https://api.github.com/repos/facebook/react/issues/28895/events
https://github.com/facebook/react/pull/28895
2,259,178,108
PR_kwDOAJy2Ks5tffLd
28,895
Add ref callback test for cleanup fn vs null call
{'login': 'jackpope', 'id': 8965173, 'node_id': 'MDQ6VXNlcjg5NjUxNzM=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8965173?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jackpope', 'html_url': 'https://github.com/jackpope', 'followers_url': 'https://api.github.com/users/jackpope/followers', 'following_url': 'https://api.github.com/users/jackpope/following{/other_user}', 'gists_url': 'https://api.github.com/users/jackpope/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jackpope/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jackpope/subscriptions', 'organizations_url': 'https://api.github.com/users/jackpope/orgs', 'repos_url': 'https://api.github.com/users/jackpope/repos', 'events_url': 'https://api.github.com/users/jackpope/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jackpope/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 699d03ce1a175442fe3443e1d1bed14f14e9c197...2ab758faf3e810e9c25889b0f55f5604d3a05193\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/2ab758faf3e810e9c25889b0f55f5604d3a05193/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **=** | 497.71 kB | 497.71 kB | = | 88.93 kB | 88.93 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/2ab758faf3e810e9c25889b0f55f5604d3a05193/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **=** | 504.00 kB | 504.00 kB | = | 89.95 kB | 89.95 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/2ab758faf3e810e9c25889b0f55f5604d3a05193/files/facebook-www/ReactDOM-prod.classic.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **=** | 591.14 kB | 591.14 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/2ab758faf3e810e9c25889b0f55f5604d3a05193/files/facebook-www/ReactDOM-prod.modern.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **=** | 566.95 kB | 566.95 kB | = | 100.12 kB | 100.12 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/2ab758faf3e810e9c25889b0f55f5604d3a05193/files/__test_utils__/ReactAllWarnings.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **Deleted** | 64.80 kB | 0.00 kB | Deleted | 16.14 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/2ab758faf3e810e9c25889b0f55f5604d3a05193/files/__test_utils__/ReactAllWarnings.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **Deleted** | 64.80 kB | 0.00 kB | Deleted | 16.14 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 2ab758faf3e810e9c25889b0f55f5604d3a05193\n</p>\n" ]
2024-04-23 15:29:27
2024-04-23 16:13:13
2024-04-23 16:13:09
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28895', 'html_url': 'https://github.com/facebook/react/pull/28895', 'diff_url': 'https://github.com/facebook/react/pull/28895.diff', 'patch_url': 'https://github.com/facebook/react/pull/28895.patch', 'merged_at': datetime.datetime(2024, 4, 23, 16, 13, 9)}
Used this test scenario to clarify how callback refs work when detached based on the availability of a cleanup function to update documentation in https://github.com/reactjs/react.dev/pull/6770 Checking it in for additional test coverage and test-based documentation
{'url': 'https://api.github.com/repos/facebook/react/issues/28895/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28895/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28894
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28894/labels{/name}
https://api.github.com/repos/facebook/react/issues/28894/comments
https://api.github.com/repos/facebook/react/issues/28894/events
https://github.com/facebook/react/pull/28894
2,257,972,772
PR_kwDOAJy2Ks5tbYSa
28,894
[Flight][Fizz] ping work within current task
{'login': 'gnoff', 'id': 2716369, 'node_id': 'MDQ6VXNlcjI3MTYzNjk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2716369?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/gnoff', 'html_url': 'https://github.com/gnoff', 'followers_url': 'https://api.github.com/users/gnoff/followers', 'following_url': 'https://api.github.com/users/gnoff/following{/other_user}', 'gists_url': 'https://api.github.com/users/gnoff/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/gnoff/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/gnoff/subscriptions', 'organizations_url': 'https://api.github.com/users/gnoff/orgs', 'repos_url': 'https://api.github.com/users/gnoff/repos', 'events_url': 'https://api.github.com/users/gnoff/events{/privacy}', 'received_events_url': 'https://api.github.com/users/gnoff/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 699d03ce1a175442fe3443e1d1bed14f14e9c197...e77baa2415f3274f0cc583caeb08bf10559898dd\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **=** | 497.71 kB | 497.71 kB | = | 88.93 kB | 88.93 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **=** | 504.00 kB | 504.00 kB | = | 89.95 kB | 89.95 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/facebook-www/ReactDOM-prod.classic.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **=** | 591.14 kB | 591.14 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/facebook-www/ReactDOM-prod.modern.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **=** | 566.95 kB | 566.95 kB | = | 100.12 kB | 100.12 kB\n| [oss-experimental/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **+3.45%** | 2.03 kB | 2.10 kB | +0.84% | 0.72 kB | 0.72 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **+3.45%** | 2.03 kB | 2.10 kB | +0.84% | 0.72 kB | 0.72 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **+3.45%** | 2.03 kB | 2.10 kB | +0.84% | 0.72 kB | 0.72 kB\n| [oss-experimental/react-noop-renderer/cjs/react-noop-renderer-flight-server.development.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer-flight-server.development.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **+2.66%** | 2.41 kB | 2.47 kB | +0.77% | 0.91 kB | 0.91 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-flight-server.development.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-flight-server.development.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **+2.66%** | 2.41 kB | 2.47 kB | +0.77% | 0.91 kB | 0.91 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer-flight-server.development.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer-flight-server.development.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **+2.66%** | 2.41 kB | 2.47 kB | +0.77% | 0.91 kB | 0.91 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/__test_utils__/ReactAllWarnings.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **Deleted** | 64.80 kB | 0.00 kB | Deleted | 16.14 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-experimental/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **+3.45%** | 2.03 kB | 2.10 kB | +0.84% | 0.72 kB | 0.72 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **+3.45%** | 2.03 kB | 2.10 kB | +0.84% | 0.72 kB | 0.72 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **+3.45%** | 2.03 kB | 2.10 kB | +0.84% | 0.72 kB | 0.72 kB\n| [oss-experimental/react-noop-renderer/cjs/react-noop-renderer-flight-server.development.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer-flight-server.development.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **+2.66%** | 2.41 kB | 2.47 kB | +0.77% | 0.91 kB | 0.91 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-flight-server.development.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-flight-server.development.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **+2.66%** | 2.41 kB | 2.47 kB | +0.77% | 0.91 kB | 0.91 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer-flight-server.development.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer-flight-server.development.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **+2.66%** | 2.41 kB | 2.47 kB | +0.77% | 0.91 kB | 0.91 kB\n| [oss-experimental/react-noop-renderer/cjs/react-noop-renderer-server.production.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer-server.production.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **+1.13%** | 5.68 kB | 5.75 kB | +0.62% | 1.46 kB | 1.47 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-server.production.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-server.production.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **+1.13%** | 5.68 kB | 5.75 kB | +0.62% | 1.46 kB | 1.47 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer-server.production.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer-server.production.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **+1.13%** | 5.68 kB | 5.75 kB | +0.62% | 1.46 kB | 1.47 kB\n| [oss-experimental/react-noop-renderer/cjs/react-noop-renderer-server.development.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer-server.development.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **+1.01%** | 6.31 kB | 6.38 kB | +0.41% | 1.70 kB | 1.70 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-server.development.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-server.development.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **+1.01%** | 6.31 kB | 6.38 kB | +0.41% | 1.70 kB | 1.70 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer-server.development.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer-server.development.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **+1.01%** | 6.31 kB | 6.38 kB | +0.41% | 1.70 kB | 1.70 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/e77baa2415f3274f0cc583caeb08bf10559898dd/files/__test_utils__/ReactAllWarnings.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **Deleted** | 64.80 kB | 0.00 kB | Deleted | 16.14 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against e77baa2415f3274f0cc583caeb08bf10559898dd\n</p>\n", "closing in favor of https://github.com/facebook/react/pull/28907" ]
2024-04-23 05:23:10
2024-04-25 01:07:59
2024-04-25 01:07:59
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28894', 'html_url': 'https://github.com/facebook/react/pull/28894', 'diff_url': 'https://github.com/facebook/react/pull/28894.diff', 'patch_url': 'https://github.com/facebook/react/pull/28894.patch', 'merged_at': None}
Fizz and Flight both currently have a work schedule that enqueues tasks for retrying in a new macrotask. however it means that any given render will be split across multiple tasks even if any thenables that suspend are available within a microtask. This PR updates the ping mechanism for both renderers to schedule retry work on the microtask queue. As we've run into many times in React this is another instance where being able to schedule a microtask to run at the end of the queue would be ideal since we can optimize flushing better.
{'url': 'https://api.github.com/repos/facebook/react/issues/28894/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28894/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28893
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28893/labels{/name}
https://api.github.com/repos/facebook/react/issues/28893/comments
https://api.github.com/repos/facebook/react/issues/28893/events
https://github.com/facebook/react/pull/28893
2,257,754,698
PR_kwDOAJy2Ks5taoyJ
28,893
[Flight Reply] Encode ReadableStream and AsyncIterables
{'login': 'sebmarkbage', 'id': 63648, 'node_id': 'MDQ6VXNlcjYzNjQ4', 'avatar_url': 'https://avatars.githubusercontent.com/u/63648?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sebmarkbage', 'html_url': 'https://github.com/sebmarkbage', 'followers_url': 'https://api.github.com/users/sebmarkbage/followers', 'following_url': 'https://api.github.com/users/sebmarkbage/following{/other_user}', 'gists_url': 'https://api.github.com/users/sebmarkbage/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/sebmarkbage/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/sebmarkbage/subscriptions', 'organizations_url': 'https://api.github.com/users/sebmarkbage/orgs', 'repos_url': 'https://api.github.com/users/sebmarkbage/repos', 'events_url': 'https://api.github.com/users/sebmarkbage/events{/privacy}', 'received_events_url': 'https://api.github.com/users/sebmarkbage/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 5fcfd71638401958d437e74f8cf384c4c1ba4665...a638699fafafc11a92d4d02bb6ec8fa82d5e3a88\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 6.66 kB | 6.66 kB | = | 1.82 kB | 1.82 kB\n| [oss-stable/react-dom/cjs/react-dom-client.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable/react-dom/cjs/react-dom-client.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 492.61 kB | 492.61 kB | = | 87.88 kB | 87.88 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 6.67 kB | 6.67 kB | = | 1.83 kB | 1.83 kB\n| [oss-experimental/react-dom/cjs/react-dom-client.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-dom/cjs/react-dom-client.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 498.86 kB | 498.86 kB | = | 88.93 kB | 88.93 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/facebook-www/ReactDOM-prod.classic.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 591.22 kB | 591.22 kB | = | 103.96 kB | 103.96 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/facebook-www/ReactDOM-prod.modern.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 567.44 kB | 567.44 kB | = | 100.36 kB | 100.36 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+8.23%** | 79.17 kB | 85.69 kB | +7.08% | 16.24 kB | 17.38 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+8.14%** | 80.05 kB | 86.57 kB | +7.00% | 16.48 kB | 17.63 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+8.12%** | 80.25 kB | 86.77 kB | +7.01% | 16.46 kB | 17.62 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+8.07%** | 80.79 kB | 87.30 kB | +6.91% | 16.62 kB | 17.77 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+7.75%** | 77.68 kB | 83.70 kB | +6.78% | 16.16 kB | 17.26 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+7.30%** | 82.48 kB | 88.50 kB | +6.40% | 16.93 kB | 18.01 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+7.22%** | 83.44 kB | 89.46 kB | +6.33% | 17.14 kB | 18.22 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+7.20%** | 83.58 kB | 89.60 kB | +6.39% | 17.14 kB | 18.24 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+7.12%** | 84.53 kB | 90.55 kB | +6.21% | 17.37 kB | 18.45 kB\n| [oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+7.06%** | 64.96 kB | 69.55 kB | +6.79% | 14.09 kB | 15.05 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+6.17%** | 156.62 kB | 166.29 kB | +5.19% | 34.53 kB | 36.33 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+6.10%** | 158.55 kB | 168.22 kB | +5.11% | 35.06 kB | 36.85 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+6.08%** | 159.07 kB | 168.74 kB | +5.11% | 35.20 kB | 37.00 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+6.02%** | 160.48 kB | 170.15 kB | +5.08% | 35.56 kB | 37.37 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.68%** | 40.42 kB | 42.72 kB | +4.73% | 8.46 kB | 8.86 kB\n| [oss-experimental/react-client/cjs/react-client-flight.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-client/cjs/react-client-flight.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.63%** | 42.97 kB | 45.39 kB | +4.67% | 8.41 kB | 8.80 kB\n| [oss-experimental/react-client/cjs/react-client-flight.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-client/cjs/react-client-flight.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.58%** | 81.77 kB | 86.34 kB | +5.05% | 18.59 kB | 19.53 kB\n| [oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.58%** | 81.78 kB | 86.35 kB | +5.16% | 18.30 kB | 19.24 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.56%** | 82.02 kB | 86.59 kB | +5.14% | 18.37 kB | 19.31 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.52%** | 154.14 kB | 162.65 kB | +4.79% | 34.05 kB | 35.68 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.47%** | 41.96 kB | 44.26 kB | +4.47% | 8.83 kB | 9.23 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.43%** | 42.30 kB | 44.59 kB | +4.38% | 8.92 kB | 9.31 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.35%** | 85.27 kB | 89.84 kB | +4.82% | 19.34 kB | 20.27 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.32%** | 85.78 kB | 90.35 kB | +4.76% | 19.51 kB | 20.44 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.31%** | 160.30 kB | 168.81 kB | +4.57% | 35.06 kB | 36.66 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.23%** | 162.59 kB | 171.10 kB | +4.56% | 35.65 kB | 37.28 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.22%** | 162.94 kB | 171.45 kB | +4.48% | 35.88 kB | 37.49 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.15%** | 165.23 kB | 173.74 kB | +4.47% | 36.48 kB | 38.11 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.12%** | 44.81 kB | 47.10 kB | +4.03% | 9.51 kB | 9.89 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.09%** | 89.70 kB | 94.26 kB | +4.57% | 20.40 kB | 21.34 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.99%** | 91.48 kB | 96.05 kB | +4.46% | 20.97 kB | 21.91 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.99%** | 91.52 kB | 96.08 kB | +4.45% | 21.00 kB | 21.93 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.98%** | 46.06 kB | 48.35 kB | +3.86% | 9.79 kB | 10.17 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.98%** | 46.06 kB | 48.35 kB | +3.85% | 9.79 kB | 10.17 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.91%** | 92.92 kB | 97.48 kB | +4.36% | 21.35 kB | 22.28 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.91%** | 46.74 kB | 49.03 kB | +3.80% | 9.96 kB | 10.34 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.91%** | 92.94 kB | 97.51 kB | +4.35% | 21.39 kB | 22.32 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.91%** | 46.75 kB | 49.04 kB | +3.80% | 9.95 kB | 10.32 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.86%** | 93.99 kB | 98.55 kB | +4.31% | 21.55 kB | 22.48 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.85%** | 94.01 kB | 98.58 kB | +4.30% | 21.59 kB | 22.52 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.80%** | 47.77 kB | 50.07 kB | +3.77% | 10.15 kB | 10.54 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.80%** | 47.78 kB | 50.08 kB | +3.76% | 10.14 kB | 10.52 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/__test_utils__/ReactAllWarnings.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **Deleted** | 64.26 kB | 0.00 kB | Deleted | 16.02 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+8.23%** | 79.17 kB | 85.69 kB | +7.08% | 16.24 kB | 17.38 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+8.14%** | 80.05 kB | 86.57 kB | +7.00% | 16.48 kB | 17.63 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+8.12%** | 80.25 kB | 86.77 kB | +7.01% | 16.46 kB | 17.62 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+8.07%** | 80.79 kB | 87.30 kB | +6.91% | 16.62 kB | 17.77 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+7.75%** | 77.68 kB | 83.70 kB | +6.78% | 16.16 kB | 17.26 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+7.30%** | 82.48 kB | 88.50 kB | +6.40% | 16.93 kB | 18.01 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+7.22%** | 83.44 kB | 89.46 kB | +6.33% | 17.14 kB | 18.22 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+7.20%** | 83.58 kB | 89.60 kB | +6.39% | 17.14 kB | 18.24 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+7.12%** | 84.53 kB | 90.55 kB | +6.21% | 17.37 kB | 18.45 kB\n| [oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+7.06%** | 64.96 kB | 69.55 kB | +6.79% | 14.09 kB | 15.05 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+6.17%** | 156.62 kB | 166.29 kB | +5.19% | 34.53 kB | 36.33 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+6.10%** | 158.55 kB | 168.22 kB | +5.11% | 35.06 kB | 36.85 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+6.08%** | 159.07 kB | 168.74 kB | +5.11% | 35.20 kB | 37.00 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+6.02%** | 160.48 kB | 170.15 kB | +5.08% | 35.56 kB | 37.37 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.68%** | 40.42 kB | 42.72 kB | +4.73% | 8.46 kB | 8.86 kB\n| [oss-experimental/react-client/cjs/react-client-flight.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-client/cjs/react-client-flight.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.63%** | 42.97 kB | 45.39 kB | +4.67% | 8.41 kB | 8.80 kB\n| [oss-experimental/react-client/cjs/react-client-flight.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-client/cjs/react-client-flight.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.58%** | 81.77 kB | 86.34 kB | +5.05% | 18.59 kB | 19.53 kB\n| [oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.58%** | 81.78 kB | 86.35 kB | +5.16% | 18.30 kB | 19.24 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.56%** | 82.02 kB | 86.59 kB | +5.14% | 18.37 kB | 19.31 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.52%** | 154.14 kB | 162.65 kB | +4.79% | 34.05 kB | 35.68 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.47%** | 41.96 kB | 44.26 kB | +4.47% | 8.83 kB | 9.23 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.43%** | 42.30 kB | 44.59 kB | +4.38% | 8.92 kB | 9.31 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.35%** | 85.27 kB | 89.84 kB | +4.82% | 19.34 kB | 20.27 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.32%** | 85.78 kB | 90.35 kB | +4.76% | 19.51 kB | 20.44 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.31%** | 160.30 kB | 168.81 kB | +4.57% | 35.06 kB | 36.66 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.23%** | 162.59 kB | 171.10 kB | +4.56% | 35.65 kB | 37.28 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.22%** | 162.94 kB | 171.45 kB | +4.48% | 35.88 kB | 37.49 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.15%** | 165.23 kB | 173.74 kB | +4.47% | 36.48 kB | 38.11 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.12%** | 44.81 kB | 47.10 kB | +4.03% | 9.51 kB | 9.89 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+5.09%** | 89.70 kB | 94.26 kB | +4.57% | 20.40 kB | 21.34 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.99%** | 91.48 kB | 96.05 kB | +4.46% | 20.97 kB | 21.91 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.99%** | 91.52 kB | 96.08 kB | +4.45% | 21.00 kB | 21.93 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.98%** | 46.06 kB | 48.35 kB | +3.86% | 9.79 kB | 10.17 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.98%** | 46.06 kB | 48.35 kB | +3.85% | 9.79 kB | 10.17 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.91%** | 92.92 kB | 97.48 kB | +4.36% | 21.35 kB | 22.28 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.91%** | 46.74 kB | 49.03 kB | +3.80% | 9.96 kB | 10.34 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.91%** | 92.94 kB | 97.51 kB | +4.35% | 21.39 kB | 22.32 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.91%** | 46.75 kB | 49.04 kB | +3.80% | 9.95 kB | 10.32 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.86%** | 93.99 kB | 98.55 kB | +4.31% | 21.55 kB | 22.48 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.85%** | 94.01 kB | 98.58 kB | +4.30% | 21.59 kB | 22.52 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.80%** | 47.77 kB | 50.07 kB | +3.77% | 10.15 kB | 10.54 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **+4.80%** | 47.78 kB | 50.08 kB | +3.76% | 10.14 kB | 10.52 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 36.50 kB | 36.39 kB | = | 8.21 kB | 8.20 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 36.50 kB | 36.39 kB | = | 8.21 kB | 8.20 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 36.48 kB | 36.38 kB | = | 8.22 kB | 8.21 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 36.48 kB | 36.38 kB | = | 8.22 kB | 8.21 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 35.26 kB | 35.16 kB | = | 8.01 kB | 8.00 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 35.26 kB | 35.16 kB | = | 8.01 kB | 8.00 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 35.25 kB | 35.15 kB | = | 8.02 kB | 8.01 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 35.25 kB | 35.15 kB | = | 8.02 kB | 8.01 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 34.57 kB | 34.47 kB | = | 7.85 kB | 7.84 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 34.57 kB | 34.47 kB | = | 7.85 kB | 7.84 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 34.57 kB | 34.47 kB | = | 7.84 kB | 7.83 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 34.57 kB | 34.47 kB | = | 7.84 kB | 7.83 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 33.32 kB | 33.22 kB | = | 7.57 kB | 7.56 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 33.32 kB | 33.22 kB | = | 7.57 kB | 7.56 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 31.01 kB | 30.91 kB | = | 7.03 kB | 7.02 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 31.01 kB | 30.91 kB | = | 7.03 kB | 7.02 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 30.68 kB | 30.57 kB | = | 6.95 kB | 6.94 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 30.68 kB | 30.57 kB | = | 6.95 kB | 6.94 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 29.13 kB | 29.03 kB | = | 6.58 kB | 6.56 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 29.13 kB | 29.03 kB | = | 6.58 kB | 6.56 kB\n| [oss-stable-semver/react-client/cjs/react-client-flight.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable-semver/react-client/cjs/react-client-flight.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 30.63 kB | 30.52 kB | = | 6.51 kB | 6.51 kB\n| [oss-stable/react-client/cjs/react-client-flight.production.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/oss-stable/react-client/cjs/react-client-flight.production.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **=** | 30.63 kB | 30.52 kB | = | 6.51 kB | 6.51 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/a638699fafafc11a92d4d02bb6ec8fa82d5e3a88/files/__test_utils__/ReactAllWarnings.js?compare=5fcfd71638401958d437e74f8cf384c4c1ba4665) | **Deleted** | 64.26 kB | 0.00 kB | Deleted | 16.02 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against a638699fafafc11a92d4d02bb6ec8fa82d5e3a88\n</p>\n" ]
2024-04-23 01:44:33
2024-05-03 21:27:25
2024-05-03 21:23:55
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28893', 'html_url': 'https://github.com/facebook/react/pull/28893', 'diff_url': 'https://github.com/facebook/react/pull/28893.diff', 'patch_url': 'https://github.com/facebook/react/pull/28893.patch', 'merged_at': datetime.datetime(2024, 5, 3, 21, 23, 55)}
Same as #28847 but in the other direction. Like other promises, this doesn't actually stream in the outgoing direction. It buffers until the stream is done. This is mainly due to our protocol remains compatible with Safari's lack of outgoing streams until recently. However, the stream chunks are encoded as separate fields and so does support the busboy streaming on the receiving side.
{'url': 'https://api.github.com/repos/facebook/react/issues/28893/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28893/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28892
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28892/labels{/name}
https://api.github.com/repos/facebook/react/issues/28892/comments
https://api.github.com/repos/facebook/react/issues/28892/events
https://github.com/facebook/react/pull/28892
2,257,449,609
PR_kwDOAJy2Ks5tZlrf
28,892
Install ESLint v9
{'login': 'eps1lon', 'id': 12292047, 'node_id': 'MDQ6VXNlcjEyMjkyMDQ3', 'avatar_url': 'https://avatars.githubusercontent.com/u/12292047?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/eps1lon', 'html_url': 'https://github.com/eps1lon', 'followers_url': 'https://api.github.com/users/eps1lon/followers', 'following_url': 'https://api.github.com/users/eps1lon/following{/other_user}', 'gists_url': 'https://api.github.com/users/eps1lon/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/eps1lon/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/eps1lon/subscriptions', 'organizations_url': 'https://api.github.com/users/eps1lon/orgs', 'repos_url': 'https://api.github.com/users/eps1lon/repos', 'events_url': 'https://api.github.com/users/eps1lon/events{/privacy}', 'received_events_url': 'https://api.github.com/users/eps1lon/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 699d03ce1a175442fe3443e1d1bed14f14e9c197...8590c49f1260918a38cc5826b5f25010ff330d63\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/8590c49f1260918a38cc5826b5f25010ff330d63/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **=** | 497.71 kB | 497.71 kB | = | 88.93 kB | 88.93 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/8590c49f1260918a38cc5826b5f25010ff330d63/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **=** | 504.00 kB | 504.00 kB | = | 89.95 kB | 89.95 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/8590c49f1260918a38cc5826b5f25010ff330d63/files/facebook-www/ReactDOM-prod.classic.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **=** | 591.14 kB | 591.14 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/8590c49f1260918a38cc5826b5f25010ff330d63/files/facebook-www/ReactDOM-prod.modern.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **=** | 566.95 kB | 566.95 kB | = | 100.12 kB | 100.12 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/8590c49f1260918a38cc5826b5f25010ff330d63/files/__test_utils__/ReactAllWarnings.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **Deleted** | 64.80 kB | 0.00 kB | Deleted | 16.14 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/8590c49f1260918a38cc5826b5f25010ff330d63/files/__test_utils__/ReactAllWarnings.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **Deleted** | 64.80 kB | 0.00 kB | Deleted | 16.14 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 8590c49f1260918a38cc5826b5f25010ff330d63\n</p>\n" ]
2024-04-22 20:55:53
2024-04-22 21:00:49
2024-04-22 20:57:08
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28892', 'html_url': 'https://github.com/facebook/react/pull/28892', 'diff_url': 'https://github.com/facebook/react/pull/28892.diff', 'patch_url': 'https://github.com/facebook/react/pull/28892.patch', 'merged_at': None}
Will be used to test compat with `eslint-plugin-react-hooks`. Makes for a cleaner diff in https://github.com/facebook/react/pull/28773
{'url': 'https://api.github.com/repos/facebook/react/issues/28892/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28892/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28891
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28891/labels{/name}
https://api.github.com/repos/facebook/react/issues/28891/comments
https://api.github.com/repos/facebook/react/issues/28891/events
https://github.com/facebook/react/pull/28891
2,256,354,465
PR_kwDOAJy2Ks5tV1K6
28,891
Cleanup `replayFailedUnitOfWorkWithInvokeGuardedCallback`and `enableProfilerNestedUpdateScheduledHook`
{'login': 'eps1lon', 'id': 12292047, 'node_id': 'MDQ6VXNlcjEyMjkyMDQ3', 'avatar_url': 'https://avatars.githubusercontent.com/u/12292047?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/eps1lon', 'html_url': 'https://github.com/eps1lon', 'followers_url': 'https://api.github.com/users/eps1lon/followers', 'following_url': 'https://api.github.com/users/eps1lon/following{/other_user}', 'gists_url': 'https://api.github.com/users/eps1lon/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/eps1lon/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/eps1lon/subscriptions', 'organizations_url': 'https://api.github.com/users/eps1lon/orgs', 'repos_url': 'https://api.github.com/users/eps1lon/repos', 'events_url': 'https://api.github.com/users/eps1lon/events{/privacy}', 'received_events_url': 'https://api.github.com/users/eps1lon/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 5b903cdaa94c78e8fabb985d8daca5bd7d266323...763da97273e03f9dfd216962b2d7417435bb195b\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/763da97273e03f9dfd216962b2d7417435bb195b/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **=** | 497.54 kB | 497.54 kB | = | 88.93 kB | 88.93 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/763da97273e03f9dfd216962b2d7417435bb195b/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **=** | 502.86 kB | 502.86 kB | = | 89.84 kB | 89.84 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/763da97273e03f9dfd216962b2d7417435bb195b/files/facebook-www/ReactDOM-prod.classic.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **=** | 591.00 kB | 591.00 kB | = | 103.95 kB | 103.95 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/763da97273e03f9dfd216962b2d7417435bb195b/files/facebook-www/ReactDOM-prod.modern.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **=** | 566.82 kB | 566.82 kB | = | 100.15 kB | 100.15 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/763da97273e03f9dfd216962b2d7417435bb195b/files/__test_utils__/ReactAllWarnings.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **Deleted** | 64.68 kB | 0.00 kB | Deleted | 16.15 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/763da97273e03f9dfd216962b2d7417435bb195b/files/__test_utils__/ReactAllWarnings.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **Deleted** | 64.68 kB | 0.00 kB | Deleted | 16.15 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 763da97273e03f9dfd216962b2d7417435bb195b\n</p>\n" ]
2024-04-22 11:59:54
2024-04-22 19:35:16
2024-04-22 19:35:12
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28891', 'html_url': 'https://github.com/facebook/react/pull/28891', 'diff_url': 'https://github.com/facebook/react/pull/28891.diff', 'patch_url': 'https://github.com/facebook/react/pull/28891.patch', 'merged_at': datetime.datetime(2024, 4, 22, 19, 35, 12)}
https://github.com/facebook/react/pull/28407 was based on a state before https://github.com/facebook/react/pull/28515/ and https://github.com/facebook/react/pull/28509 so it missed the cleanups in those PRs.
{'url': 'https://api.github.com/repos/facebook/react/issues/28891/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28891/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28890
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28890/labels{/name}
https://api.github.com/repos/facebook/react/issues/28890/comments
https://api.github.com/repos/facebook/react/issues/28890/events
https://github.com/facebook/react/pull/28890
2,256,336,539
PR_kwDOAJy2Ks5tVxSY
28,890
Fix readme errors
{'login': 'midudev', 'id': 1561955, 'node_id': 'MDQ6VXNlcjE1NjE5NTU=', 'avatar_url': 'https://avatars.githubusercontent.com/u/1561955?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/midudev', 'html_url': 'https://github.com/midudev', 'followers_url': 'https://api.github.com/users/midudev/followers', 'following_url': 'https://api.github.com/users/midudev/following{/other_user}', 'gists_url': 'https://api.github.com/users/midudev/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/midudev/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/midudev/subscriptions', 'organizations_url': 'https://api.github.com/users/midudev/orgs', 'repos_url': 'https://api.github.com/users/midudev/repos', 'events_url': 'https://api.github.com/users/midudev/events{/privacy}', 'received_events_url': 'https://api.github.com/users/midudev/received_events', 'type': 'User', 'site_admin': False}
[]
closed
false
null
[]
null
[ "Hi @midudev! \n\nThank you for your pull request and welcome to our community. \n\n# Action Required\n\nIn order to merge **any pull request** (code, docs, etc.), we **require** contributors to sign our **Contributor License Agreement**, and we don't seem to have one on file for you.\n\n# Process\n\nIn order for us to review and merge your suggested changes, please sign at <https://code.facebook.com/cla>. **If you are contributing on behalf of someone else (eg your employer)**, the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.\n\nOnce the CLA is signed, our tooling will perform checks and validations. Afterwards, the **pull request will be tagged** with `CLA signed`. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.\n\nIf you have received this in error or have any questions, please contact us at [cla@meta.com](mailto:cla@meta.com?subject=CLA%20for%20facebook%2Freact%20%2328890). Thanks!", "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 857ee8cdf9af81bc94a7f04528fbda7fb2510eb4...358da65ca7bd42b14b0fcc6efd866cdfa08080ae\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/358da65ca7bd42b14b0fcc6efd866cdfa08080ae/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=857ee8cdf9af81bc94a7f04528fbda7fb2510eb4) | **=** | 497.52 kB | 497.52 kB | = | 88.93 kB | 88.93 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/358da65ca7bd42b14b0fcc6efd866cdfa08080ae/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=857ee8cdf9af81bc94a7f04528fbda7fb2510eb4) | **=** | 502.84 kB | 502.84 kB | = | 89.83 kB | 89.83 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/358da65ca7bd42b14b0fcc6efd866cdfa08080ae/files/facebook-www/ReactDOM-prod.classic.js?compare=857ee8cdf9af81bc94a7f04528fbda7fb2510eb4) | **=** | 590.99 kB | 590.99 kB | = | 103.94 kB | 103.94 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/358da65ca7bd42b14b0fcc6efd866cdfa08080ae/files/facebook-www/ReactDOM-prod.modern.js?compare=857ee8cdf9af81bc94a7f04528fbda7fb2510eb4) | **=** | 566.80 kB | 566.80 kB | = | 100.14 kB | 100.14 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/358da65ca7bd42b14b0fcc6efd866cdfa08080ae/files/__test_utils__/ReactAllWarnings.js?compare=857ee8cdf9af81bc94a7f04528fbda7fb2510eb4) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/358da65ca7bd42b14b0fcc6efd866cdfa08080ae/files/__test_utils__/ReactAllWarnings.js?compare=857ee8cdf9af81bc94a7f04528fbda7fb2510eb4) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 358da65ca7bd42b14b0fcc6efd866cdfa08080ae\n</p>\n" ]
2024-04-22 11:51:29
2024-04-22 16:29:45
2024-04-22 16:29:42
NONE
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28890', 'html_url': 'https://github.com/facebook/react/pull/28890', 'diff_url': 'https://github.com/facebook/react/pull/28890.diff', 'patch_url': 'https://github.com/facebook/react/pull/28890.patch', 'merged_at': None}
Deja un comentario aquรญ, sube imรกgenes, explica tu cรณdigo...
{'url': 'https://api.github.com/repos/facebook/react/issues/28890/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28890/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28889
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28889/labels{/name}
https://api.github.com/repos/facebook/react/issues/28889/comments
https://api.github.com/repos/facebook/react/issues/28889/events
https://github.com/facebook/react/pull/28889
2,255,515,445
PR_kwDOAJy2Ks5tS-FC
28,889
Update README.md
{'login': 'girirajShekhawat', 'id': 138613680, 'node_id': 'U_kgDOCEMTsA', 'avatar_url': 'https://avatars.githubusercontent.com/u/138613680?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/girirajShekhawat', 'html_url': 'https://github.com/girirajShekhawat', 'followers_url': 'https://api.github.com/users/girirajShekhawat/followers', 'following_url': 'https://api.github.com/users/girirajShekhawat/following{/other_user}', 'gists_url': 'https://api.github.com/users/girirajShekhawat/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/girirajShekhawat/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/girirajShekhawat/subscriptions', 'organizations_url': 'https://api.github.com/users/girirajShekhawat/orgs', 'repos_url': 'https://api.github.com/users/girirajShekhawat/repos', 'events_url': 'https://api.github.com/users/girirajShekhawat/events{/privacy}', 'received_events_url': 'https://api.github.com/users/girirajShekhawat/received_events', 'type': 'User', 'site_admin': False}
[]
closed
false
null
[]
null
[ "Hi @girirajShekhawat! \n\nThank you for your pull request and welcome to our community. \n\n# Action Required\n\nIn order to merge **any pull request** (code, docs, etc.), we **require** contributors to sign our **Contributor License Agreement**, and we don't seem to have one on file for you.\n\n# Process\n\nIn order for us to review and merge your suggested changes, please sign at <https://code.facebook.com/cla>. **If you are contributing on behalf of someone else (eg your employer)**, the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.\n\nOnce the CLA is signed, our tooling will perform checks and validations. Afterwards, the **pull request will be tagged** with `CLA signed`. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.\n\nIf you have received this in error or have any questions, please contact us at [cla@meta.com](mailto:cla@meta.com?subject=CLA%20for%20facebook%2Freact%20%2328889). Thanks!", "SPAM PR!", "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 5b903cdaa94c78e8fabb985d8daca5bd7d266323...10dcd96048f683113b7c4d2a695a54d3b2633ec8\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/10dcd96048f683113b7c4d2a695a54d3b2633ec8/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **=** | 497.54 kB | 497.54 kB | = | 88.93 kB | 88.93 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/10dcd96048f683113b7c4d2a695a54d3b2633ec8/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **=** | 502.86 kB | 502.86 kB | = | 89.84 kB | 89.84 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/10dcd96048f683113b7c4d2a695a54d3b2633ec8/files/facebook-www/ReactDOM-prod.classic.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **=** | 591.00 kB | 591.00 kB | = | 103.95 kB | 103.95 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/10dcd96048f683113b7c4d2a695a54d3b2633ec8/files/facebook-www/ReactDOM-prod.modern.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **=** | 566.82 kB | 566.82 kB | = | 100.15 kB | 100.15 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/10dcd96048f683113b7c4d2a695a54d3b2633ec8/files/__test_utils__/ReactAllWarnings.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **Deleted** | 64.68 kB | 0.00 kB | Deleted | 16.15 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/10dcd96048f683113b7c4d2a695a54d3b2633ec8/files/__test_utils__/ReactAllWarnings.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **Deleted** | 64.68 kB | 0.00 kB | Deleted | 16.15 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 10dcd96048f683113b7c4d2a695a54d3b2633ec8\n</p>\n" ]
2024-04-22 03:48:06
2024-04-22 03:52:58
2024-04-22 03:50:08
NONE
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28889', 'html_url': 'https://github.com/facebook/react/pull/28889', 'diff_url': 'https://github.com/facebook/react/pull/28889.diff', 'patch_url': 'https://github.com/facebook/react/pull/28889.patch', 'merged_at': None}
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. Before submitting a pull request, please make sure the following is done: 1. Fork [the repository](https://github.com/facebook/react) and create your branch from `main`. 2. Run `yarn` in the repository root. 3. If you've fixed a bug or added code that should be tested, add tests! 4. Ensure the test suite passes (`yarn test`). Tip: `yarn test --watch TestName` is helpful in development. 5. Run `yarn test --prod` to test in the production environment. It supports the same options as `yarn test`. 6. If you need a debugger, run `yarn test --debug --watch TestName`, open `chrome://inspect`, and press "Inspect". 7. Format your code with [prettier](https://github.com/prettier/prettier) (`yarn prettier`). 8. Make sure your code lints (`yarn lint`). Tip: `yarn linc` to only check changed files. 9. Run the [Flow](https://flowtype.org/) type checks (`yarn flow`). 10. If you haven't already, complete the CLA. Learn more about contributing: https://reactjs.org/docs/how-to-contribute.html --> ## Summary <!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? --> ## How did you test this change? <!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. How exactly did you verify that your PR solves the issue you wanted to solve? If you leave this empty, your PR will very likely be closed. -->
{'url': 'https://api.github.com/repos/facebook/react/issues/28889/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28889/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28888
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28888/labels{/name}
https://api.github.com/repos/facebook/react/issues/28888/comments
https://api.github.com/repos/facebook/react/issues/28888/events
https://github.com/facebook/react/pull/28888
2,255,229,993
PR_kwDOAJy2Ks5tSB-8
28,888
ljust for example
{'login': 'Alperkuzucuoglu', 'id': 44894568, 'node_id': 'MDQ6VXNlcjQ0ODk0NTY4', 'avatar_url': 'https://avatars.githubusercontent.com/u/44894568?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Alperkuzucuoglu', 'html_url': 'https://github.com/Alperkuzucuoglu', 'followers_url': 'https://api.github.com/users/Alperkuzucuoglu/followers', 'following_url': 'https://api.github.com/users/Alperkuzucuoglu/following{/other_user}', 'gists_url': 'https://api.github.com/users/Alperkuzucuoglu/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/Alperkuzucuoglu/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/Alperkuzucuoglu/subscriptions', 'organizations_url': 'https://api.github.com/users/Alperkuzucuoglu/orgs', 'repos_url': 'https://api.github.com/users/Alperkuzucuoglu/repos', 'events_url': 'https://api.github.com/users/Alperkuzucuoglu/events{/privacy}', 'received_events_url': 'https://api.github.com/users/Alperkuzucuoglu/received_events', 'type': 'User', 'site_admin': False}
[]
closed
false
null
[]
null
[ "Hi @Alperkuzucuoglu! \n\nThank you for your pull request and welcome to our community. \n\n# Action Required\n\nIn order to merge **any pull request** (code, docs, etc.), we **require** contributors to sign our **Contributor License Agreement**, and we don't seem to have one on file for you.\n\n# Process\n\nIn order for us to review and merge your suggested changes, please sign at <https://code.facebook.com/cla>. **If you are contributing on behalf of someone else (eg your employer)**, the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.\n\nOnce the CLA is signed, our tooling will perform checks and validations. Afterwards, the **pull request will be tagged** with `CLA signed`. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.\n\nIf you have received this in error or have any questions, please contact us at [cla@meta.com](mailto:cla@meta.com?subject=CLA%20for%20facebook%2Freact%20%2328888). Thanks!", "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 5b903cdaa94c78e8fabb985d8daca5bd7d266323...7915ccbea99ab3395a270f394e65b1df72a8ceaf\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/7915ccbea99ab3395a270f394e65b1df72a8ceaf/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **=** | 497.54 kB | 497.54 kB | = | 88.93 kB | 88.93 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/7915ccbea99ab3395a270f394e65b1df72a8ceaf/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **=** | 502.86 kB | 502.86 kB | = | 89.84 kB | 89.84 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/7915ccbea99ab3395a270f394e65b1df72a8ceaf/files/facebook-www/ReactDOM-prod.classic.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **=** | 591.00 kB | 591.00 kB | = | 103.95 kB | 103.95 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/7915ccbea99ab3395a270f394e65b1df72a8ceaf/files/facebook-www/ReactDOM-prod.modern.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **=** | 566.82 kB | 566.82 kB | = | 100.15 kB | 100.15 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/7915ccbea99ab3395a270f394e65b1df72a8ceaf/files/__test_utils__/ReactAllWarnings.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **Deleted** | 64.68 kB | 0.00 kB | Deleted | 16.15 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/7915ccbea99ab3395a270f394e65b1df72a8ceaf/files/__test_utils__/ReactAllWarnings.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **Deleted** | 64.68 kB | 0.00 kB | Deleted | 16.15 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 7915ccbea99ab3395a270f394e65b1df72a8ceaf\n</p>\n", "Great to see you trying to get into open source.\r\n\r\nPlease experiment with markdown (e.g. https://dillinger.io/) or pull requests (see https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request for further documentation) on a personal repository. Opening Pull Requests or issues creates notifications for maintainers and everyone watching this repository." ]
2024-04-21 19:31:52
2024-04-21 19:50:14
2024-04-21 19:50:13
NONE
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28888', 'html_url': 'https://github.com/facebook/react/pull/28888', 'diff_url': 'https://github.com/facebook/react/pull/28888.diff', 'patch_url': 'https://github.com/facebook/react/pull/28888.patch', 'merged_at': None}
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. Before submitting a pull request, please make sure the following is done: 1. Fork [the repository](https://github.com/facebook/react) and create your branch from `main`. 2. Run `yarn` in the repository root. 3. If you've fixed a bug or added code that should be tested, add tests! 4. Ensure the test suite passes (`yarn test`). Tip: `yarn test --watch TestName` is helpful in development. 5. Run `yarn test --prod` to test in the production environment. It supports the same options as `yarn test`. 6. If you need a debugger, run `yarn test --debug --watch TestName`, open `chrome://inspect`, and press "Inspect". 7. Format your code with [prettier](https://github.com/prettier/prettier) (`yarn prettier`). 8. Make sure your code lints (`yarn lint`). Tip: `yarn linc` to only check changed files. 9. Run the [Flow](https://flowtype.org/) type checks (`yarn flow`). 10. If you haven't already, complete the CLA. Learn more about contributing: https://reactjs.org/docs/how-to-contribute.html --> ## Summary <!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? --> ## How did you test this change? <!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. How exactly did you verify that your PR solves the issue you wanted to solve? If you leave this empty, your PR will very likely be closed. -->
{'url': 'https://api.github.com/repos/facebook/react/issues/28888/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28888/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28887
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28887/labels{/name}
https://api.github.com/repos/facebook/react/issues/28887/comments
https://api.github.com/repos/facebook/react/issues/28887/events
https://github.com/facebook/react/pull/28887
2,255,200,789
PR_kwDOAJy2Ks5tR8EX
28,887
Use undici polyfill for tests in old Node versions
{'login': 'sebmarkbage', 'id': 63648, 'node_id': 'MDQ6VXNlcjYzNjQ4', 'avatar_url': 'https://avatars.githubusercontent.com/u/63648?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sebmarkbage', 'html_url': 'https://github.com/sebmarkbage', 'followers_url': 'https://api.github.com/users/sebmarkbage/followers', 'following_url': 'https://api.github.com/users/sebmarkbage/following{/other_user}', 'gists_url': 'https://api.github.com/users/sebmarkbage/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/sebmarkbage/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/sebmarkbage/subscriptions', 'organizations_url': 'https://api.github.com/users/sebmarkbage/orgs', 'repos_url': 'https://api.github.com/users/sebmarkbage/repos', 'events_url': 'https://api.github.com/users/sebmarkbage/events{/privacy}', 'received_events_url': 'https://api.github.com/users/sebmarkbage/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "> We should probably upgrade to 18 since that's really the minimum version that supports all the features out of the box.\r\n\r\nCI should be running with 18.20 as of https://github.com/facebook/react/commit/50895bc161ee47ad3b5cd56a58babeda0f0543e1", "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f...94add5a3ee938a771120f376ecb188ea30994f9c\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **=** | 6.66 kB | 6.66 kB | = | 1.82 kB | 1.82 kB\n| [oss-stable/react-dom/cjs/react-dom-client.production.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-stable/react-dom/cjs/react-dom-client.production.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **=** | 492.61 kB | 492.61 kB | = | 87.88 kB | 87.88 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **=** | 6.67 kB | 6.67 kB | = | 1.83 kB | 1.82 kB\n| [oss-experimental/react-dom/cjs/react-dom-client.production.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-dom/cjs/react-dom-client.production.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **=** | 498.86 kB | 498.86 kB | = | 88.92 kB | 88.92 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/facebook-www/ReactDOM-prod.classic.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **=** | 591.22 kB | 591.22 kB | = | 103.96 kB | 103.96 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/facebook-www/ReactDOM-prod.modern.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **=** | 567.44 kB | 567.44 kB | = | 100.36 kB | 100.36 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/__test_utils__/ReactAllWarnings.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **Deleted** | 64.26 kB | 0.00 kB | Deleted | 16.02 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.87%** | 40.07 kB | 40.42 kB | +0.50% | 8.42 kB | 8.46 kB\n| [oss-experimental/react-client/cjs/react-client-flight.production.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-client/cjs/react-client-flight.production.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.85%** | 42.61 kB | 42.97 kB | +0.51% | 8.37 kB | 8.41 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.84%** | 41.62 kB | 41.96 kB | +0.54% | 8.78 kB | 8.83 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.83%** | 41.95 kB | 42.30 kB | +0.47% | 8.88 kB | 8.92 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.78%** | 44.46 kB | 44.81 kB | +0.44% | 9.47 kB | 9.51 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.76%** | 45.71 kB | 46.06 kB | +0.46% | 9.74 kB | 9.79 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.76%** | 45.71 kB | 46.06 kB | +0.45% | 9.75 kB | 9.79 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.75%** | 46.39 kB | 46.74 kB | +0.42% | 9.92 kB | 9.96 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.75%** | 46.40 kB | 46.75 kB | +0.41% | 9.90 kB | 9.95 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.73%** | 47.43 kB | 47.77 kB | +0.44% | 10.11 kB | 10.15 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.73%** | 47.44 kB | 47.78 kB | +0.43% | 10.10 kB | 10.14 kB\n| [oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.71%** | 64.50 kB | 64.96 kB | +0.92% | 13.97 kB | 14.09 kB\n| [oss-experimental/react-client/cjs/react-client-flight.development.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-client/cjs/react-client-flight.development.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.56%** | 81.32 kB | 81.77 kB | +0.75% | 18.45 kB | 18.59 kB\n| [oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.56%** | 81.32 kB | 81.78 kB | +0.78% | 18.16 kB | 18.30 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.56%** | 81.56 kB | 82.02 kB | +0.77% | 18.23 kB | 18.37 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.54%** | 84.81 kB | 85.27 kB | +0.72% | 19.20 kB | 19.34 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.54%** | 85.32 kB | 85.78 kB | +0.70% | 19.38 kB | 19.51 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.51%** | 89.24 kB | 89.70 kB | +0.73% | 20.26 kB | 20.40 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.50%** | 91.02 kB | 91.48 kB | +0.68% | 20.83 kB | 20.97 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.50%** | 91.06 kB | 91.52 kB | +0.69% | 20.85 kB | 21.00 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.50%** | 92.46 kB | 92.92 kB | +0.65% | 21.21 kB | 21.35 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.50%** | 92.49 kB | 92.94 kB | +0.65% | 21.25 kB | 21.39 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.49%** | 93.53 kB | 93.99 kB | +0.64% | 21.41 kB | 21.55 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **+0.49%** | 93.56 kB | 94.01 kB | +0.65% | 21.45 kB | 21.59 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/94add5a3ee938a771120f376ecb188ea30994f9c/files/__test_utils__/ReactAllWarnings.js?compare=0a0a3af75a740d0920ebf7f4affaf8d1ce8c107f) | **Deleted** | 64.26 kB | 0.00 kB | Deleted | 16.02 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 94add5a3ee938a771120f376ecb188ea30994f9c\n</p>\n", "This is still valuable to test in old Node versions manually. I guess the question is, which versions do we support?" ]
2024-04-21 18:12:37
2024-05-03 20:29:09
2024-05-03 20:29:09
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28887', 'html_url': 'https://github.com/facebook/react/pull/28887', 'diff_url': 'https://github.com/facebook/react/pull/28887.diff', 'patch_url': 'https://github.com/facebook/react/pull/28887.patch', 'merged_at': datetime.datetime(2024, 5, 3, 20, 29, 9)}
We currently don't test FormData / File dependent features in CI because we use an old Node.js version in CI. We should probably upgrade to 18 since that's really the minimum version that supports all the features out of the box. JSDOM is not a faithful/compatible implementation of these APIs. The recommended way to use Flight together with FormData/Blob/File in older Node.js versions, is to polyfill using the `undici` library. However, even in these versions the Blob implementation isn't quite faithful so the Reply client needs a slight tweak for multi-byte typed arrays.
{'url': 'https://api.github.com/repos/facebook/react/issues/28887/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28887/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28886
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28886/labels{/name}
https://api.github.com/repos/facebook/react/issues/28886/comments
https://api.github.com/repos/facebook/react/issues/28886/events
https://github.com/facebook/react/issues/28886
2,255,104,386
I_kwDOAJy2Ks6GaimC
28,886
Bug: render time differ depending on load
{'login': 'freeboub', 'id': 62574056, 'node_id': 'MDQ6VXNlcjYyNTc0MDU2', 'avatar_url': 'https://avatars.githubusercontent.com/u/62574056?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/freeboub', 'html_url': 'https://github.com/freeboub', 'followers_url': 'https://api.github.com/users/freeboub/followers', 'following_url': 'https://api.github.com/users/freeboub/following{/other_user}', 'gists_url': 'https://api.github.com/users/freeboub/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/freeboub/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/freeboub/subscriptions', 'organizations_url': 'https://api.github.com/users/freeboub/orgs', 'repos_url': 'https://api.github.com/users/freeboub/repos', 'events_url': 'https://api.github.com/users/freeboub/events{/privacy}', 'received_events_url': 'https://api.github.com/users/freeboub/received_events', 'type': 'User', 'site_admin': False}
[{'id': 155984160, 'node_id': 'MDU6TGFiZWwxNTU5ODQxNjA=', 'url': 'https://api.github.com/repos/facebook/react/labels/Status:%20Unconfirmed', 'name': 'Status: Unconfirmed', 'color': 'd4c5f9', 'default': False, 'description': "A potential issue that we haven't yet confirmed as a bug"}]
open
false
null
[]
null
[]
2024-04-21 14:22:49
2024-04-21 14:30:11
null
NONE
null
null
null
React version: 18.2.0 ## Steps To Reproduce 1/ Create a heavy component to display can be simulated with something like: `const HeavyComponent = () => {` ` const start = performance.now()` ` let i = 0;` ` while (i < 9000000) {` ` i = i + 1;` ` }` ` console.log('render time', performance.now() - start)` ` return null;` `};` ` 2/ force refreshing this component periodically with a setInterval. `const App = () => {` ` // eslint-disable-next-line no-unused-vars` ` const [_time, setTime] = useState(0);` ` // setState in an interval to for refresh periodically` ` useEffect(() => {` ` const interval = setInterval(() => {` ` setTime(_time => _time + 1);` ` }, timeout);` ` return () => clearInterval(interval)` ` }, []);` ` return <HeavyComponent />;` `};` **BUG** Depending on the `timeout` configured (ie refresh frequency) the execution time of HeavyComponent differs (one to the double). **Output in console:** When putting a low timeout (10ms), the average render time is around 2.7 ms When putting a high timeout (100ms), the average render time is around 6 ms A very basic sample sample is available here (with the code I put on the ticket): Link to code example: https://github.com/freeboub/ReactSampleForDevTool ## The current behavior The execution time is not consistent depending on app load ## The expected behavior The execution time should be consistent depending on app load ## additional informations - I was investigating this issue in a react native project. -> issue highlighted with react dev tool. - The result are consistent with profiler output (I can share screenshots if needed). - Changing the HeavyComponent render time also gives consistent one to double refresh time. - I was investigating this issue with profiler, but as console.log also highlight the issue, I kept it. - There is maybe an explanation for this behavior, but was not able to find it in bugtracker nor on any other internet link. - Same behavior observed with "react": "^19.0.0-canary-33a32441e9-20240418", "react-dom": "^19.0.0-canary-33a32441e9-20240418", Thank you !
{'url': 'https://api.github.com/repos/facebook/react/issues/28886/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28886/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28885
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28885/labels{/name}
https://api.github.com/repos/facebook/react/issues/28885/comments
https://api.github.com/repos/facebook/react/issues/28885/events
https://github.com/facebook/react/issues/28885
2,254,946,943
I_kwDOAJy2Ks6GZ8J_
28,885
Bug: Input of type number is incrementing/decrementing on mouse scroll
{'login': 'arunks5', 'id': 161848096, 'node_id': 'U_kgDOCaWbIA', 'avatar_url': 'https://avatars.githubusercontent.com/u/161848096?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/arunks5', 'html_url': 'https://github.com/arunks5', 'followers_url': 'https://api.github.com/users/arunks5/followers', 'following_url': 'https://api.github.com/users/arunks5/following{/other_user}', 'gists_url': 'https://api.github.com/users/arunks5/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/arunks5/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/arunks5/subscriptions', 'organizations_url': 'https://api.github.com/users/arunks5/orgs', 'repos_url': 'https://api.github.com/users/arunks5/repos', 'events_url': 'https://api.github.com/users/arunks5/events{/privacy}', 'received_events_url': 'https://api.github.com/users/arunks5/received_events', 'type': 'User', 'site_admin': False}
[{'id': 155984160, 'node_id': 'MDU6TGFiZWwxNTU5ODQxNjA=', 'url': 'https://api.github.com/repos/facebook/react/labels/Status:%20Unconfirmed', 'name': 'Status: Unconfirmed', 'color': 'd4c5f9', 'default': False, 'description': "A potential issue that we haven't yet confirmed as a bug"}]
open
false
null
[]
null
[]
2024-04-21 07:39:00
2024-04-21 07:41:28
null
NONE
null
null
null
React version: ## Steps To Reproduce Hey, I'm using a input field of type number. When the input field is in focus and mouse scroll is done , the value changes. This is happening only in chrome/safari but not in Firefox. So, i raised a [bug in chromium](https://issues.chromium.org/issues/334994023). I also attached a [reproducible example](https://lit.dev/playground/#project=W3sibmFtZSI6ImluZGV4Lmh0bWwiLCJjb250ZW50IjoiPCFET0NUWVBFIGh0bWw-XG48aGVhZD5cbiAgPHNjcmlwdD5jb25zb2xlLmNsZWFyKCk7PC9zY3JpcHQ-XG4gIDxzdHlsZT5cbiAgICA6cm9vdCB7IFxuICAgICAgZm9udC1mYW1pbHk6IHN5c3RlbS11aTtcbiAgICB9XG4gICAgXG4gICAgYm9keSB7XG4gICAgICBoZWlnaHQ6IDMwMHZoO1xuICAgICAgYmFja2dyb3VuZDogbGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgYmVpZ2UsIHRvbWF0bylcbiAgICB9XG4gICAgXG4gICAgLmNvbnRyb2xzIHtcbiAgICAgIHBvc2l0aW9uOiBmaXhlZDtcbiAgICB9XG4gICAgXG4gICAgZm9ybSB7XG4gICAgICBwb3NpdGlvbjogZml4ZWQ7XG4gICAgICBzY2FsZTogMztcbiAgICAgIHRvcDogNTB2aDtcbiAgICAgIGxlZnQ6IDUwdnc7XG4gICAgICB0cmFuc2xhdGU6IC01MCU7XG4gIDwvc3R5bGU-XG48L2hlYWQ-XG48Ym9keT5cbiAgPGRpdiBjbGFzcz1cImNvbnRyb2xzXCI-XG4gICAgPGJ1dHRvbiBpZD1cIndoZWVsQnV0dG9uXCI-QWRkIFdoZWVsPC9idXR0b24-XG4gIDwvZGl2PlxuICA8Zm9ybT5cbiAgICA8ZGl2PlxuICAgICAgPGlucHV0IHR5cGU9XCJudW1iZXJcIiB2YWx1ZT0wPlxuICAgIDwvZGl2PlxuICA8L2Zvcm0-XG4gIDxzY3JpcHQ-XG4gICAgY29uc3QgbGlzdGVuZXIgPShlKSA9PiB7XG4gICAgICBjb25zb2xlLmxvZygnd2hlZWwnKVxuICAgIH07XG4gICAgbGV0IHdoZWVsID0gZmFsc2U7XG4gICAgY29uc3QgY29udGFpbmVyID0gZG9jdW1lbnQ7XG4gICAgd2hlZWxCdXR0b24uYWRkRXZlbnRMaXN0ZW5lcignY2xpY2snLCAoZSkgPT4ge1xuICAgICAgd2hlZWwgPSAhd2hlZWw7XG4gICAgICBlLnRhcmdldC50ZXh0Q29udGVudCA9IHdoZWVsID8gYFJlbW92ZSBXaGVlbGAgOiBgQWRkIFdoZWVsYDtcbiAgICAgIGlmICh3aGVlbCkge1xuICAgICAgICBjb250YWluZXIuYWRkRXZlbnRMaXN0ZW5lcignd2hlZWwnLCBsaXN0ZW5lcik7XG4gICAgICB9IGVsc2Uge1xuICAgICAgICBjb250YWluZXIucmVtb3ZlRXZlbnRMaXN0ZW5lcignd2hlZWwnLCBsaXN0ZW5lcik7ICAgIFxuICAgICAgfSAgICAgIFxuICAgIH0pO1xuICA8L3NjcmlwdD5cbjwvYm9keT5cbiJ9LHsibmFtZSI6InBhY2thZ2UuanNvbiIsImNvbnRlbnQiOiJ7XG4gIFwiZGVwZW5kZW5jaWVzXCI6IHtcbiAgICBcImxpdFwiOiBcIl4zLjAuMFwiLFxuICAgIFwiQGxpdC9yZWFjdGl2ZS1lbGVtZW50XCI6IFwiXjIuMC4wXCIsXG4gICAgXCJsaXQtZWxlbWVudFwiOiBcIl40LjAuMFwiLFxuICAgIFwibGl0LWh0bWxcIjogXCJeMy4wLjBcIlxuICB9XG59IiwiaGlkZGVuIjp0cnVlfV0) there. They said it is a intended behavior describe in https://chromestatus.com/feature/6662647093133312 and we just need to use `useCapture` where the wheel event is attached. But , I can see the wheel event is attached by react in the root element automatically. So, how can I proceed here. Any suggestion would be much helpful. 1. Open https://mui.com/joy-ui/react-input/#inner-html-input 2. Click on the type number input field and do mouse scroll. The input value changes and also the page scrolls. 3. Inspect and see the wheel event attached to the __next div element and also to the body 4. Remove the wheel event and see the issue no longer exists Link to code example: https://mui.com/joy-ui/react-input/#inner-html-input ## The current behavior Cannot set useCapture parameter option to the events attached ## The expected behavior Need to set useCapture option to the events attached (or) remove wheel event from being attached
{'url': 'https://api.github.com/repos/facebook/react/issues/28885/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28885/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28884
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28884/labels{/name}
https://api.github.com/repos/facebook/react/issues/28884/comments
https://api.github.com/repos/facebook/react/issues/28884/events
https://github.com/facebook/react/issues/28884
2,254,457,036
I_kwDOAJy2Ks6GYEjM
28,884
Bug: refObj returned from useRef is not sealed
{'login': 'Ahmed-Abou-Emran', 'id': 64327685, 'node_id': 'MDQ6VXNlcjY0MzI3Njg1', 'avatar_url': 'https://avatars.githubusercontent.com/u/64327685?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Ahmed-Abou-Emran', 'html_url': 'https://github.com/Ahmed-Abou-Emran', 'followers_url': 'https://api.github.com/users/Ahmed-Abou-Emran/followers', 'following_url': 'https://api.github.com/users/Ahmed-Abou-Emran/following{/other_user}', 'gists_url': 'https://api.github.com/users/Ahmed-Abou-Emran/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/Ahmed-Abou-Emran/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/Ahmed-Abou-Emran/subscriptions', 'organizations_url': 'https://api.github.com/users/Ahmed-Abou-Emran/orgs', 'repos_url': 'https://api.github.com/users/Ahmed-Abou-Emran/repos', 'events_url': 'https://api.github.com/users/Ahmed-Abou-Emran/events{/privacy}', 'received_events_url': 'https://api.github.com/users/Ahmed-Abou-Emran/received_events', 'type': 'User', 'site_admin': False}
[{'id': 155984160, 'node_id': 'MDU6TGFiZWwxNTU5ODQxNjA=', 'url': 'https://api.github.com/repos/facebook/react/labels/Status:%20Unconfirmed', 'name': 'Status: Unconfirmed', 'color': 'd4c5f9', 'default': False, 'description': "A potential issue that we haven't yet confirmed as a bug"}]
open
false
null
[]
null
[]
2024-04-20 08:47:47
2024-04-20 08:47:47
null
NONE
null
null
null
<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant React packages to make sure your issue has not already been fixed. --> React version: ^18.0.0 ## Steps To Reproduce 1. Create a ref using `useRef`. 2. Trying to delete the current property or add a new property. ![image](https://github.com/facebook/react/assets/64327685/58ff4877-8d3a-479f-8010-e3fd558de36a) <!-- Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Issues without reproduction steps or code examples may be immediately closed as not actionable. --> Link to code example: https://codesandbox.io/p/sandbox/funny-sid-pm6xzq?file=%2Fsrc%2FApp.js%3A12%2C41 <!-- Please provide a CodeSandbox (https://codesandbox.io/s/new), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem. You may provide a screenshot of the application if you think it is relevant to your bug report. Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve. --> ## The current behavior The current property is deleted, and a new property is added when trying to add it to the ref Object ## The expected behavior ref Object is sealed, so we should only be allowed to change its current value but not being able to delete it or add a new property to the object. both `createRef` and `useRef` are sealed but only the ref object returned from `createRef` is selaed: useRef:mountRef : [link](https://github.com/facebook/react/blob/6faf6f5/packages/react-reconciler/src/ReactFiberHooks.js#L907-L920) createRef: [Link](https://github.com/facebook/react/blob/0061ca6cf47c5124d2ebe708481fb03da9e8e267/packages/react/src/ReactCreateRef.js#L12)
{'url': 'https://api.github.com/repos/facebook/react/issues/28884/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28884/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28883
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28883/labels{/name}
https://api.github.com/repos/facebook/react/issues/28883/comments
https://api.github.com/repos/facebook/react/issues/28883/events
https://github.com/facebook/react/pull/28883
2,253,859,745
PR_kwDOAJy2Ks5tN_w9
28,883
Remove warning for ref cleanup function
{'login': 'jackpope', 'id': 8965173, 'node_id': 'MDQ6VXNlcjg5NjUxNzM=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8965173?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jackpope', 'html_url': 'https://github.com/jackpope', 'followers_url': 'https://api.github.com/users/jackpope/followers', 'following_url': 'https://api.github.com/users/jackpope/following{/other_user}', 'gists_url': 'https://api.github.com/users/jackpope/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jackpope/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jackpope/subscriptions', 'organizations_url': 'https://api.github.com/users/jackpope/orgs', 'repos_url': 'https://api.github.com/users/jackpope/repos', 'events_url': 'https://api.github.com/users/jackpope/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jackpope/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 0061ca6cf47c5124d2ebe708481fb03da9e8e267...51a19cd30aa4f9020a0cd8c558bfd11415970a7b\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/51a19cd30aa4f9020a0cd8c558bfd11415970a7b/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=0061ca6cf47c5124d2ebe708481fb03da9e8e267) | **=** | 168.91 kB | 168.92 kB | = | 52.94 kB | 52.94 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/51a19cd30aa4f9020a0cd8c558bfd11415970a7b/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=0061ca6cf47c5124d2ebe708481fb03da9e8e267) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/51a19cd30aa4f9020a0cd8c558bfd11415970a7b/files/facebook-www/ReactDOM-prod.classic.js?compare=0061ca6cf47c5124d2ebe708481fb03da9e8e267) | **=** | 590.83 kB | 590.83 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/51a19cd30aa4f9020a0cd8c558bfd11415970a7b/files/facebook-www/ReactDOM-prod.modern.js?compare=0061ca6cf47c5124d2ebe708481fb03da9e8e267) | **=** | 566.65 kB | 566.65 kB | = | 100.10 kB | 100.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/51a19cd30aa4f9020a0cd8c558bfd11415970a7b/files/__test_utils__/ReactAllWarnings.js?compare=0061ca6cf47c5124d2ebe708481fb03da9e8e267) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/51a19cd30aa4f9020a0cd8c558bfd11415970a7b/files/__test_utils__/ReactAllWarnings.js?compare=0061ca6cf47c5124d2ebe708481fb03da9e8e267) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 51a19cd30aa4f9020a0cd8c558bfd11415970a7b\n</p>\n" ]
2024-04-19 19:59:39
2024-04-22 14:57:35
2024-04-22 14:57:31
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28883', 'html_url': 'https://github.com/facebook/react/pull/28883', 'diff_url': 'https://github.com/facebook/react/pull/28883.diff', 'patch_url': 'https://github.com/facebook/react/pull/28883.patch', 'merged_at': datetime.datetime(2024, 4, 22, 14, 57, 31)}
Resources - RFC: https://github.com/reactjs/rfcs/pull/205 - Warning implemented in https://github.com/facebook/react/pull/22313 - Warning enabled in https://github.com/facebook/react/pull/23145 - Feature added in https://github.com/facebook/react/pull/25686 We have warned to prevent the old behavior since 18.0.0. The new feature has been on in canary for a while but still triggering the warning. This PR cleans up the warning for 19
{'url': 'https://api.github.com/repos/facebook/react/issues/28883/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28883/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28882
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28882/labels{/name}
https://api.github.com/repos/facebook/react/issues/28882/comments
https://api.github.com/repos/facebook/react/issues/28882/events
https://github.com/facebook/react/issues/28882
2,253,810,185
I_kwDOAJy2Ks6GVmoJ
28,882
Bug: yo
{'login': 'Andy1819', 'id': 108676977, 'node_id': 'U_kgDOBnpHcQ', 'avatar_url': 'https://avatars.githubusercontent.com/u/108676977?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Andy1819', 'html_url': 'https://github.com/Andy1819', 'followers_url': 'https://api.github.com/users/Andy1819/followers', 'following_url': 'https://api.github.com/users/Andy1819/following{/other_user}', 'gists_url': 'https://api.github.com/users/Andy1819/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/Andy1819/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/Andy1819/subscriptions', 'organizations_url': 'https://api.github.com/users/Andy1819/orgs', 'repos_url': 'https://api.github.com/users/Andy1819/repos', 'events_url': 'https://api.github.com/users/Andy1819/events{/privacy}', 'received_events_url': 'https://api.github.com/users/Andy1819/received_events', 'type': 'User', 'site_admin': False}
[{'id': 155984160, 'node_id': 'MDU6TGFiZWwxNTU5ODQxNjA=', 'url': 'https://api.github.com/repos/facebook/react/labels/Status:%20Unconfirmed', 'name': 'Status: Unconfirmed', 'color': 'd4c5f9', 'default': False, 'description': "A potential issue that we haven't yet confirmed as a bug"}]
closed
false
null
[]
null
[ "Yo @Andy1819 , what the F... are you doing ?" ]
2024-04-19 19:41:56
2024-04-21 16:10:15
2024-04-21 16:10:15
NONE
null
null
null
<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant React packages to make sure your issue has not already been fixed. --> React version: ## Steps To Reproduce 1. 2. <!-- Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Issues without reproduction steps or code examples may be immediately closed as not actionable. --> Link to code example: <!-- Please provide a CodeSandbox (https://codesandbox.io/s/new), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem. You may provide a screenshot of the application if you think it is relevant to your bug report. Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve. --> ## The current behavior ## The expected behavior
{'url': 'https://api.github.com/repos/facebook/react/issues/28882/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28882/timeline
null
not_planned
false
https://api.github.com/repos/facebook/react/issues/28881
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28881/labels{/name}
https://api.github.com/repos/facebook/react/issues/28881/comments
https://api.github.com/repos/facebook/react/issues/28881/events
https://github.com/facebook/react/pull/28881
2,253,693,573
PR_kwDOAJy2Ks5tNZ1B
28,881
Don't minify symbols in production builds
{'login': 'acdlite', 'id': 3624098, 'node_id': 'MDQ6VXNlcjM2MjQwOTg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/3624098?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/acdlite', 'html_url': 'https://github.com/acdlite', 'followers_url': 'https://api.github.com/users/acdlite/followers', 'following_url': 'https://api.github.com/users/acdlite/following{/other_user}', 'gists_url': 'https://api.github.com/users/acdlite/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/acdlite/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/acdlite/subscriptions', 'organizations_url': 'https://api.github.com/users/acdlite/orgs', 'repos_url': 'https://api.github.com/users/acdlite/repos', 'events_url': 'https://api.github.com/users/acdlite/events{/privacy}', 'received_events_url': 'https://api.github.com/users/acdlite/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\nThe size diff is too large to display in a single comment. The [CircleCI job](https://circleci.com/gh/facebook/react/844434) contains an artifact called 'sizebot-message.md' with the full message.\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against e625cd8f7411aa7ec681f5b1e04b6ab26d14ddf7\n</p>\n" ]
2024-04-19 18:51:49
2024-04-20 15:23:46
2024-04-20 15:23:46
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28881', 'html_url': 'https://github.com/facebook/react/pull/28881', 'diff_url': 'https://github.com/facebook/react/pull/28881.diff', 'patch_url': 'https://github.com/facebook/react/pull/28881.patch', 'merged_at': datetime.datetime(2024, 4, 20, 15, 23, 46)}
This disables symbol renaming in production builds. The original variable and function names are preserved. All other forms of compression applied by Closure (dead code elimination, inlining, etc) are unchanged โ€” the final program is identical to what we were producing before, just in a more readable form. The motivation is to make it easier to debug React issues that only occur in production โ€” the same reason we decided to start shipping sourcemaps in #28827 and #28827. However, because most apps run their own minification step on their npm dependencies, it's not necessary for us to minify the symbols before publishing โ€” it'll be handled the app, if desired. This is the same strategy Meta has used to ship React for years. The React build itself has unminified symbols, but they get minified as part of Meta's regular build pipeline. Even if an app does not minify their npm dependencies, gzip covers most of the cost of symbol renaming anyway. This saves us from having to ship sourcemaps, which means even apps that don't have sourcemaps configured will be able to debug the React build as easily as they would any other npm dependency.
{'url': 'https://api.github.com/repos/facebook/react/issues/28881/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28881/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28880
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28880/labels{/name}
https://api.github.com/repos/facebook/react/issues/28880/comments
https://api.github.com/repos/facebook/react/issues/28880/events
https://github.com/facebook/react/pull/28880
2,253,632,521
PR_kwDOAJy2Ks5tNMYd
28,880
Build react-reconciler for FB builds
{'login': 'sebmarkbage', 'id': 63648, 'node_id': 'MDQ6VXNlcjYzNjQ4', 'avatar_url': 'https://avatars.githubusercontent.com/u/63648?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sebmarkbage', 'html_url': 'https://github.com/sebmarkbage', 'followers_url': 'https://api.github.com/users/sebmarkbage/followers', 'following_url': 'https://api.github.com/users/sebmarkbage/following{/other_user}', 'gists_url': 'https://api.github.com/users/sebmarkbage/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/sebmarkbage/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/sebmarkbage/subscriptions', 'organizations_url': 'https://api.github.com/users/sebmarkbage/orgs', 'repos_url': 'https://api.github.com/users/sebmarkbage/repos', 'events_url': 'https://api.github.com/users/sebmarkbage/events{/privacy}', 'received_events_url': 'https://api.github.com/users/sebmarkbage/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: da6ba53b10d8240fc251ba14a3e5878604d3dc7d...1d7cf8ddc10da172d623cb1225917403bd5e63b6\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/1d7cf8ddc10da172d623cb1225917403bd5e63b6/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **=** | 168.91 kB | 168.92 kB | = | 52.94 kB | 52.94 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/1d7cf8ddc10da172d623cb1225917403bd5e63b6/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/1d7cf8ddc10da172d623cb1225917403bd5e63b6/files/facebook-www/ReactDOM-prod.classic.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **=** | 590.83 kB | 590.83 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/1d7cf8ddc10da172d623cb1225917403bd5e63b6/files/facebook-www/ReactDOM-prod.modern.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **=** | 566.65 kB | 566.65 kB | = | 100.10 kB | 100.10 kB\n| [facebook-www/ReactReconciler-dev.classic.js](https://react-builds.vercel.app/commits/1d7cf8ddc10da172d623cb1225917403bd5e63b6/files/facebook-www/ReactReconciler-dev.classic.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **+โˆž%** | 0.00 kB | 1,189.96 kB | +โˆž% | 0.00 kB | 229.87 kB\n| [facebook-www/ReactReconciler-dev.modern.js](https://react-builds.vercel.app/commits/1d7cf8ddc10da172d623cb1225917403bd5e63b6/files/facebook-www/ReactReconciler-dev.modern.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **+โˆž%** | 0.00 kB | 1,155.65 kB | +โˆž% | 0.00 kB | 223.66 kB\n| [facebook-www/ReactReconciler-prod.classic.js](https://react-builds.vercel.app/commits/1d7cf8ddc10da172d623cb1225917403bd5e63b6/files/facebook-www/ReactReconciler-prod.classic.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **+โˆž%** | 0.00 kB | 455.09 kB | +โˆž% | 0.00 kB | 73.34 kB\n| [facebook-www/ReactReconciler-prod.modern.js](https://react-builds.vercel.app/commits/1d7cf8ddc10da172d623cb1225917403bd5e63b6/files/facebook-www/ReactReconciler-prod.modern.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **+โˆž%** | 0.00 kB | 437.42 kB | +โˆž% | 0.00 kB | 70.77 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/1d7cf8ddc10da172d623cb1225917403bd5e63b6/files/__test_utils__/ReactAllWarnings.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [facebook-www/ReactReconciler-dev.classic.js](https://react-builds.vercel.app/commits/1d7cf8ddc10da172d623cb1225917403bd5e63b6/files/facebook-www/ReactReconciler-dev.classic.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **+โˆž%** | 0.00 kB | 1,189.96 kB | +โˆž% | 0.00 kB | 229.87 kB\n| [facebook-www/ReactReconciler-dev.modern.js](https://react-builds.vercel.app/commits/1d7cf8ddc10da172d623cb1225917403bd5e63b6/files/facebook-www/ReactReconciler-dev.modern.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **+โˆž%** | 0.00 kB | 1,155.65 kB | +โˆž% | 0.00 kB | 223.66 kB\n| [facebook-www/ReactReconciler-prod.classic.js](https://react-builds.vercel.app/commits/1d7cf8ddc10da172d623cb1225917403bd5e63b6/files/facebook-www/ReactReconciler-prod.classic.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **+โˆž%** | 0.00 kB | 455.09 kB | +โˆž% | 0.00 kB | 73.34 kB\n| [facebook-www/ReactReconciler-prod.modern.js](https://react-builds.vercel.app/commits/1d7cf8ddc10da172d623cb1225917403bd5e63b6/files/facebook-www/ReactReconciler-prod.modern.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **+โˆž%** | 0.00 kB | 437.42 kB | +โˆž% | 0.00 kB | 70.77 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/1d7cf8ddc10da172d623cb1225917403bd5e63b6/files/__test_utils__/ReactAllWarnings.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 1d7cf8ddc10da172d623cb1225917403bd5e63b6\n</p>\n" ]
2024-04-19 18:24:53
2024-04-19 22:06:01
2024-04-19 22:06:01
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28880', 'html_url': 'https://github.com/facebook/react/pull/28880', 'diff_url': 'https://github.com/facebook/react/pull/28880.diff', 'patch_url': 'https://github.com/facebook/react/pull/28880.patch', 'merged_at': datetime.datetime(2024, 4, 19, 22, 6, 1)}
Meta uses various tools built on top of the "react-reconciler" package but that package needs to match the version of the "react" package. This means that it should be synced at the same time. However, more than that the feature flags between the "react" package and the "react-reconciler" package needs to line up. Since FB has custom feature flags, it can't use the OSS version of react-reconciler.
{'url': 'https://api.github.com/repos/facebook/react/issues/28880/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28880/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28879
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28879/labels{/name}
https://api.github.com/repos/facebook/react/issues/28879/comments
https://api.github.com/repos/facebook/react/issues/28879/events
https://github.com/facebook/react/pull/28879
2,253,627,498
PR_kwDOAJy2Ks5tNLU3
28,879
Unrevert "Support writing to this.refs from userspace"
{'login': 'kassens', 'id': 11849, 'node_id': 'MDQ6VXNlcjExODQ5', 'avatar_url': 'https://avatars.githubusercontent.com/u/11849?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/kassens', 'html_url': 'https://github.com/kassens', 'followers_url': 'https://api.github.com/users/kassens/followers', 'following_url': 'https://api.github.com/users/kassens/following{/other_user}', 'gists_url': 'https://api.github.com/users/kassens/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/kassens/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/kassens/subscriptions', 'organizations_url': 'https://api.github.com/users/kassens/orgs', 'repos_url': 'https://api.github.com/users/kassens/repos', 'events_url': 'https://api.github.com/users/kassens/events{/privacy}', 'received_events_url': 'https://api.github.com/users/kassens/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 699d03ce1a175442fe3443e1d1bed14f14e9c197...e77e16c93ad6948087688d103fe5109e925c423d\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/e77e16c93ad6948087688d103fe5109e925c423d/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **=** | 497.71 kB | 497.69 kB | = | 88.93 kB | 88.93 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/e77e16c93ad6948087688d103fe5109e925c423d/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **=** | 504.00 kB | 503.98 kB | = | 89.95 kB | 89.94 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/e77e16c93ad6948087688d103fe5109e925c423d/files/facebook-www/ReactDOM-prod.classic.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **=** | 591.14 kB | 591.14 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/e77e16c93ad6948087688d103fe5109e925c423d/files/facebook-www/ReactDOM-prod.modern.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **=** | 566.95 kB | 566.95 kB | = | 100.12 kB | 100.12 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/e77e16c93ad6948087688d103fe5109e925c423d/files/__test_utils__/ReactAllWarnings.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **Deleted** | 64.80 kB | 0.00 kB | Deleted | 16.14 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-experimental/react/cjs/react.production.js](https://react-builds.vercel.app/commits/e77e16c93ad6948087688d103fe5109e925c423d/files/oss-experimental/react/cjs/react.production.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **=** | 18.09 kB | 18.06 kB | = | 4.69 kB | 4.68 kB\n| [oss-stable/react/cjs/react.production.js](https://react-builds.vercel.app/commits/e77e16c93ad6948087688d103fe5109e925c423d/files/oss-stable/react/cjs/react.production.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **=** | 16.97 kB | 16.93 kB | = | 4.43 kB | 4.42 kB\n| [oss-stable-semver/react/cjs/react.production.js](https://react-builds.vercel.app/commits/e77e16c93ad6948087688d103fe5109e925c423d/files/oss-stable-semver/react/cjs/react.production.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **=** | 16.95 kB | 16.91 kB | = | 4.41 kB | 4.39 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/e77e16c93ad6948087688d103fe5109e925c423d/files/__test_utils__/ReactAllWarnings.js?compare=699d03ce1a175442fe3443e1d1bed14f14e9c197) | **Deleted** | 64.80 kB | 0.00 kB | Deleted | 16.14 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against e77e16c93ad6948087688d103fe5109e925c423d\n</p>\n", "@acdlite I keep the `this.refs = {}` \"unfreezing\" the object in `mountClassInstance` for copied class implementations such as `create-create-class`, see 4d944b68da017307a53c22f51cdbd9a4ec3c7156.\r\nIs there a downside beyond the useless new empty object?" ]
2024-04-19 18:22:45
2024-04-24 14:03:13
2024-04-24 14:03:09
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28879', 'html_url': 'https://github.com/facebook/react/pull/28879', 'diff_url': 'https://github.com/facebook/react/pull/28879.diff', 'patch_url': 'https://github.com/facebook/react/pull/28879.patch', 'merged_at': datetime.datetime(2024, 4, 24, 14, 3, 9)}
Reverts facebook/react#28877 We found the cause of the regression and should be able to land this again.
{'url': 'https://api.github.com/repos/facebook/react/issues/28879/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28879/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28878
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28878/labels{/name}
https://api.github.com/repos/facebook/react/issues/28878/comments
https://api.github.com/repos/facebook/react/issues/28878/events
https://github.com/facebook/react/pull/28878
2,253,502,230
PR_kwDOAJy2Ks5tMw_n
28,878
[Experiment] Reuse memo cache after interruption
{'login': 'acdlite', 'id': 3624098, 'node_id': 'MDQ6VXNlcjM2MjQwOTg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/3624098?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/acdlite', 'html_url': 'https://github.com/acdlite', 'followers_url': 'https://api.github.com/users/acdlite/followers', 'following_url': 'https://api.github.com/users/acdlite/following{/other_user}', 'gists_url': 'https://api.github.com/users/acdlite/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/acdlite/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/acdlite/subscriptions', 'organizations_url': 'https://api.github.com/users/acdlite/orgs', 'repos_url': 'https://api.github.com/users/acdlite/repos', 'events_url': 'https://api.github.com/users/acdlite/events{/privacy}', 'received_events_url': 'https://api.github.com/users/acdlite/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: f5ce642deed7c74c5ae5df54ec4340a8d028eac9...eb8b3e8032d7d6d9414fee50525d3393f76e35cc\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/eb8b3e8032d7d6d9414fee50525d3393f76e35cc/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=f5ce642deed7c74c5ae5df54ec4340a8d028eac9) | **=** | 168.92 kB | 168.92 kB | = | 52.94 kB | 52.94 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/eb8b3e8032d7d6d9414fee50525d3393f76e35cc/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=f5ce642deed7c74c5ae5df54ec4340a8d028eac9) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/eb8b3e8032d7d6d9414fee50525d3393f76e35cc/files/facebook-www/ReactDOM-prod.classic.js?compare=f5ce642deed7c74c5ae5df54ec4340a8d028eac9) | **+0.03%** | 590.83 kB | 590.99 kB | +0.03% | 103.91 kB | 103.94 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/eb8b3e8032d7d6d9414fee50525d3393f76e35cc/files/facebook-www/ReactDOM-prod.modern.js?compare=f5ce642deed7c74c5ae5df54ec4340a8d028eac9) | **+0.03%** | 566.65 kB | 566.80 kB | +0.04% | 100.10 kB | 100.14 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/eb8b3e8032d7d6d9414fee50525d3393f76e35cc/files/__test_utils__/ReactAllWarnings.js?compare=f5ce642deed7c74c5ae5df54ec4340a8d028eac9) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-experimental/react-art/cjs/react-art.production.js](https://react-builds.vercel.app/commits/eb8b3e8032d7d6d9414fee50525d3393f76e35cc/files/oss-experimental/react-art/cjs/react-art.production.js?compare=f5ce642deed7c74c5ae5df54ec4340a8d028eac9) | **+0.25%** | 587.85 kB | 589.31 kB | +0.34% | 131.63 kB | 132.08 kB\n| [oss-stable-semver/react-test-renderer/cjs/react-test-renderer.production.js](https://react-builds.vercel.app/commits/eb8b3e8032d7d6d9414fee50525d3393f76e35cc/files/oss-stable-semver/react-test-renderer/cjs/react-test-renderer.production.js?compare=f5ce642deed7c74c5ae5df54ec4340a8d028eac9) | **+0.25%** | 589.55 kB | 591.01 kB | +0.34% | 132.24 kB | 132.69 kB\n| [oss-stable/react-test-renderer/cjs/react-test-renderer.production.js](https://react-builds.vercel.app/commits/eb8b3e8032d7d6d9414fee50525d3393f76e35cc/files/oss-stable/react-test-renderer/cjs/react-test-renderer.production.js?compare=f5ce642deed7c74c5ae5df54ec4340a8d028eac9) | **+0.25%** | 589.58 kB | 591.03 kB | +0.34% | 132.27 kB | 132.72 kB\n| [oss-experimental/react-test-renderer/cjs/react-test-renderer.production.js](https://react-builds.vercel.app/commits/eb8b3e8032d7d6d9414fee50525d3393f76e35cc/files/oss-experimental/react-test-renderer/cjs/react-test-renderer.production.js?compare=f5ce642deed7c74c5ae5df54ec4340a8d028eac9) | **+0.25%** | 590.98 kB | 592.44 kB | +0.34% | 132.60 kB | 133.05 kB\n| [oss-experimental/react-reconciler/cjs/react-reconciler.production.js](https://react-builds.vercel.app/commits/eb8b3e8032d7d6d9414fee50525d3393f76e35cc/files/oss-experimental/react-reconciler/cjs/react-reconciler.production.js?compare=f5ce642deed7c74c5ae5df54ec4340a8d028eac9) | **+0.22%** | 676.32 kB | 677.78 kB | +0.31% | 148.61 kB | 149.07 kB\n| [oss-experimental/react-reconciler/cjs/react-reconciler.profiling.js](https://react-builds.vercel.app/commits/eb8b3e8032d7d6d9414fee50525d3393f76e35cc/files/oss-experimental/react-reconciler/cjs/react-reconciler.profiling.js?compare=f5ce642deed7c74c5ae5df54ec4340a8d028eac9) | **+0.20%** | 716.34 kB | 717.80 kB | +0.29% | 155.92 kB | 156.36 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/eb8b3e8032d7d6d9414fee50525d3393f76e35cc/files/__test_utils__/ReactAllWarnings.js?compare=f5ce642deed7c74c5ae5df54ec4340a8d028eac9) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against eb8b3e8032d7d6d9414fee50525d3393f76e35cc\n</p>\n", "Awesome! My intuition is that this is overall better, and it certainly is an improvement in the test case. The main concern would be a situation where the memo slots that are being updated in the low and high pri updates overlap. So the low-priority update starts and clears out some values but suspends partway, then the high-pri update happens and has to redo some work (that would have been memoized still, w the feature flag off), then the low-pri update resumes and has to redo that work again (since the high-pri update just undid it). \r\n\r\nAgain, my intuition is that this scenario is rare enough that this is overall a win, just wanted to flag it. It makes sense to test this, though we have enough things up in the air right now that it might not be the best time. We'll chat in our internal sync next week and follow-up with you.", "> The main concern would be a situation where the memo slots that are being updated in the low and high pri updates overlap.\r\n\r\nYeah I remember you and I discussed this at some point, maybe even in the original `useMemoCache` PR.\r\n\r\nSince it's rare for high pri updates to \"switch back\" to the current state (compared to the scenario in the test case I added), I agree this is the better trade off. (Also, comparing only against the current UI values is already a form of this trade off, since theoretically we could cache every previous set of inputs we ever received.)" ]
2024-04-19 17:19:40
2024-04-19 23:30:01
2024-04-19 23:30:01
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28878', 'html_url': 'https://github.com/facebook/react/pull/28878', 'diff_url': 'https://github.com/facebook/react/pull/28878.diff', 'patch_url': 'https://github.com/facebook/react/pull/28878.patch', 'merged_at': datetime.datetime(2024, 4, 19, 23, 30, 1)}
Adds an experimental feature flag to the implementation of useMemoCache, the internal cache used by the React Compiler (Forget). When enabled, instead of treating the cache as copy-on-write, like we do with fibers, we share the same cache instance across all render attempts, even if the component is interrupted before it commits. If an update is interrupted, either because it suspended or because of another update, we can reuse the memoized computations from the previous attempt. We can do this because the React Compiler performs atomic writes to the memo cache, i.e. it will not record the inputs to a memoization without also recording its output. This gives us a form of "resuming" within components and hooks. This only works when updating a component that already mounted. It has no impact during initial render, because the memo cache is stored on the fiber, and since we have not implemented resuming for fibers, it's always a fresh memo cache, anyway. However, this alone is pretty useful โ€” it happens whenever you update the UI with fresh data after a mutation/action, which is extremely common in a Suspense-driven (e.g. RSC or Relay) app. So the impact of this feature is faster data mutations/actions (when the React Compiler is used).
{'url': 'https://api.github.com/repos/facebook/react/issues/28878/reactions', 'total_count': 2, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 1, 'eyes': 1}
https://api.github.com/repos/facebook/react/issues/28878/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28877
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28877/labels{/name}
https://api.github.com/repos/facebook/react/issues/28877/comments
https://api.github.com/repos/facebook/react/issues/28877/events
https://github.com/facebook/react/pull/28877
2,253,420,662
PR_kwDOAJy2Ks5tMf_D
28,877
Revert "Support writing to this.refs from userspace"
{'login': 'kassens', 'id': 11849, 'node_id': 'MDQ6VXNlcjExODQ5', 'avatar_url': 'https://avatars.githubusercontent.com/u/11849?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/kassens', 'html_url': 'https://github.com/kassens', 'followers_url': 'https://api.github.com/users/kassens/followers', 'following_url': 'https://api.github.com/users/kassens/following{/other_user}', 'gists_url': 'https://api.github.com/users/kassens/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/kassens/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/kassens/subscriptions', 'organizations_url': 'https://api.github.com/users/kassens/orgs', 'repos_url': 'https://api.github.com/users/kassens/repos', 'events_url': 'https://api.github.com/users/kassens/events{/privacy}', 'received_events_url': 'https://api.github.com/users/kassens/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 33a32441e991e126e5e874f831bd3afc237a3ecf...625cf298a896409b172928f5f2ae497978f66281\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/625cf298a896409b172928f5f2ae497978f66281/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=33a32441e991e126e5e874f831bd3afc237a3ecf) | **=** | 168.91 kB | 168.92 kB | +0.01% | 52.94 kB | 52.94 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/625cf298a896409b172928f5f2ae497978f66281/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=33a32441e991e126e5e874f831bd3afc237a3ecf) | **=** | 170.56 kB | 170.57 kB | +0.02% | 53.43 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/625cf298a896409b172928f5f2ae497978f66281/files/facebook-www/ReactDOM-prod.classic.js?compare=33a32441e991e126e5e874f831bd3afc237a3ecf) | **=** | 590.81 kB | 590.83 kB | = | 103.90 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/625cf298a896409b172928f5f2ae497978f66281/files/facebook-www/ReactDOM-prod.modern.js?compare=33a32441e991e126e5e874f831bd3afc237a3ecf) | **=** | 566.62 kB | 566.65 kB | = | 100.09 kB | 100.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/625cf298a896409b172928f5f2ae497978f66281/files/__test_utils__/ReactAllWarnings.js?compare=33a32441e991e126e5e874f831bd3afc237a3ecf) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable-semver/react/cjs/react.production.js](https://react-builds.vercel.app/commits/625cf298a896409b172928f5f2ae497978f66281/files/oss-stable-semver/react/cjs/react.production.js?compare=33a32441e991e126e5e874f831bd3afc237a3ecf) | **+0.34%** | 35.36 kB | 35.48 kB | +0.11% | 10.03 kB | 10.04 kB\n| [oss-stable/react/cjs/react.production.js](https://react-builds.vercel.app/commits/625cf298a896409b172928f5f2ae497978f66281/files/oss-stable/react/cjs/react.production.js?compare=33a32441e991e126e5e874f831bd3afc237a3ecf) | **+0.34%** | 35.39 kB | 35.51 kB | +0.11% | 10.06 kB | 10.07 kB\n| [oss-experimental/react/cjs/react.production.js](https://react-builds.vercel.app/commits/625cf298a896409b172928f5f2ae497978f66281/files/oss-experimental/react/cjs/react.production.js?compare=33a32441e991e126e5e874f831bd3afc237a3ecf) | **+0.32%** | 37.04 kB | 37.16 kB | +0.08% | 10.41 kB | 10.42 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/625cf298a896409b172928f5f2ae497978f66281/files/__test_utils__/ReactAllWarnings.js?compare=33a32441e991e126e5e874f831bd3afc237a3ecf) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 625cf298a896409b172928f5f2ae497978f66281\n</p>\n" ]
2024-04-19 16:31:25
2024-04-19 16:35:10
2024-04-19 16:35:07
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28877', 'html_url': 'https://github.com/facebook/react/pull/28877', 'diff_url': 'https://github.com/facebook/react/pull/28877.diff', 'patch_url': 'https://github.com/facebook/react/pull/28877.patch', 'merged_at': datetime.datetime(2024, 4, 19, 16, 35, 7)}
Reverts facebook/react#28867 It broke some tests, reverting until we figure out why to avoid having too much delay in the sync.
{'url': 'https://api.github.com/repos/facebook/react/issues/28877/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28877/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28876
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28876/labels{/name}
https://api.github.com/repos/facebook/react/issues/28876/comments
https://api.github.com/repos/facebook/react/issues/28876/events
https://github.com/facebook/react/issues/28876
2,252,279,492
I_kwDOAJy2Ks6GPw7E
28,876
Larger files upload rejection message instead of net::ERR_CONNECTION_RESET
{'login': 'mannawar', 'id': 46415048, 'node_id': 'MDQ6VXNlcjQ2NDE1MDQ4', 'avatar_url': 'https://avatars.githubusercontent.com/u/46415048?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mannawar', 'html_url': 'https://github.com/mannawar', 'followers_url': 'https://api.github.com/users/mannawar/followers', 'following_url': 'https://api.github.com/users/mannawar/following{/other_user}', 'gists_url': 'https://api.github.com/users/mannawar/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/mannawar/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/mannawar/subscriptions', 'organizations_url': 'https://api.github.com/users/mannawar/orgs', 'repos_url': 'https://api.github.com/users/mannawar/repos', 'events_url': 'https://api.github.com/users/mannawar/events{/privacy}', 'received_events_url': 'https://api.github.com/users/mannawar/received_events', 'type': 'User', 'site_admin': False}
[{'id': 155984160, 'node_id': 'MDU6TGFiZWwxNTU5ODQxNjA=', 'url': 'https://api.github.com/repos/facebook/react/labels/Status:%20Unconfirmed', 'name': 'Status: Unconfirmed', 'color': 'd4c5f9', 'default': False, 'description': "A potential issue that we haven't yet confirmed as a bug"}]
open
false
null
[]
null
[]
2024-04-19 07:31:38
2024-04-19 07:31:38
null
NONE
null
null
null
<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant React packages to make sure your issue has not already been fixed. --> React version:18.0.0 ## Steps To Reproduce 1. Currently in my project if i try to upload larger files (mp3) the react app gives message in console ```net::ERR_CONNECTION_RESET``` and when i check inside network tab for the reason of failing this request its saying 400 bad request, and that's it. I tried to debug the app via chrome extension using vscode but no where it suggested the failing reason is due to file size issue. I think we should give some clear message or hint of file size in case it is the issue while file uploading. This software is proprietary. I will try to give show minimum reproducible env. here I have a react component called Audiouploadwidget.tsx. This is simple function as here. The above function got hit when through user interface a user tries to upload a file ``` function onUpload(event:any) { event.preventDefault() setDeleted(0) uploadAudio(files[0]); } ``` Next, i have BookDetails.tsx inside which is responsible for uploading audio files as here, it got hit during debugging as below. ``` function handleUploadAudioAr(file: Blob) { uploadAudioAr(file); } ``` Then i have bookStore.ts, i am using Mobx, it got hit next during debugging. ``` uploadAudioAr = async (file: any) => { this.uploadedAudioAr = 0 this.uploadingAudioAr = true; try { const response = await agent.Media.create(file); const medium : MediumFormValues = response.data; runInAction(() => { this.currentAudioAr = (medium.md_ID) ? medium.md_ID : "00000000-0000-0000-0000-000000000000"; if (this.selectedBook) { this.selectedBook.md_AudioAr_ID = this.currentAudioAr; } this.srcAudioAr = ''; this.srcAudioAr = this.srcAudioAr.concat('data:',medium.md_FileType,';base64,',medium.md_Medium); this.uploadedAudioAr = 1; this.uploadingAudioAr = false; }) } catch (error) { console.log(error); runInAction(() => { this.uploadedAudioAr = -1 this.uploadingAudioAr = false }); } } ``` Then the request passes to agent.ts as below ``` create: (file: any) => { let formData = new FormData(); formData.append('Md_Medium', file); formData.append('Md_Title', "Title"); formData.append('Md_Title_Ar', "Title Ar"); return axios.post<MediumFormValues>('Medium/createMedium/', formData, { headers: { 'Content-Type': 'multipart/form-data' } }) }, ``` it is responsible for creating post request for Medium endpoint. Then it goes to BookDetails.tsx where i have yup validations and useEffects, pass through these as below. ``` const validationSchema = Yup.object().shape({ bk_Code: Yup.string().required('Code required!').min(3, 'Minimum 3 characters required!'), bk_Name: Yup.string().required('Name required!').min(3, 'Minimum 3 characters required!'), bk_Name_Ar: Yup.string().required('Arabic Name required!').min(3, 'Minimum 3 characters required!'), bk_Title: Yup.string().required('Title required!').min(3, 'Minimum 3 characters required!'), bk_Title_Ar: Yup.string().required('Arabic Title required!').min(3, 'Minimum 3 characters required!') }) useEffect(() => { if (id) loadBook(id).then(book => setBook(new BookFormValues(book))) }, [id, loadBook]) useEffect(() => { loadAuthors(); }, [loadAuthors]) and son on... ``` Then on continue hitting F5, i am using axios to send request. It goes to error block as defined here. ``` axios.interceptors.response.use(async response => { //if (process.env.NODE_ENV === 'development') await sleep(1000); const pagination = response.headers['pagination']; if (pagination) { response.data = new PaginatedResult(response.data, JSON.parse(pagination)); return response as AxiosResponse<PaginatedResult<any>> } return response; }, (error: AxiosError) => { const { data, status, config } = error.response as AxiosResponse; ``` and the message from above is ```TypeError: Cannot destructure property 'data' of 'error.response' as it is undefined.``` Further, it goes to line 424 in my agent.ts. Relevant part of the code is below. ``` return axios.post<MediumFormValues>('Medium/createMedium/', formData, { headers: { 'Content-Type': 'multipart/form-data' } }) ``` and just gives the error message ```net::ERR_CONNECTION_RESET``` I think it could be more explicit for the users who wants to upload the files which is more than the certain specific limit instead of message ```net::ERR_CONNECTION_RESET```. <!-- Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Issues without reproduction steps or code examples may be immediately closed as not actionable. --> Link to code example: <!-- Please provide a CodeSandbox (https://codesandbox.io/s/new), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem. You may provide a screenshot of the application if you think it is relevant to your bug report. Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve. Sandboxed example could not be created as it is proprietary software --> ## The current behavior No message for file size ## The expected behavior Explicit message for file size upload failure should be there instead of ```net::ERR_CONNECTION_RESET```
{'url': 'https://api.github.com/repos/facebook/react/issues/28876/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28876/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28875
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28875/labels{/name}
https://api.github.com/repos/facebook/react/issues/28875/comments
https://api.github.com/repos/facebook/react/issues/28875/events
https://github.com/facebook/react/pull/28875
2,252,020,648
PR_kwDOAJy2Ks5tHxpS
28,875
convert circleci workflow devtools_regression_tests to github actions
{'login': 'robandpdx', 'id': 95243761, 'node_id': 'U_kgDOBa1N8Q', 'avatar_url': 'https://avatars.githubusercontent.com/u/95243761?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/robandpdx', 'html_url': 'https://github.com/robandpdx', 'followers_url': 'https://api.github.com/users/robandpdx/followers', 'following_url': 'https://api.github.com/users/robandpdx/following{/other_user}', 'gists_url': 'https://api.github.com/users/robandpdx/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/robandpdx/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/robandpdx/subscriptions', 'organizations_url': 'https://api.github.com/users/robandpdx/orgs', 'repos_url': 'https://api.github.com/users/robandpdx/repos', 'events_url': 'https://api.github.com/users/robandpdx/events{/privacy}', 'received_events_url': 'https://api.github.com/users/robandpdx/received_events', 'type': 'User', 'site_admin': True}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None}]
open
false
null
[]
null
[ "Fix the workflow!" ]
2024-04-19 03:48:44
2024-04-27 07:49:36
null
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28875', 'html_url': 'https://github.com/facebook/react/pull/28875', 'diff_url': 'https://github.com/facebook/react/pull/28875.diff', 'patch_url': 'https://github.com/facebook/react/pull/28875.patch', 'merged_at': None}
## Summary This pull request converts the CircleCI workflows to GitHub actions workflows. [Github Actions Importer](https://github.com/github/gh-actions-importer) was used to convert the workflows initially, then I edited them manually to correct errors in translation. **Issues** 1. facebook/react/devtools_regression_tests The scripts that this workflow calls need to be modified. ## How did you test this change? I tested these changes in a forked repo. You can [view the logs of this workflow in my fork](https://github.com/robandpdx/react/actions). https://fburl.com/workplace/f6mz6tmw
{'url': 'https://api.github.com/repos/facebook/react/issues/28875/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28875/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28874
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28874/labels{/name}
https://api.github.com/repos/facebook/react/issues/28874/comments
https://api.github.com/repos/facebook/react/issues/28874/events
https://github.com/facebook/react/pull/28874
2,251,919,728
PR_kwDOAJy2Ks5tHcbH
28,874
Deprecate `renderToStaticNodeStream` (#28872)
{'login': 'gnoff', 'id': 2716369, 'node_id': 'MDQ6VXNlcjI3MTYzNjk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2716369?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/gnoff', 'html_url': 'https://github.com/gnoff', 'followers_url': 'https://api.github.com/users/gnoff/followers', 'following_url': 'https://api.github.com/users/gnoff/following{/other_user}', 'gists_url': 'https://api.github.com/users/gnoff/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/gnoff/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/gnoff/subscriptions', 'organizations_url': 'https://api.github.com/users/gnoff/orgs', 'repos_url': 'https://api.github.com/users/gnoff/repos', 'events_url': 'https://api.github.com/users/gnoff/events{/privacy}', 'received_events_url': 'https://api.github.com/users/gnoff/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[]
2024-04-19 01:59:30
2024-04-19 15:18:19
2024-04-19 15:18:14
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28874', 'html_url': 'https://github.com/facebook/react/pull/28874', 'diff_url': 'https://github.com/facebook/react/pull/28874.diff', 'patch_url': 'https://github.com/facebook/react/pull/28874.patch', 'merged_at': datetime.datetime(2024, 4, 19, 15, 18, 14)}
This commit adds warnings indicating that `renderToStaticNodeStream` will be removed in an upcoming React release. This API has been legacy, is not widely used (renderToStaticMarkup is more common) and has semantically eqiuvalent implementations with renderToReadableStream and renderToPipeableStream. landed in main in #28872 changed the warning to match renderToNodeStream
{'url': 'https://api.github.com/repos/facebook/react/issues/28874/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28874/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28873
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28873/labels{/name}
https://api.github.com/repos/facebook/react/issues/28873/comments
https://api.github.com/repos/facebook/react/issues/28873/events
https://github.com/facebook/react/pull/28873
2,251,870,331
PR_kwDOAJy2Ks5tHSAi
28,873
Remove `renderToStaticNodeStream`
{'login': 'gnoff', 'id': 2716369, 'node_id': 'MDQ6VXNlcjI3MTYzNjk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2716369?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/gnoff', 'html_url': 'https://github.com/gnoff', 'followers_url': 'https://api.github.com/users/gnoff/followers', 'following_url': 'https://api.github.com/users/gnoff/following{/other_user}', 'gists_url': 'https://api.github.com/users/gnoff/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/gnoff/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/gnoff/subscriptions', 'organizations_url': 'https://api.github.com/users/gnoff/orgs', 'repos_url': 'https://api.github.com/users/gnoff/repos', 'events_url': 'https://api.github.com/users/gnoff/events{/privacy}', 'received_events_url': 'https://api.github.com/users/gnoff/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: d329ff9d9e87f3f909f98cf63701ef3795cf2584...229e7d3886764404f183add844e70c12bcb40e59\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 168.91 kB | 168.91 kB | = | 52.93 kB | 52.94 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 170.56 kB | 170.56 kB | = | 53.43 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/facebook-www/ReactDOM-prod.classic.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 590.81 kB | 590.81 kB | = | 103.90 kB | 103.90 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/facebook-www/ReactDOM-prod.modern.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 566.62 kB | 566.62 kB | = | 100.09 kB | 100.09 kB\n| [oss-experimental/react-dom/server.node.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-experimental/react-dom/server.node.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.69 kB | 0.63 kB | = | 0.26 kB | 0.26 kB\n| [oss-stable-semver/react-dom/server.node.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable-semver/react-dom/server.node.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.69 kB | 0.63 kB | = | 0.26 kB | 0.26 kB\n| [oss-stable/react-dom/server.node.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable/react-dom/server.node.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.69 kB | 0.63 kB | = | 0.26 kB | 0.26 kB\n| [oss-experimental/react-dom/server.browser.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-experimental/react-dom/server.browser.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.65 kB | 0.59 kB | = | 0.26 kB | 0.25 kB\n| [oss-stable-semver/react-dom/server.browser.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable-semver/react-dom/server.browser.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.65 kB | 0.59 kB | = | 0.26 kB | 0.25 kB\n| [oss-stable/react-dom/server.browser.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable/react-dom/server.browser.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.65 kB | 0.59 kB | = | 0.26 kB | 0.25 kB\n| [oss-experimental/react-dom/server.edge.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-experimental/react-dom/server.edge.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.65 kB | 0.59 kB | = | 0.27 kB | 0.26 kB\n| [oss-stable-semver/react-dom/server.edge.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable-semver/react-dom/server.edge.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.65 kB | 0.59 kB | = | 0.27 kB | 0.26 kB\n| [oss-stable/react-dom/server.edge.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable/react-dom/server.edge.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.65 kB | 0.59 kB | = | 0.27 kB | 0.26 kB\n| [oss-experimental/react-dom/server.bun.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-experimental/react-dom/server.bun.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.65 kB | 0.59 kB | = | 0.27 kB | 0.26 kB\n| [oss-stable-semver/react-dom/server.bun.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable-semver/react-dom/server.bun.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.65 kB | 0.59 kB | = | 0.27 kB | 0.26 kB\n| [oss-stable/react-dom/server.bun.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable/react-dom/server.bun.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.65 kB | 0.59 kB | = | 0.27 kB | 0.26 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/__test_utils__/ReactAllWarnings.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **Deleted** | 64.71 kB | 0.00 kB | Deleted | 16.19 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-experimental/react-dom/cjs/react-dom-server.bun.production.min.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-experimental/react-dom/cjs/react-dom-server.bun.production.min.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 85.60 kB | 85.40 kB | = | 26.06 kB | 26.00 kB\n| [oss-stable/react-dom/cjs/react-dom-server.bun.production.min.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable/react-dom/cjs/react-dom-server.bun.production.min.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 80.19 kB | 79.99 kB | = | 24.87 kB | 24.81 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-server.bun.production.min.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable-semver/react-dom/cjs/react-dom-server.bun.production.min.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 80.16 kB | 79.96 kB | = | 24.84 kB | 24.78 kB\n| [oss-experimental/react-dom/cjs/react-dom-server-legacy.node.development.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-experimental/react-dom/cjs/react-dom-server-legacy.node.development.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 438.47 kB | 435.98 kB | = | 98.55 kB | 97.90 kB\n| [oss-experimental/react-dom/cjs/react-dom-server-legacy.node.production.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-experimental/react-dom/cjs/react-dom-server-legacy.node.production.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 341.34 kB | 339.34 kB | = | 74.89 kB | 74.38 kB\n| [oss-stable/react-dom/cjs/react-dom-server-legacy.node.development.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable/react-dom/cjs/react-dom-server-legacy.node.development.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 417.01 kB | 414.52 kB | = | 95.67 kB | 95.02 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-server-legacy.node.development.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable-semver/react-dom/cjs/react-dom-server-legacy.node.development.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 416.98 kB | 414.50 kB | = | 95.64 kB | 94.99 kB\n| [oss-stable/react-dom/cjs/react-dom-server-legacy.node.production.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable/react-dom/cjs/react-dom-server-legacy.node.production.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 320.32 kB | 318.32 kB | = | 71.96 kB | 71.45 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-server-legacy.node.production.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable-semver/react-dom/cjs/react-dom-server-legacy.node.production.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 320.29 kB | 318.30 kB | = | 71.93 kB | 71.42 kB\n| [oss-experimental/react-dom/cjs/react-dom-server-legacy.node.production.min.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-experimental/react-dom/cjs/react-dom-server-legacy.node.production.min.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 88.57 kB | 87.82 kB | = | 27.18 kB | 26.91 kB\n| [oss-stable/react-dom/cjs/react-dom-server-legacy.node.production.min.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable/react-dom/cjs/react-dom-server-legacy.node.production.min.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 83.25 kB | 82.51 kB | = | 25.97 kB | 25.70 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-server-legacy.node.production.min.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable-semver/react-dom/cjs/react-dom-server-legacy.node.production.min.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 83.23 kB | 82.48 kB | = | 25.94 kB | 25.67 kB\n| [oss-experimental/react-dom/server.node.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-experimental/react-dom/server.node.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.69 kB | 0.63 kB | = | 0.26 kB | 0.26 kB\n| [oss-stable-semver/react-dom/server.node.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable-semver/react-dom/server.node.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.69 kB | 0.63 kB | = | 0.26 kB | 0.26 kB\n| [oss-stable/react-dom/server.node.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable/react-dom/server.node.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.69 kB | 0.63 kB | = | 0.26 kB | 0.26 kB\n| [oss-experimental/react-dom/server.browser.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-experimental/react-dom/server.browser.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.65 kB | 0.59 kB | = | 0.26 kB | 0.25 kB\n| [oss-stable-semver/react-dom/server.browser.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable-semver/react-dom/server.browser.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.65 kB | 0.59 kB | = | 0.26 kB | 0.25 kB\n| [oss-stable/react-dom/server.browser.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable/react-dom/server.browser.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.65 kB | 0.59 kB | = | 0.26 kB | 0.25 kB\n| [oss-experimental/react-dom/server.edge.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-experimental/react-dom/server.edge.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.65 kB | 0.59 kB | = | 0.27 kB | 0.26 kB\n| [oss-stable-semver/react-dom/server.edge.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable-semver/react-dom/server.edge.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.65 kB | 0.59 kB | = | 0.27 kB | 0.26 kB\n| [oss-stable/react-dom/server.edge.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable/react-dom/server.edge.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.65 kB | 0.59 kB | = | 0.27 kB | 0.26 kB\n| [oss-experimental/react-dom/server.bun.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-experimental/react-dom/server.bun.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.65 kB | 0.59 kB | = | 0.27 kB | 0.26 kB\n| [oss-stable-semver/react-dom/server.bun.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable-semver/react-dom/server.bun.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.65 kB | 0.59 kB | = | 0.27 kB | 0.26 kB\n| [oss-stable/react-dom/server.bun.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/oss-stable/react-dom/server.bun.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **=** | 0.65 kB | 0.59 kB | = | 0.27 kB | 0.26 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/229e7d3886764404f183add844e70c12bcb40e59/files/__test_utils__/ReactAllWarnings.js?compare=d329ff9d9e87f3f909f98cf63701ef3795cf2584) | **Deleted** | 64.71 kB | 0.00 kB | Deleted | 16.19 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 229e7d3886764404f183add844e70c12bcb40e59\n</p>\n" ]
2024-04-19 01:07:30
2024-04-19 04:06:08
2024-04-19 04:06:05
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28873', 'html_url': 'https://github.com/facebook/react/pull/28873', 'diff_url': 'https://github.com/facebook/react/pull/28873.diff', 'patch_url': 'https://github.com/facebook/react/pull/28873.patch', 'merged_at': datetime.datetime(2024, 4, 19, 4, 6, 5)}
Stacked on #28872 renderToStaticNodeStream was not originally deprecated when renderToNodeStream was deprecated because it did not yet have a clear analog in the modern streaming implementation for SSR. In React 19 we have already removed renderToNodeStream. This change removes renderToStaticNodeStream as well because you can replicate it's semantics using renderToPipeableStream with onAllReady or renderToReadableStream with await stream.allready.
{'url': 'https://api.github.com/repos/facebook/react/issues/28873/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28873/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28872
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28872/labels{/name}
https://api.github.com/repos/facebook/react/issues/28872/comments
https://api.github.com/repos/facebook/react/issues/28872/events
https://github.com/facebook/react/pull/28872
2,251,866,030
PR_kwDOAJy2Ks5tHRGl
28,872
Deprecate `renderToStaticNodeStream`
{'login': 'gnoff', 'id': 2716369, 'node_id': 'MDQ6VXNlcjI3MTYzNjk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2716369?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/gnoff', 'html_url': 'https://github.com/gnoff', 'followers_url': 'https://api.github.com/users/gnoff/followers', 'following_url': 'https://api.github.com/users/gnoff/following{/other_user}', 'gists_url': 'https://api.github.com/users/gnoff/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/gnoff/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/gnoff/subscriptions', 'organizations_url': 'https://api.github.com/users/gnoff/orgs', 'repos_url': 'https://api.github.com/users/gnoff/repos', 'events_url': 'https://api.github.com/users/gnoff/events{/privacy}', 'received_events_url': 'https://api.github.com/users/gnoff/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 561c023708bc0cb04613f89da821dc3c55245f01...bc4dea669546c5b8d2719502026e233235e15140\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/bc4dea669546c5b8d2719502026e233235e15140/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=561c023708bc0cb04613f89da821dc3c55245f01) | **=** | 168.91 kB | 168.91 kB | = | 52.94 kB | 52.93 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/bc4dea669546c5b8d2719502026e233235e15140/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=561c023708bc0cb04613f89da821dc3c55245f01) | **=** | 170.56 kB | 170.56 kB | = | 53.44 kB | 53.43 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/bc4dea669546c5b8d2719502026e233235e15140/files/facebook-www/ReactDOM-prod.classic.js?compare=561c023708bc0cb04613f89da821dc3c55245f01) | **=** | 590.81 kB | 590.81 kB | = | 103.90 kB | 103.90 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/bc4dea669546c5b8d2719502026e233235e15140/files/facebook-www/ReactDOM-prod.modern.js?compare=561c023708bc0cb04613f89da821dc3c55245f01) | **=** | 566.62 kB | 566.62 kB | = | 100.09 kB | 100.09 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/bc4dea669546c5b8d2719502026e233235e15140/files/__test_utils__/ReactAllWarnings.js?compare=561c023708bc0cb04613f89da821dc3c55245f01) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/bc4dea669546c5b8d2719502026e233235e15140/files/__test_utils__/ReactAllWarnings.js?compare=561c023708bc0cb04613f89da821dc3c55245f01) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against bc4dea669546c5b8d2719502026e233235e15140\n</p>\n" ]
2024-04-19 01:01:56
2024-04-19 01:33:56
2024-04-19 01:33:53
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28872', 'html_url': 'https://github.com/facebook/react/pull/28872', 'diff_url': 'https://github.com/facebook/react/pull/28872.diff', 'patch_url': 'https://github.com/facebook/react/pull/28872.patch', 'merged_at': datetime.datetime(2024, 4, 19, 1, 33, 53)}
This commit adds warnings indicating that `renderToStaticNodeStream` will be removed in an upcoming React release. This API has been legacy, is not widely used (renderToStaticMarkup is more common) and has semantically eqiuvalent implementations with renderToReadableStream and renderToPipeableStream.
{'url': 'https://api.github.com/repos/facebook/react/issues/28872/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28872/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28871
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28871/labels{/name}
https://api.github.com/repos/facebook/react/issues/28871/comments
https://api.github.com/repos/facebook/react/issues/28871/events
https://github.com/facebook/react/pull/28871
2,251,794,586
PR_kwDOAJy2Ks5tHBlb
28,871
[Fizz] escape <script> textContent similar to bootstrapScript
{'login': 'gnoff', 'id': 2716369, 'node_id': 'MDQ6VXNlcjI3MTYzNjk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2716369?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/gnoff', 'html_url': 'https://github.com/gnoff', 'followers_url': 'https://api.github.com/users/gnoff/followers', 'following_url': 'https://api.github.com/users/gnoff/following{/other_user}', 'gists_url': 'https://api.github.com/users/gnoff/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/gnoff/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/gnoff/subscriptions', 'organizations_url': 'https://api.github.com/users/gnoff/orgs', 'repos_url': 'https://api.github.com/users/gnoff/repos', 'events_url': 'https://api.github.com/users/gnoff/events{/privacy}', 'received_events_url': 'https://api.github.com/users/gnoff/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: aead514db2808a2e82c128aa4db459939ab88b58...c4e3887a57171c657fdc5d453ea810020ac391f1\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/c4e3887a57171c657fdc5d453ea810020ac391f1/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=aead514db2808a2e82c128aa4db459939ab88b58) | **=** | 168.91 kB | 168.91 kB | = | 52.93 kB | 52.94 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/c4e3887a57171c657fdc5d453ea810020ac391f1/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=aead514db2808a2e82c128aa4db459939ab88b58) | **=** | 170.56 kB | 170.56 kB | = | 53.43 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/c4e3887a57171c657fdc5d453ea810020ac391f1/files/facebook-www/ReactDOM-prod.classic.js?compare=aead514db2808a2e82c128aa4db459939ab88b58) | **=** | 590.81 kB | 590.81 kB | = | 103.90 kB | 103.90 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/c4e3887a57171c657fdc5d453ea810020ac391f1/files/facebook-www/ReactDOM-prod.modern.js?compare=aead514db2808a2e82c128aa4db459939ab88b58) | **=** | 566.62 kB | 566.62 kB | = | 100.09 kB | 100.09 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/c4e3887a57171c657fdc5d453ea810020ac391f1/files/__test_utils__/ReactAllWarnings.js?compare=aead514db2808a2e82c128aa4db459939ab88b58) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/c4e3887a57171c657fdc5d453ea810020ac391f1/files/__test_utils__/ReactAllWarnings.js?compare=aead514db2808a2e82c128aa4db459939ab88b58) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against c4e3887a57171c657fdc5d453ea810020ac391f1\n</p>\n" ]
2024-04-18 23:48:27
2024-04-19 00:38:46
2024-04-19 00:38:43
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28871', 'html_url': 'https://github.com/facebook/react/pull/28871', 'diff_url': 'https://github.com/facebook/react/pull/28871.diff', 'patch_url': 'https://github.com/facebook/react/pull/28871.patch', 'merged_at': datetime.datetime(2024, 4, 19, 0, 38, 43)}
stacked on #28870 inline script children have been encoded as HTML for a while now but this can easily break script parsing so practically if you were rendering inline scripts you were using dangerouslySetInnerHTML. This is not great because now there is no escaping at all so you have to be even more careful. While care should always be taken when rendering untrusted script content driving users to use dangerous APIs is not the right approach and in this PR the escaping functionality used for bootstrapScripts and importMaps is being extended to any inline script. the approach is to escape 's' or 'S" with the appropriate unicode code point if it is inside a <script or </script sequence. This has the nice benefit of minimally escaping the text for readability while still preserving full js parsing capabilities. As articulated when we introduced this escaping for prior use cases this is only safe because we are escaping the entire script content. It would be unsafe if we were not escaping the entirety of the script because we would no longer be able to ensure there are no earlier or later <script sequences that put the parser in unexpected states.
{'url': 'https://api.github.com/repos/facebook/react/issues/28871/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28871/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28870
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28870/labels{/name}
https://api.github.com/repos/facebook/react/issues/28870/comments
https://api.github.com/repos/facebook/react/issues/28870/events
https://github.com/facebook/react/pull/28870
2,251,754,798
PR_kwDOAJy2Ks5tG4nx
28,870
[Fizz] escape <style> textContent as css
{'login': 'gnoff', 'id': 2716369, 'node_id': 'MDQ6VXNlcjI3MTYzNjk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2716369?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/gnoff', 'html_url': 'https://github.com/gnoff', 'followers_url': 'https://api.github.com/users/gnoff/followers', 'following_url': 'https://api.github.com/users/gnoff/following{/other_user}', 'gists_url': 'https://api.github.com/users/gnoff/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/gnoff/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/gnoff/subscriptions', 'organizations_url': 'https://api.github.com/users/gnoff/orgs', 'repos_url': 'https://api.github.com/users/gnoff/repos', 'events_url': 'https://api.github.com/users/gnoff/events{/privacy}', 'received_events_url': 'https://api.github.com/users/gnoff/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 4c34a7ffc59207e8baa19e8c4698a2f90a46177c...a61a35d35cc9138f83f1006e354827ede6ccf181\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/a61a35d35cc9138f83f1006e354827ede6ccf181/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=4c34a7ffc59207e8baa19e8c4698a2f90a46177c) | **=** | 168.91 kB | 168.91 kB | = | 52.93 kB | 52.94 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/a61a35d35cc9138f83f1006e354827ede6ccf181/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=4c34a7ffc59207e8baa19e8c4698a2f90a46177c) | **=** | 170.56 kB | 170.56 kB | = | 53.43 kB | 53.43 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/a61a35d35cc9138f83f1006e354827ede6ccf181/files/facebook-www/ReactDOM-prod.classic.js?compare=4c34a7ffc59207e8baa19e8c4698a2f90a46177c) | **=** | 590.81 kB | 590.81 kB | = | 103.90 kB | 103.90 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/a61a35d35cc9138f83f1006e354827ede6ccf181/files/facebook-www/ReactDOM-prod.modern.js?compare=4c34a7ffc59207e8baa19e8c4698a2f90a46177c) | **=** | 566.62 kB | 566.62 kB | = | 100.09 kB | 100.09 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/a61a35d35cc9138f83f1006e354827ede6ccf181/files/__test_utils__/ReactAllWarnings.js?compare=4c34a7ffc59207e8baa19e8c4698a2f90a46177c) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/a61a35d35cc9138f83f1006e354827ede6ccf181/files/__test_utils__/ReactAllWarnings.js?compare=4c34a7ffc59207e8baa19e8c4698a2f90a46177c) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against a61a35d35cc9138f83f1006e354827ede6ccf181\n</p>\n" ]
2024-04-18 23:20:23
2024-04-19 00:24:30
2024-04-19 00:24:28
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28870', 'html_url': 'https://github.com/facebook/react/pull/28870', 'diff_url': 'https://github.com/facebook/react/pull/28870.diff', 'patch_url': 'https://github.com/facebook/react/pull/28870.patch', 'merged_at': datetime.datetime(2024, 4, 19, 0, 24, 28)}
style text content has historically been escaped as HTML which is non-sensical and often leads users to using dangerouslySetInnerHTML as a matter of course. While rendering untrusted style rules is a security risk React doesn't really provide any special protection here and forcing users to use a completely unescaped API is if anything worse. So this PR updates the style escaping rules for Fizz to only escape the text content to ensure the tag scope cannot be closed early. This is accomplished by encoding "s" and "S" as hexadecimal unicode representation "\73 " and "\53 " respectively when found within a sequence like </style>. We have to be careful to support casing here just like with the script closing tag regex for bootstrap scripts.
{'url': 'https://api.github.com/repos/facebook/react/issues/28870/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28870/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28869
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28869/labels{/name}
https://api.github.com/repos/facebook/react/issues/28869/comments
https://api.github.com/repos/facebook/react/issues/28869/events
https://github.com/facebook/react/pull/28869
2,251,293,803
PR_kwDOAJy2Ks5tFSpI
28,869
Write Diff Train import branch to this repo
{'login': 'bigfootjon', 'id': 6403568, 'node_id': 'MDQ6VXNlcjY0MDM1Njg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/6403568?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/bigfootjon', 'html_url': 'https://github.com/bigfootjon', 'followers_url': 'https://api.github.com/users/bigfootjon/followers', 'following_url': 'https://api.github.com/users/bigfootjon/following{/other_user}', 'gists_url': 'https://api.github.com/users/bigfootjon/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/bigfootjon/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/bigfootjon/subscriptions', 'organizations_url': 'https://api.github.com/users/bigfootjon/orgs', 'repos_url': 'https://api.github.com/users/bigfootjon/repos', 'events_url': 'https://api.github.com/users/bigfootjon/events{/privacy}', 'received_events_url': 'https://api.github.com/users/bigfootjon/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: ea24427d16f3ac9b0f3bb45cdc7919ac208130c9...a8888caaa370b1c39e577447f035a5979ca6dc1c\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/a8888caaa370b1c39e577447f035a5979ca6dc1c/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=ea24427d16f3ac9b0f3bb45cdc7919ac208130c9) | **=** | 168.90 kB | 168.91 kB | = | 52.93 kB | 52.93 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/a8888caaa370b1c39e577447f035a5979ca6dc1c/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=ea24427d16f3ac9b0f3bb45cdc7919ac208130c9) | **=** | 170.56 kB | 170.56 kB | = | 53.43 kB | 53.43 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/a8888caaa370b1c39e577447f035a5979ca6dc1c/files/facebook-www/ReactDOM-prod.classic.js?compare=ea24427d16f3ac9b0f3bb45cdc7919ac208130c9) | **=** | 590.81 kB | 590.81 kB | = | 103.90 kB | 103.90 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/a8888caaa370b1c39e577447f035a5979ca6dc1c/files/facebook-www/ReactDOM-prod.modern.js?compare=ea24427d16f3ac9b0f3bb45cdc7919ac208130c9) | **=** | 566.62 kB | 566.62 kB | = | 100.09 kB | 100.09 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/a8888caaa370b1c39e577447f035a5979ca6dc1c/files/__test_utils__/ReactAllWarnings.js?compare=ea24427d16f3ac9b0f3bb45cdc7919ac208130c9) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/a8888caaa370b1c39e577447f035a5979ca6dc1c/files/__test_utils__/ReactAllWarnings.js?compare=ea24427d16f3ac9b0f3bb45cdc7919ac208130c9) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against a8888caaa370b1c39e577447f035a5979ca6dc1c\n</p>\n" ]
2024-04-18 18:23:11
2024-04-18 19:08:56
2024-04-18 19:08:52
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28869', 'html_url': 'https://github.com/facebook/react/pull/28869', 'diff_url': 'https://github.com/facebook/react/pull/28869.diff', 'patch_url': 'https://github.com/facebook/react/pull/28869.patch', 'merged_at': datetime.datetime(2024, 4, 18, 19, 8, 52)}
For fbsource we've historically used a separate repo for imports due to internal limitations in Diff Train. Those have been lifted so we can now commit this branch here and then we can import from this repo (and get rid of the other repo)
{'url': 'https://api.github.com/repos/facebook/react/issues/28869/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28869/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28868
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28868/labels{/name}
https://api.github.com/repos/facebook/react/issues/28868/comments
https://api.github.com/repos/facebook/react/issues/28868/events
https://github.com/facebook/react/pull/28868
2,251,204,544
PR_kwDOAJy2Ks5tE_Me
28,868
[Fiber/Fizz] Support AsyncIterable as Children and AsyncGenerator Client Components
{'login': 'sebmarkbage', 'id': 63648, 'node_id': 'MDQ6VXNlcjYzNjQ4', 'avatar_url': 'https://avatars.githubusercontent.com/u/63648?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sebmarkbage', 'html_url': 'https://github.com/sebmarkbage', 'followers_url': 'https://api.github.com/users/sebmarkbage/followers', 'following_url': 'https://api.github.com/users/sebmarkbage/following{/other_user}', 'gists_url': 'https://api.github.com/users/sebmarkbage/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/sebmarkbage/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/sebmarkbage/subscriptions', 'organizations_url': 'https://api.github.com/users/sebmarkbage/orgs', 'repos_url': 'https://api.github.com/users/sebmarkbage/repos', 'events_url': 'https://api.github.com/users/sebmarkbage/events{/privacy}', 'received_events_url': 'https://api.github.com/users/sebmarkbage/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 5b903cdaa94c78e8fabb985d8daca5bd7d266323...453d6573045b7439a691c38599937694a169a17c\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **=** | 497.54 kB | 497.54 kB | = | 88.93 kB | 88.89 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+0.19%** | 502.86 kB | 503.83 kB | +0.08% | 89.84 kB | 89.91 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/facebook-www/ReactDOM-prod.classic.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **=** | 591.00 kB | 591.01 kB | = | 103.95 kB | 103.89 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/facebook-www/ReactDOM-prod.modern.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **=** | 566.82 kB | 566.82 kB | = | 100.15 kB | 100.10 kB\n| [oss-experimental/react-server/cjs/react-server.development.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-server/cjs/react-server.development.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+2.16%** | 209.21 kB | 213.73 kB | +1.23% | 48.66 kB | 49.26 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/__test_utils__/ReactAllWarnings.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **Deleted** | 64.68 kB | 0.00 kB | Deleted | 16.15 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-experimental/react-server/cjs/react-server.development.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-server/cjs/react-server.development.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+2.16%** | 209.21 kB | 213.73 kB | +1.23% | 48.66 kB | 49.26 kB\n| [oss-experimental/react-server/cjs/react-server.production.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-server/cjs/react-server.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+1.57%** | 114.16 kB | 115.95 kB | +1.44% | 20.65 kB | 20.95 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.bun.development.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-dom/cjs/react-dom-server.bun.development.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+1.05%** | 430.60 kB | 435.12 kB | +0.62% | 96.17 kB | 96.77 kB\n| [oss-experimental/react-dom/cjs/react-dom-server-legacy.node.development.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-dom/cjs/react-dom-server-legacy.node.development.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+1.04%** | 436.57 kB | 441.09 kB | +0.61% | 98.01 kB | 98.61 kB\n| [oss-experimental/react-dom/cjs/react-dom-server-legacy.browser.development.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-dom/cjs/react-dom-server-legacy.browser.development.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+1.04%** | 436.58 kB | 441.10 kB | +0.61% | 98.01 kB | 98.61 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.node.development.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-dom/cjs/react-dom-server.node.development.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+1.02%** | 443.86 kB | 448.38 kB | +0.61% | 98.31 kB | 98.91 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.browser.development.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-dom/cjs/react-dom-server.browser.development.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+1.01%** | 445.49 kB | 450.01 kB | +0.60% | 99.16 kB | 99.76 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.edge.development.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-dom/cjs/react-dom-server.edge.development.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+1.01%** | 446.07 kB | 450.59 kB | +0.60% | 99.29 kB | 99.89 kB\n| [oss-experimental/react-dom/cjs/react-dom-server-legacy.browser.production.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-dom/cjs/react-dom-server-legacy.browser.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+0.81%** | 209.43 kB | 211.12 kB | +0.67% | 38.08 kB | 38.33 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.bun.production.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-dom/cjs/react-dom-server.bun.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+0.79%** | 214.28 kB | 215.97 kB | +0.70% | 39.04 kB | 39.32 kB\n| [oss-experimental/react-dom/cjs/react-dom-server-legacy.node.production.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-dom/cjs/react-dom-server-legacy.node.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+0.79%** | 214.47 kB | 216.16 kB | +0.68% | 39.93 kB | 40.21 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.browser.production.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-dom/cjs/react-dom-server.browser.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+0.72%** | 233.79 kB | 235.48 kB | +0.67% | 40.94 kB | 41.21 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.node.production.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-dom/cjs/react-dom-server.node.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+0.72%** | 235.88 kB | 237.57 kB | +0.66% | 42.31 kB | 42.59 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.edge.production.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-dom/cjs/react-dom-server.edge.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+0.71%** | 239.51 kB | 241.20 kB | +0.64% | 42.96 kB | 43.23 kB\n| [oss-experimental/react-art/cjs/react-art.production.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-art/cjs/react-art.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+0.34%** | 294.00 kB | 294.99 kB | +0.15% | 50.79 kB | 50.87 kB\n| [oss-experimental/react-art/cjs/react-art.development.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-art/cjs/react-art.development.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+0.30%** | 821.65 kB | 824.08 kB | +0.16% | 177.98 kB | 178.26 kB\n| [oss-experimental/react-reconciler/cjs/react-reconciler.production.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-reconciler/cjs/react-reconciler.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+0.28%** | 379.57 kB | 380.61 kB | +0.14% | 62.26 kB | 62.34 kB\n| [oss-experimental/react-reconciler/cjs/react-reconciler.development.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-reconciler/cjs/react-reconciler.development.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+0.26%** | 924.58 kB | 927.00 kB | +0.13% | 198.72 kB | 198.98 kB\n| [oss-experimental/react-reconciler/cjs/react-reconciler.profiling.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-experimental/react-reconciler/cjs/react-reconciler.profiling.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+0.26%** | 407.77 kB | 408.81 kB | +0.13% | 66.25 kB | 66.34 kB\n| [oss-stable-semver/react-server/cjs/react-server.production.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-stable-semver/react-server/cjs/react-server.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+0.23%** | 104.96 kB | 105.20 kB | +0.10% | 19.26 kB | 19.28 kB\n| [oss-stable/react-server/cjs/react-server.production.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/oss-stable/react-server/cjs/react-server.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+0.23%** | 104.96 kB | 105.20 kB | +0.10% | 19.26 kB | 19.28 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/453d6573045b7439a691c38599937694a169a17c/files/__test_utils__/ReactAllWarnings.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **Deleted** | 64.68 kB | 0.00 kB | Deleted | 16.15 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 453d6573045b7439a691c38599937694a169a17c\n</p>\n", "> If you're following along from the side-lines.\r\n\r\nThanks for letting us follow along by writing these detailed PR descriptions! ๐Ÿ‘\r\nAlso, the unit tests help a lot. ๐Ÿ™‚", "Without SuspenseList these are mainly useful for parity between SuspenseList children and other children. It's also a performance optimization when used with RSC because you can start streaming in Server Components over the wire earlier instead of blocking for all items of a list to be known.", "Well, currently it's not actually possible to pass to `use()`. It's more like a variant of `Iterable` / `Array` than a variant of `Promise`. So it's a type of ReactNode. We can separately add it to `use()` though if we decide it's useful (pun intended).", "yeah by \"add\" I meant \"implement\". Might be nice for parity, if nothing else." ]
2024-04-18 17:26:40
2024-04-22 17:25:05
2024-04-22 17:25:05
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28868', 'html_url': 'https://github.com/facebook/react/pull/28868', 'diff_url': 'https://github.com/facebook/react/pull/28868.diff', 'patch_url': 'https://github.com/facebook/react/pull/28868.patch', 'merged_at': datetime.datetime(2024, 4, 22, 17, 25, 5)}
Stacked on #28849, #28854, #28853. Behind a flag. If you're following along from the side-lines. This is probably not what you think it is. It's NOT a way to get updates to a component over time. The AsyncIterable works like an Iterable already works in React which is how an Array works. I.e. it's a list of children - not the value of a child over time. It also doesn't actually render one component at a time. The way it works is more like awaiting the entire list to become an array and then it shows up. Before that it suspends the parent. To actually get these to display one at a time, you have to opt-in with `<SuspenseList>` to describe how they should appear. That's really the interesting part and that not implemented yet. Additionally, since these are effectively Async Functions and uncached promises, they're not actually fully "supported" on the client yet for the same reason rendering plain Promises and Async Functions aren't. They warn. It's only really useful when paired with RSC that produces instrumented versions of these. Ideally we'd published instrumented helpers to help with map/filter style operations that yield new instrumented AsyncIterables. The way the implementation works basically just relies on unwrapThenable and otherwise works like a plain Iterator. There is one quirk with these that are different than just promises. We ask for a new iterator each time we rerender. This means that upon retry we kick off another iteration which itself might kick off new requests that block iterating further. To solve this and make it actually efficient enough to use on the client we'd need to stash something like a buffer of the previous iteration and maybe iterator on the iterable so that we can continue where we left off or synchronously iterate if we've seen it before. Similar to our `.value` convention on Promises. In Fizz, I had to do a special case because when we render an iterator child we don't actually rerender the parent again like we do in Fiber. However, it's more efficient to just continue on where we left off by reusing the entries from the thenable state from before in that case.
{'url': 'https://api.github.com/repos/facebook/react/issues/28868/reactions', 'total_count': 3, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 2}
https://api.github.com/repos/facebook/react/issues/28868/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28867
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28867/labels{/name}
https://api.github.com/repos/facebook/react/issues/28867/comments
https://api.github.com/repos/facebook/react/issues/28867/events
https://github.com/facebook/react/pull/28867
2,251,132,638
PR_kwDOAJy2Ks5tEvcG
28,867
Support writing to this.refs from userspace
{'login': 'acdlite', 'id': 3624098, 'node_id': 'MDQ6VXNlcjM2MjQwOTg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/3624098?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/acdlite', 'html_url': 'https://github.com/acdlite', 'followers_url': 'https://api.github.com/users/acdlite/followers', 'following_url': 'https://api.github.com/users/acdlite/following{/other_user}', 'gists_url': 'https://api.github.com/users/acdlite/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/acdlite/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/acdlite/subscriptions', 'organizations_url': 'https://api.github.com/users/acdlite/orgs', 'repos_url': 'https://api.github.com/users/acdlite/repos', 'events_url': 'https://api.github.com/users/acdlite/events{/privacy}', 'received_events_url': 'https://api.github.com/users/acdlite/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 0061ca6cf47c5124d2ebe708481fb03da9e8e267...7e688c616f39d0f7061d3223126e8105db3eb90c\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/7e688c616f39d0f7061d3223126e8105db3eb90c/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=0061ca6cf47c5124d2ebe708481fb03da9e8e267) | **=** | 168.91 kB | 168.90 kB | = | 52.94 kB | 52.93 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/7e688c616f39d0f7061d3223126e8105db3eb90c/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=0061ca6cf47c5124d2ebe708481fb03da9e8e267) | **=** | 170.57 kB | 170.56 kB | = | 53.44 kB | 53.43 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/7e688c616f39d0f7061d3223126e8105db3eb90c/files/facebook-www/ReactDOM-prod.classic.js?compare=0061ca6cf47c5124d2ebe708481fb03da9e8e267) | **=** | 590.83 kB | 590.81 kB | = | 103.91 kB | 103.90 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/7e688c616f39d0f7061d3223126e8105db3eb90c/files/facebook-www/ReactDOM-prod.modern.js?compare=0061ca6cf47c5124d2ebe708481fb03da9e8e267) | **=** | 566.65 kB | 566.62 kB | = | 100.10 kB | 100.09 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/7e688c616f39d0f7061d3223126e8105db3eb90c/files/__test_utils__/ReactAllWarnings.js?compare=0061ca6cf47c5124d2ebe708481fb03da9e8e267) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-experimental/react/cjs/react.production.js](https://react-builds.vercel.app/commits/7e688c616f39d0f7061d3223126e8105db3eb90c/files/oss-experimental/react/cjs/react.production.js?compare=0061ca6cf47c5124d2ebe708481fb03da9e8e267) | **=** | 37.16 kB | 37.04 kB | = | 10.42 kB | 10.41 kB\n| [oss-stable/react/cjs/react.production.js](https://react-builds.vercel.app/commits/7e688c616f39d0f7061d3223126e8105db3eb90c/files/oss-stable/react/cjs/react.production.js?compare=0061ca6cf47c5124d2ebe708481fb03da9e8e267) | **=** | 35.51 kB | 35.39 kB | = | 10.07 kB | 10.06 kB\n| [oss-stable-semver/react/cjs/react.production.js](https://react-builds.vercel.app/commits/7e688c616f39d0f7061d3223126e8105db3eb90c/files/oss-stable-semver/react/cjs/react.production.js?compare=0061ca6cf47c5124d2ebe708481fb03da9e8e267) | **=** | 35.48 kB | 35.36 kB | = | 10.04 kB | 10.03 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/7e688c616f39d0f7061d3223126e8105db3eb90c/files/__test_utils__/ReactAllWarnings.js?compare=0061ca6cf47c5124d2ebe708481fb03da9e8e267) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 7e688c616f39d0f7061d3223126e8105db3eb90c\n</p>\n" ]
2024-04-18 16:41:20
2024-04-18 17:37:54
2024-04-18 17:37:54
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28867', 'html_url': 'https://github.com/facebook/react/pull/28867', 'diff_url': 'https://github.com/facebook/react/pull/28867.diff', 'patch_url': 'https://github.com/facebook/react/pull/28867.patch', 'merged_at': datetime.datetime(2024, 4, 18, 17, 37, 54)}
Previously, the `refs` property of a class component instance was read-only by user code โ€” only React could write to it, and until/unless a string ref was used, it pointed to a shared empty object that was frozen in dev to prevent userspace mutations. Because string refs are deprecated, we want users to be able to codemod all their string refs to callback refs. The safest way to do this is to output a callback ref that assigns to `this.refs`. So to support this, we need to make `this.refs` writable by userspace.
{'url': 'https://api.github.com/repos/facebook/react/issues/28867/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28867/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28866
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28866/labels{/name}
https://api.github.com/repos/facebook/react/issues/28866/comments
https://api.github.com/repos/facebook/react/issues/28866/events
https://github.com/facebook/react/issues/28866
2,251,110,736
I_kwDOAJy2Ks6GLTlQ
28,866
Feature Request: useOnLoadEffect() -> empty dependency array useEffect wrapper
{'login': 'laspencer91', 'id': 26290454, 'node_id': 'MDQ6VXNlcjI2MjkwNDU0', 'avatar_url': 'https://avatars.githubusercontent.com/u/26290454?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/laspencer91', 'html_url': 'https://github.com/laspencer91', 'followers_url': 'https://api.github.com/users/laspencer91/followers', 'following_url': 'https://api.github.com/users/laspencer91/following{/other_user}', 'gists_url': 'https://api.github.com/users/laspencer91/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/laspencer91/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/laspencer91/subscriptions', 'organizations_url': 'https://api.github.com/users/laspencer91/orgs', 'repos_url': 'https://api.github.com/users/laspencer91/repos', 'events_url': 'https://api.github.com/users/laspencer91/events{/privacy}', 'received_events_url': 'https://api.github.com/users/laspencer91/received_events', 'type': 'User', 'site_admin': False}
[{'id': 155984160, 'node_id': 'MDU6TGFiZWwxNTU5ODQxNjA=', 'url': 'https://api.github.com/repos/facebook/react/labels/Status:%20Unconfirmed', 'name': 'Status: Unconfirmed', 'color': 'd4c5f9', 'default': False, 'description': "A potential issue that we haven't yet confirmed as a bug"}]
open
false
null
[]
null
[]
2024-04-18 16:29:07
2024-04-18 16:34:15
null
NONE
null
null
null
Currently React requires an empty dependency array to use an effect only on components' initial render. This frequently causes confusion for new React developers that could be remedied with the addition of a unique named hook that handles this case. Adheres to a design principle that says "_Names should specify their intent, if a function or variable requires documentation then its name does not specify its intent_". ```ts // Requires the developer to know what this does either through prior trial and error, or prior learning. // Often mistakenly interpreted by new developers as an effect that will run every render. useEffect(() => { }, []) // Name provides the intent. Developer can interpret behavior without framework specific knowledge. useOnLoadEffect(() => { }); ``` This could provide clarity for React applications. Upon implementation, could potentially provide hinting to use the new hook when an empty array is detected to remain backwards compatible. Same logic could be applied for useMemo. ```ts useOnLoadMemo(() => { }); ```
{'url': 'https://api.github.com/repos/facebook/react/issues/28866/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28866/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28865
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28865/labels{/name}
https://api.github.com/repos/facebook/react/issues/28865/comments
https://api.github.com/repos/facebook/react/issues/28865/events
https://github.com/facebook/react/pull/28865
2,250,822,311
PR_kwDOAJy2Ks5tDrQw
28,865
Revert "convert circleci workflow devtools_regression_tests to github actions"
{'login': 'rickhanlonii', 'id': 2440089, 'node_id': 'MDQ6VXNlcjI0NDAwODk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2440089?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/rickhanlonii', 'html_url': 'https://github.com/rickhanlonii', 'followers_url': 'https://api.github.com/users/rickhanlonii/followers', 'following_url': 'https://api.github.com/users/rickhanlonii/following{/other_user}', 'gists_url': 'https://api.github.com/users/rickhanlonii/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/rickhanlonii/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/rickhanlonii/subscriptions', 'organizations_url': 'https://api.github.com/users/rickhanlonii/orgs', 'repos_url': 'https://api.github.com/users/rickhanlonii/repos', 'events_url': 'https://api.github.com/users/rickhanlonii/events{/privacy}', 'received_events_url': 'https://api.github.com/users/rickhanlonii/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 496e8733bb7fdee8f8678100c8b601ead8a2d23b...99f06a1653dc002c554d3dab7bd481b1f18c6da7\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/99f06a1653dc002c554d3dab7bd481b1f18c6da7/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=496e8733bb7fdee8f8678100c8b601ead8a2d23b) | **=** | 168.91 kB | 168.91 kB | = | 52.94 kB | 52.94 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/99f06a1653dc002c554d3dab7bd481b1f18c6da7/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=496e8733bb7fdee8f8678100c8b601ead8a2d23b) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/99f06a1653dc002c554d3dab7bd481b1f18c6da7/files/facebook-www/ReactDOM-prod.classic.js?compare=496e8733bb7fdee8f8678100c8b601ead8a2d23b) | **=** | 590.83 kB | 590.83 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/99f06a1653dc002c554d3dab7bd481b1f18c6da7/files/facebook-www/ReactDOM-prod.modern.js?compare=496e8733bb7fdee8f8678100c8b601ead8a2d23b) | **=** | 566.65 kB | 566.65 kB | = | 100.10 kB | 100.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/99f06a1653dc002c554d3dab7bd481b1f18c6da7/files/__test_utils__/ReactAllWarnings.js?compare=496e8733bb7fdee8f8678100c8b601ead8a2d23b) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/99f06a1653dc002c554d3dab7bd481b1f18c6da7/files/__test_utils__/ReactAllWarnings.js?compare=496e8733bb7fdee8f8678100c8b601ead8a2d23b) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 99f06a1653dc002c554d3dab7bd481b1f18c6da7\n</p>\n", "Why not just fix it tho", "It's not clear what the fix is and we need to keep main green. ", "> It's not clear what the fix is and we need to keep main green.\r\n\r\nGot it! Hope in future got a fix for that โค๏ธ " ]
2024-04-18 14:18:45
2024-04-20 15:08:16
2024-04-18 14:18:53
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28865', 'html_url': 'https://github.com/facebook/react/pull/28865', 'diff_url': 'https://github.com/facebook/react/pull/28865.diff', 'patch_url': 'https://github.com/facebook/react/pull/28865.patch', 'merged_at': datetime.datetime(2024, 4, 18, 14, 18, 53)}
Reverts facebook/react#27800, tests fail on main
{'url': 'https://api.github.com/repos/facebook/react/issues/28865/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28865/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28864
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28864/labels{/name}
https://api.github.com/repos/facebook/react/issues/28864/comments
https://api.github.com/repos/facebook/react/issues/28864/events
https://github.com/facebook/react/pull/28864
2,250,700,158
PR_kwDOAJy2Ks5tDQWw
28,864
Remove ReactFlightFB bundles
{'login': 'kassens', 'id': 11849, 'node_id': 'MDQ6VXNlcjExODQ5', 'avatar_url': 'https://avatars.githubusercontent.com/u/11849?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/kassens', 'html_url': 'https://github.com/kassens', 'followers_url': 'https://api.github.com/users/kassens/followers', 'following_url': 'https://api.github.com/users/kassens/following{/other_user}', 'gists_url': 'https://api.github.com/users/kassens/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/kassens/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/kassens/subscriptions', 'organizations_url': 'https://api.github.com/users/kassens/orgs', 'repos_url': 'https://api.github.com/users/kassens/repos', 'events_url': 'https://api.github.com/users/kassens/events{/privacy}', 'received_events_url': 'https://api.github.com/users/kassens/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d...f52c27ed1abf696cfc27d84dec29afac7d7291d7\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/f52c27ed1abf696cfc27d84dec29afac7d7291d7/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **=** | 168.91 kB | 168.91 kB | = | 52.94 kB | 52.94 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/f52c27ed1abf696cfc27d84dec29afac7d7291d7/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/f52c27ed1abf696cfc27d84dec29afac7d7291d7/files/facebook-www/ReactDOM-prod.classic.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **=** | 590.83 kB | 590.83 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/f52c27ed1abf696cfc27d84dec29afac7d7291d7/files/facebook-www/ReactDOM-prod.modern.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **=** | 566.65 kB | 566.65 kB | = | 100.10 kB | 100.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/f52c27ed1abf696cfc27d84dec29afac7d7291d7/files/__test_utils__/ReactAllWarnings.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n| [facebook-www/ReactFlightDOMClient-dev.modern.js](https://react-builds.vercel.app/commits/f52c27ed1abf696cfc27d84dec29afac7d7291d7/files/facebook-www/ReactFlightDOMClient-dev.modern.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **Deleted** | 42.91 kB | 0.00 kB | Deleted | 9.77 kB | 0.00 kB\n| [facebook-www/ReactFlightDOMClient-prod.modern.js](https://react-builds.vercel.app/commits/f52c27ed1abf696cfc27d84dec29afac7d7291d7/files/facebook-www/ReactFlightDOMClient-prod.modern.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **Deleted** | 19.97 kB | 0.00 kB | Deleted | 4.82 kB | 0.00 kB\n| [facebook-www/ReactFlightDOMServer-dev.modern.js](https://react-builds.vercel.app/commits/f52c27ed1abf696cfc27d84dec29afac7d7291d7/files/facebook-www/ReactFlightDOMServer-dev.modern.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **Deleted** | 106.00 kB | 0.00 kB | Deleted | 22.02 kB | 0.00 kB\n| [facebook-www/ReactFlightDOMServer-prod.modern.js](https://react-builds.vercel.app/commits/f52c27ed1abf696cfc27d84dec29afac7d7291d7/files/facebook-www/ReactFlightDOMServer-prod.modern.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **Deleted** | 39.79 kB | 0.00 kB | Deleted | 9.09 kB | 0.00 kB\n| [facebook-www/ReactServer-dev.modern.js](https://react-builds.vercel.app/commits/f52c27ed1abf696cfc27d84dec29afac7d7291d7/files/facebook-www/ReactServer-dev.modern.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **Deleted** | 103.89 kB | 0.00 kB | Deleted | 24.47 kB | 0.00 kB\n| [facebook-www/ReactServer-prod.modern.js](https://react-builds.vercel.app/commits/f52c27ed1abf696cfc27d84dec29afac7d7291d7/files/facebook-www/ReactServer-prod.modern.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **Deleted** | 18.79 kB | 0.00 kB | Deleted | 4.86 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/f52c27ed1abf696cfc27d84dec29afac7d7291d7/files/__test_utils__/ReactAllWarnings.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n| [facebook-www/ReactFlightDOMClient-dev.modern.js](https://react-builds.vercel.app/commits/f52c27ed1abf696cfc27d84dec29afac7d7291d7/files/facebook-www/ReactFlightDOMClient-dev.modern.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **Deleted** | 42.91 kB | 0.00 kB | Deleted | 9.77 kB | 0.00 kB\n| [facebook-www/ReactFlightDOMClient-prod.modern.js](https://react-builds.vercel.app/commits/f52c27ed1abf696cfc27d84dec29afac7d7291d7/files/facebook-www/ReactFlightDOMClient-prod.modern.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **Deleted** | 19.97 kB | 0.00 kB | Deleted | 4.82 kB | 0.00 kB\n| [facebook-www/ReactFlightDOMServer-dev.modern.js](https://react-builds.vercel.app/commits/f52c27ed1abf696cfc27d84dec29afac7d7291d7/files/facebook-www/ReactFlightDOMServer-dev.modern.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **Deleted** | 106.00 kB | 0.00 kB | Deleted | 22.02 kB | 0.00 kB\n| [facebook-www/ReactFlightDOMServer-prod.modern.js](https://react-builds.vercel.app/commits/f52c27ed1abf696cfc27d84dec29afac7d7291d7/files/facebook-www/ReactFlightDOMServer-prod.modern.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **Deleted** | 39.79 kB | 0.00 kB | Deleted | 9.09 kB | 0.00 kB\n| [facebook-www/ReactServer-dev.modern.js](https://react-builds.vercel.app/commits/f52c27ed1abf696cfc27d84dec29afac7d7291d7/files/facebook-www/ReactServer-dev.modern.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **Deleted** | 103.89 kB | 0.00 kB | Deleted | 24.47 kB | 0.00 kB\n| [facebook-www/ReactServer-prod.modern.js](https://react-builds.vercel.app/commits/f52c27ed1abf696cfc27d84dec29afac7d7291d7/files/facebook-www/ReactServer-prod.modern.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **Deleted** | 18.79 kB | 0.00 kB | Deleted | 4.86 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against f52c27ed1abf696cfc27d84dec29afac7d7291d7\n</p>\n" ]
2024-04-18 13:26:04
2024-04-18 20:41:09
2024-04-18 20:41:04
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28864', 'html_url': 'https://github.com/facebook/react/pull/28864', 'diff_url': 'https://github.com/facebook/react/pull/28864.diff', 'patch_url': 'https://github.com/facebook/react/pull/28864.patch', 'merged_at': datetime.datetime(2024, 4, 18, 20, 41, 4)}
Remove ReactFlightFB bundles
{'url': 'https://api.github.com/repos/facebook/react/issues/28864/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28864/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28863
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28863/labels{/name}
https://api.github.com/repos/facebook/react/issues/28863/comments
https://api.github.com/repos/facebook/react/issues/28863/events
https://github.com/facebook/react/issues/28863
2,249,924,819
I_kwDOAJy2Ks6GGyDT
28,863
Bug: Event handling with portals is broken
{'login': 'sag-tobias-frey', 'id': 75436831, 'node_id': 'MDQ6VXNlcjc1NDM2ODMx', 'avatar_url': 'https://avatars.githubusercontent.com/u/75436831?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sag-tobias-frey', 'html_url': 'https://github.com/sag-tobias-frey', 'followers_url': 'https://api.github.com/users/sag-tobias-frey/followers', 'following_url': 'https://api.github.com/users/sag-tobias-frey/following{/other_user}', 'gists_url': 'https://api.github.com/users/sag-tobias-frey/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/sag-tobias-frey/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/sag-tobias-frey/subscriptions', 'organizations_url': 'https://api.github.com/users/sag-tobias-frey/orgs', 'repos_url': 'https://api.github.com/users/sag-tobias-frey/repos', 'events_url': 'https://api.github.com/users/sag-tobias-frey/events{/privacy}', 'received_events_url': 'https://api.github.com/users/sag-tobias-frey/received_events', 'type': 'User', 'site_admin': False}
[{'id': 155984160, 'node_id': 'MDU6TGFiZWwxNTU5ODQxNjA=', 'url': 'https://api.github.com/repos/facebook/react/labels/Status:%20Unconfirmed', 'name': 'Status: Unconfirmed', 'color': 'd4c5f9', 'default': False, 'description': "A potential issue that we haven't yet confirmed as a bug"}]
open
false
null
[]
null
[]
2024-04-18 07:07:13
2024-04-18 07:07:13
null
NONE
null
null
null
Event handling with portals is broken in the newest version when placing non-react event handlers BETWEEN other react event handlers. With the following setup **outer react event handler with stopPropagation** > **non-react event handler** > **inner react event handler (in portal)**. Doing the same without portals works correctly. React version: 18.2.0 ## Steps To Reproduce ### With portal (not working) 1. https://stackblitz.com/edit/ag-grid-react-hello-world-kag1v7?devtoolsheight=33&file=index.js 2. Click on the div 3. Only inner and outer event handlers are called ### Without portal (working) 1. https://stackblitz.com/edit/ag-grid-react-hello-world-gi5bmo?devtoolsheight=33&file=index.js 2. Comment out the portal code and comment in the non-portal code (line 24 / 25) 3. Click on the div 4. All three event handlers are triggered Link to code example: https://stackblitz.com/edit/ag-grid-react-hello-world-gi5bmo?devtoolsheight=33&file=index.js ## The current behavior Non-react event handlers are not called when the initial event is initiated from a portal component and an outer react event handler calls stop propagation. This works correctly without portals. ## The expected behavior The non-react event handler should also be called when a portal component initiates the event. ## Original issue https://github.com/facebook/react/issues/20901 was closed due to inactivity but is still valid in the newest version, see updated code examples.
{'url': 'https://api.github.com/repos/facebook/react/issues/28863/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28863/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28862
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28862/labels{/name}
https://api.github.com/repos/facebook/react/issues/28862/comments
https://api.github.com/repos/facebook/react/issues/28862/events
https://github.com/facebook/react/issues/28862
2,249,837,206
I_kwDOAJy2Ks6GGcqW
28,862
[DevTools Bug]: I can't see the "Profiler" and "Components" in my dev tools
{'login': '0xLDev', 'id': 67437278, 'node_id': 'MDQ6VXNlcjY3NDM3Mjc4', 'avatar_url': 'https://avatars.githubusercontent.com/u/67437278?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/0xLDev', 'html_url': 'https://github.com/0xLDev', 'followers_url': 'https://api.github.com/users/0xLDev/followers', 'following_url': 'https://api.github.com/users/0xLDev/following{/other_user}', 'gists_url': 'https://api.github.com/users/0xLDev/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/0xLDev/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/0xLDev/subscriptions', 'organizations_url': 'https://api.github.com/users/0xLDev/orgs', 'repos_url': 'https://api.github.com/users/0xLDev/repos', 'events_url': 'https://api.github.com/users/0xLDev/events{/privacy}', 'received_events_url': 'https://api.github.com/users/0xLDev/received_events', 'type': 'User', 'site_admin': False}
[{'id': 40929151, 'node_id': 'MDU6TGFiZWw0MDkyOTE1MQ==', 'url': 'https://api.github.com/repos/facebook/react/labels/Type:%20Bug', 'name': 'Type: Bug', 'color': 'b60205', 'default': False, 'description': None} {'id': 155984160, 'node_id': 'MDU6TGFiZWwxNTU5ODQxNjA=', 'url': 'https://api.github.com/repos/facebook/react/labels/Status:%20Unconfirmed', 'name': 'Status: Unconfirmed', 'color': 'd4c5f9', 'default': False, 'description': "A potential issue that we haven't yet confirmed as a bug"} {'id': 710573595, 'node_id': 'MDU6TGFiZWw3MTA1NzM1OTU=', 'url': 'https://api.github.com/repos/facebook/react/labels/Component:%20Developer%20Tools', 'name': 'Component: Developer Tools', 'color': 'fbca04', 'default': False, 'description': None}]
closed
false
null
[]
null
[ "At the same time, it works in incognito mode in Yandex browser", "Resetting to default settings helped\r\n![image](https://github.com/facebook/react/assets/67437278/20edc40a-81b8-4f95-90d9-889d370597e2)\r\n" ]
2024-04-18 06:12:03
2024-04-18 20:52:40
2024-04-18 20:52:39
NONE
null
null
null
### Website or app https://react.dev ### Repro steps Why do I see Components and Profiler in Yandex browser, but it works in Google Chrome, how can I be Yandex Browser ![image](https://github.com/facebook/react/assets/67437278/7dfa9101-7b8f-4d03-a7a7-32c9f209f092) Google Chrome ![image](https://github.com/facebook/react/assets/67437278/3360cf37-fa45-4148-addd-5660a3fe6347) ### How often does this bug happen? Every time ### DevTools package (automated) https://chromewebstore.google.com/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en ### DevTools version (automated) 5.0.2 ### Error message (automated) _No response_ ### Error call stack (automated) _No response_ ### Error component stack (automated) _No response_ ### GitHub query string (automated) _No response_
{'url': 'https://api.github.com/repos/facebook/react/issues/28862/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28862/timeline
null
completed
false
https://api.github.com/repos/facebook/react/issues/28861
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28861/labels{/name}
https://api.github.com/repos/facebook/react/issues/28861/comments
https://api.github.com/repos/facebook/react/issues/28861/events
https://github.com/facebook/react/issues/28861
2,249,834,023
I_kwDOAJy2Ks6GGb4n
28,861
[DevTools Bug]: I can't see the "Profiler" and "Components" in my dev tools
{'login': '0xLDev', 'id': 67437278, 'node_id': 'MDQ6VXNlcjY3NDM3Mjc4', 'avatar_url': 'https://avatars.githubusercontent.com/u/67437278?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/0xLDev', 'html_url': 'https://github.com/0xLDev', 'followers_url': 'https://api.github.com/users/0xLDev/followers', 'following_url': 'https://api.github.com/users/0xLDev/following{/other_user}', 'gists_url': 'https://api.github.com/users/0xLDev/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/0xLDev/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/0xLDev/subscriptions', 'organizations_url': 'https://api.github.com/users/0xLDev/orgs', 'repos_url': 'https://api.github.com/users/0xLDev/repos', 'events_url': 'https://api.github.com/users/0xLDev/events{/privacy}', 'received_events_url': 'https://api.github.com/users/0xLDev/received_events', 'type': 'User', 'site_admin': False}
[{'id': 40929151, 'node_id': 'MDU6TGFiZWw0MDkyOTE1MQ==', 'url': 'https://api.github.com/repos/facebook/react/labels/Type:%20Bug', 'name': 'Type: Bug', 'color': 'b60205', 'default': False, 'description': None} {'id': 155984160, 'node_id': 'MDU6TGFiZWwxNTU5ODQxNjA=', 'url': 'https://api.github.com/repos/facebook/react/labels/Status:%20Unconfirmed', 'name': 'Status: Unconfirmed', 'color': 'd4c5f9', 'default': False, 'description': "A potential issue that we haven't yet confirmed as a bug"} {'id': 620368407, 'node_id': 'MDU6TGFiZWw2MjAzNjg0MDc=', 'url': 'https://api.github.com/repos/facebook/react/labels/Resolution:%20Needs%20More%20Information', 'name': 'Resolution: Needs More Information', 'color': 'fffde7', 'default': False, 'description': None} {'id': 710573595, 'node_id': 'MDU6TGFiZWw3MTA1NzM1OTU=', 'url': 'https://api.github.com/repos/facebook/react/labels/Component:%20Developer%20Tools', 'name': 'Component: Developer Tools', 'color': 'fbca04', 'default': False, 'description': None}]
closed
false
{'login': '0xLDev', 'id': 67437278.0, 'node_id': 'MDQ6VXNlcjY3NDM3Mjc4', 'avatar_url': 'https://avatars.githubusercontent.com/u/67437278?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/0xLDev', 'html_url': 'https://github.com/0xLDev', 'followers_url': 'https://api.github.com/users/0xLDev/followers', 'following_url': 'https://api.github.com/users/0xLDev/following{/other_user}', 'gists_url': 'https://api.github.com/users/0xLDev/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/0xLDev/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/0xLDev/subscriptions', 'organizations_url': 'https://api.github.com/users/0xLDev/orgs', 'repos_url': 'https://api.github.com/users/0xLDev/repos', 'events_url': 'https://api.github.com/users/0xLDev/events{/privacy}', 'received_events_url': 'https://api.github.com/users/0xLDev/received_events', 'type': 'User', 'site_admin': False}
[{'login': '0xLDev', 'id': 67437278, 'node_id': 'MDQ6VXNlcjY3NDM3Mjc4', 'avatar_url': 'https://avatars.githubusercontent.com/u/67437278?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/0xLDev', 'html_url': 'https://github.com/0xLDev', 'followers_url': 'https://api.github.com/users/0xLDev/followers', 'following_url': 'https://api.github.com/users/0xLDev/following{/other_user}', 'gists_url': 'https://api.github.com/users/0xLDev/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/0xLDev/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/0xLDev/subscriptions', 'organizations_url': 'https://api.github.com/users/0xLDev/orgs', 'repos_url': 'https://api.github.com/users/0xLDev/repos', 'events_url': 'https://api.github.com/users/0xLDev/events{/privacy}', 'received_events_url': 'https://api.github.com/users/0xLDev/received_events', 'type': 'User', 'site_admin': False}]
null
[ "@0xLDev: We're sorry you've seen this error. โค๏ธ\n\nIt looks like you forgot to specify a valid URL. (This means that we will not be able to reproduce the problem you're reporting.)\n\nPlease help us by providing a link to a CodeSandbox (https://codesandbox.io/s/new), a repository on GitHub, or a minimal code example that reproduces the problem. (Screenshots or videos can also be helpful if they help provide context on how to repro the bug.)\n\nHere are some tips for providing a minimal example: https://stackoverflow.com/help/mcve\n\nIssues without repros are automatically closed but we will re-open if you update with repro info." ]
2024-04-18 06:09:25
2024-04-18 06:10:30
2024-04-18 06:09:37
NONE
null
null
null
### Website or app all ### Repro steps Why do I see Components and Profiler in Yandex browser, but it works in Google Chrome, how can I be Yandex Browser ![image](https://github.com/facebook/react/assets/67437278/7dfa9101-7b8f-4d03-a7a7-32c9f209f092) Google Chrome ![image](https://github.com/facebook/react/assets/67437278/9928744e-3dec-4e99-ae62-985d6a888c93) ### How often does this bug happen? Every time ### DevTools package (automated) https://chromewebstore.google.com/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en ### DevTools version (automated) 5.0.2 ### Error message (automated) _No response_ ### Error call stack (automated) _No response_ ### Error component stack (automated) _No response_ ### GitHub query string (automated) _No response_
{'url': 'https://api.github.com/repos/facebook/react/issues/28861/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28861/timeline
null
completed
false
https://api.github.com/repos/facebook/react/issues/28860
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28860/labels{/name}
https://api.github.com/repos/facebook/react/issues/28860/comments
https://api.github.com/repos/facebook/react/issues/28860/events
https://github.com/facebook/react/pull/28860
2,249,608,451
PR_kwDOAJy2Ks5s_j1G
28,860
Add missing bundle types for ReactCacheOld
{'login': 'kassens', 'id': 11849, 'node_id': 'MDQ6VXNlcjExODQ5', 'avatar_url': 'https://avatars.githubusercontent.com/u/11849?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/kassens', 'html_url': 'https://github.com/kassens', 'followers_url': 'https://api.github.com/users/kassens/followers', 'following_url': 'https://api.github.com/users/kassens/following{/other_user}', 'gists_url': 'https://api.github.com/users/kassens/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/kassens/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/kassens/subscriptions', 'organizations_url': 'https://api.github.com/users/kassens/orgs', 'repos_url': 'https://api.github.com/users/kassens/repos', 'events_url': 'https://api.github.com/users/kassens/events{/privacy}', 'received_events_url': 'https://api.github.com/users/kassens/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 92f5c3ac7bb4b8fa152d69dcecd8d2eec04a7979...baa7e2fdd7c8ec0ce7423a63f79408ab230f3111\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/baa7e2fdd7c8ec0ce7423a63f79408ab230f3111/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=92f5c3ac7bb4b8fa152d69dcecd8d2eec04a7979) | **=** | 168.91 kB | 168.91 kB | = | 52.93 kB | 52.93 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/baa7e2fdd7c8ec0ce7423a63f79408ab230f3111/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=92f5c3ac7bb4b8fa152d69dcecd8d2eec04a7979) | **=** | 170.56 kB | 170.56 kB | = | 53.43 kB | 53.43 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/baa7e2fdd7c8ec0ce7423a63f79408ab230f3111/files/facebook-www/ReactDOM-prod.classic.js?compare=92f5c3ac7bb4b8fa152d69dcecd8d2eec04a7979) | **=** | 590.81 kB | 590.81 kB | = | 103.90 kB | 103.90 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/baa7e2fdd7c8ec0ce7423a63f79408ab230f3111/files/facebook-www/ReactDOM-prod.modern.js?compare=92f5c3ac7bb4b8fa152d69dcecd8d2eec04a7979) | **=** | 566.62 kB | 566.62 kB | = | 100.09 kB | 100.09 kB\n| [facebook-www/ReactCacheOld-dev.classic.js](https://react-builds.vercel.app/commits/baa7e2fdd7c8ec0ce7423a63f79408ab230f3111/files/facebook-www/ReactCacheOld-dev.classic.js?compare=92f5c3ac7bb4b8fa152d69dcecd8d2eec04a7979) | **+โˆž%** | 0.00 kB | 9.55 kB | +โˆž% | 0.00 kB | 2.81 kB\n| [facebook-www/ReactCacheOld-dev.modern.js](https://react-builds.vercel.app/commits/baa7e2fdd7c8ec0ce7423a63f79408ab230f3111/files/facebook-www/ReactCacheOld-dev.modern.js?compare=92f5c3ac7bb4b8fa152d69dcecd8d2eec04a7979) | **+โˆž%** | 0.00 kB | 9.55 kB | +โˆž% | 0.00 kB | 2.81 kB\n| [facebook-www/ReactCacheOld-prod.classic.js](https://react-builds.vercel.app/commits/baa7e2fdd7c8ec0ce7423a63f79408ab230f3111/files/facebook-www/ReactCacheOld-prod.classic.js?compare=92f5c3ac7bb4b8fa152d69dcecd8d2eec04a7979) | **+โˆž%** | 0.00 kB | 5.16 kB | +โˆž% | 0.00 kB | 1.60 kB\n| [facebook-www/ReactCacheOld-prod.modern.js](https://react-builds.vercel.app/commits/baa7e2fdd7c8ec0ce7423a63f79408ab230f3111/files/facebook-www/ReactCacheOld-prod.modern.js?compare=92f5c3ac7bb4b8fa152d69dcecd8d2eec04a7979) | **+โˆž%** | 0.00 kB | 5.16 kB | +โˆž% | 0.00 kB | 1.60 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/baa7e2fdd7c8ec0ce7423a63f79408ab230f3111/files/__test_utils__/ReactAllWarnings.js?compare=92f5c3ac7bb4b8fa152d69dcecd8d2eec04a7979) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [facebook-www/ReactCacheOld-dev.classic.js](https://react-builds.vercel.app/commits/baa7e2fdd7c8ec0ce7423a63f79408ab230f3111/files/facebook-www/ReactCacheOld-dev.classic.js?compare=92f5c3ac7bb4b8fa152d69dcecd8d2eec04a7979) | **+โˆž%** | 0.00 kB | 9.55 kB | +โˆž% | 0.00 kB | 2.81 kB\n| [facebook-www/ReactCacheOld-dev.modern.js](https://react-builds.vercel.app/commits/baa7e2fdd7c8ec0ce7423a63f79408ab230f3111/files/facebook-www/ReactCacheOld-dev.modern.js?compare=92f5c3ac7bb4b8fa152d69dcecd8d2eec04a7979) | **+โˆž%** | 0.00 kB | 9.55 kB | +โˆž% | 0.00 kB | 2.81 kB\n| [facebook-www/ReactCacheOld-prod.classic.js](https://react-builds.vercel.app/commits/baa7e2fdd7c8ec0ce7423a63f79408ab230f3111/files/facebook-www/ReactCacheOld-prod.classic.js?compare=92f5c3ac7bb4b8fa152d69dcecd8d2eec04a7979) | **+โˆž%** | 0.00 kB | 5.16 kB | +โˆž% | 0.00 kB | 1.60 kB\n| [facebook-www/ReactCacheOld-prod.modern.js](https://react-builds.vercel.app/commits/baa7e2fdd7c8ec0ce7423a63f79408ab230f3111/files/facebook-www/ReactCacheOld-prod.modern.js?compare=92f5c3ac7bb4b8fa152d69dcecd8d2eec04a7979) | **+โˆž%** | 0.00 kB | 5.16 kB | +โˆž% | 0.00 kB | 1.60 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/baa7e2fdd7c8ec0ce7423a63f79408ab230f3111/files/__test_utils__/ReactAllWarnings.js?compare=92f5c3ac7bb4b8fa152d69dcecd8d2eec04a7979) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against baa7e2fdd7c8ec0ce7423a63f79408ab230f3111\n</p>\n" ]
2024-04-18 02:32:25
2024-04-18 21:26:07
2024-04-18 21:26:04
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28860', 'html_url': 'https://github.com/facebook/react/pull/28860', 'diff_url': 'https://github.com/facebook/react/pull/28860.diff', 'patch_url': 'https://github.com/facebook/react/pull/28860.patch', 'merged_at': datetime.datetime(2024, 4, 18, 21, 26, 4)}
Add missing bundle types for ReactCacheOld These are used at FB and we need to update them for the SecretInternals update.
{'url': 'https://api.github.com/repos/facebook/react/issues/28860/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28860/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28859
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28859/labels{/name}
https://api.github.com/repos/facebook/react/issues/28859/comments
https://api.github.com/repos/facebook/react/issues/28859/events
https://github.com/facebook/react/pull/28859
2,249,601,268
PR_kwDOAJy2Ks5s_iQw
28,859
delete useless eslint-disable-next-line
{'login': 'zhangenming', 'id': 21235555, 'node_id': 'MDQ6VXNlcjIxMjM1NTU1', 'avatar_url': 'https://avatars.githubusercontent.com/u/21235555?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/zhangenming', 'html_url': 'https://github.com/zhangenming', 'followers_url': 'https://api.github.com/users/zhangenming/followers', 'following_url': 'https://api.github.com/users/zhangenming/following{/other_user}', 'gists_url': 'https://api.github.com/users/zhangenming/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/zhangenming/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/zhangenming/subscriptions', 'organizations_url': 'https://api.github.com/users/zhangenming/orgs', 'repos_url': 'https://api.github.com/users/zhangenming/repos', 'events_url': 'https://api.github.com/users/zhangenming/events{/privacy}', 'received_events_url': 'https://api.github.com/users/zhangenming/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d...fa759bf55eff3fdfcb48efcb4c80bb0c6913fdf3\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/fa759bf55eff3fdfcb48efcb4c80bb0c6913fdf3/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **=** | 168.91 kB | 168.91 kB | = | 52.94 kB | 52.94 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/fa759bf55eff3fdfcb48efcb4c80bb0c6913fdf3/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/fa759bf55eff3fdfcb48efcb4c80bb0c6913fdf3/files/facebook-www/ReactDOM-prod.classic.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **=** | 590.83 kB | 590.83 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/fa759bf55eff3fdfcb48efcb4c80bb0c6913fdf3/files/facebook-www/ReactDOM-prod.modern.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **=** | 566.65 kB | 566.65 kB | = | 100.10 kB | 100.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/fa759bf55eff3fdfcb48efcb4c80bb0c6913fdf3/files/__test_utils__/ReactAllWarnings.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/fa759bf55eff3fdfcb48efcb4c80bb0c6913fdf3/files/__test_utils__/ReactAllWarnings.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against fa759bf55eff3fdfcb48efcb4c80bb0c6913fdf3\n</p>\n" ]
2024-04-18 02:25:23
2024-04-18 15:49:56
2024-04-18 15:49:56
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28859', 'html_url': 'https://github.com/facebook/react/pull/28859', 'diff_url': 'https://github.com/facebook/react/pull/28859.diff', 'patch_url': 'https://github.com/facebook/react/pull/28859.patch', 'merged_at': datetime.datetime(2024, 4, 18, 15, 49, 56)}
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. Before submitting a pull request, please make sure the following is done: 1. Fork [the repository](https://github.com/facebook/react) and create your branch from `main`. 2. Run `yarn` in the repository root. 3. If you've fixed a bug or added code that should be tested, add tests! 4. Ensure the test suite passes (`yarn test`). Tip: `yarn test --watch TestName` is helpful in development. 5. Run `yarn test --prod` to test in the production environment. It supports the same options as `yarn test`. 6. If you need a debugger, run `yarn test --debug --watch TestName`, open `chrome://inspect`, and press "Inspect". 7. Format your code with [prettier](https://github.com/prettier/prettier) (`yarn prettier`). 8. Make sure your code lints (`yarn lint`). Tip: `yarn linc` to only check changed files. 9. Run the [Flow](https://flowtype.org/) type checks (`yarn flow`). 10. If you haven't already, complete the CLA. Learn more about contributing: https://reactjs.org/docs/how-to-contribute.html --> ## Summary <!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? --> ## How did you test this change? <!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. How exactly did you verify that your PR solves the issue you wanted to solve? If you leave this empty, your PR will very likely be closed. -->
{'url': 'https://api.github.com/repos/facebook/react/issues/28859/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28859/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28858
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28858/labels{/name}
https://api.github.com/repos/facebook/react/issues/28858/comments
https://api.github.com/repos/facebook/react/issues/28858/events
https://github.com/facebook/react/pull/28858
2,249,464,920
PR_kwDOAJy2Ks5s_FKP
28,858
[Devtools] Rename Forget badge
{'login': 'jbonta', 'id': 973058, 'node_id': 'MDQ6VXNlcjk3MzA1OA==', 'avatar_url': 'https://avatars.githubusercontent.com/u/973058?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jbonta', 'html_url': 'https://github.com/jbonta', 'followers_url': 'https://api.github.com/users/jbonta/followers', 'following_url': 'https://api.github.com/users/jbonta/following{/other_user}', 'gists_url': 'https://api.github.com/users/jbonta/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jbonta/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jbonta/subscriptions', 'organizations_url': 'https://api.github.com/users/jbonta/orgs', 'repos_url': 'https://api.github.com/users/jbonta/repos', 'events_url': 'https://api.github.com/users/jbonta/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jbonta/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None}]
closed
false
null
[]
null
[ "cc @hoxyq " ]
2024-04-17 23:51:16
2024-04-18 20:55:54
2024-04-18 20:55:54
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28858', 'html_url': 'https://github.com/facebook/react/pull/28858', 'diff_url': 'https://github.com/facebook/react/pull/28858.diff', 'patch_url': 'https://github.com/facebook/react/pull/28858.patch', 'merged_at': datetime.datetime(2024, 4, 18, 20, 55, 54)}
## Summary The Forget codename needs to be hidden from the UI to avoid confusion. Going forward, we'll be referring to this set of features as part of the larger React compiler. We'll be describing the primary feature that we've built so far as auto-memoization, and this badge helps devs see which components have been automatically memoized by the compiler. ## How did you test this change? - force Forget badge on with and without the presence of other badges - confirm colors/UI in light and dark modes - force badges on for `ElementBadges`, `InspectableElementBadges`, `IndexableElementBadges` - Running yarn start in packages/react-devtools-shell [demo video](https://github.com/facebook/react/assets/973058/fa829018-7644-4425-8395-c5cd84691f3c)
{'url': 'https://api.github.com/repos/facebook/react/issues/28858/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28858/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28857
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28857/labels{/name}
https://api.github.com/repos/facebook/react/issues/28857/comments
https://api.github.com/repos/facebook/react/issues/28857/events
https://github.com/facebook/react/pull/28857
2,248,979,674
PR_kwDOAJy2Ks5s9cG8
28,857
Update ReactNativeTypes for root options (part 2)
{'login': 'rickhanlonii', 'id': 2440089, 'node_id': 'MDQ6VXNlcjI0NDAwODk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2440089?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/rickhanlonii', 'html_url': 'https://github.com/rickhanlonii', 'followers_url': 'https://api.github.com/users/rickhanlonii/followers', 'following_url': 'https://api.github.com/users/rickhanlonii/following{/other_user}', 'gists_url': 'https://api.github.com/users/rickhanlonii/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/rickhanlonii/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/rickhanlonii/subscriptions', 'organizations_url': 'https://api.github.com/users/rickhanlonii/orgs', 'repos_url': 'https://api.github.com/users/rickhanlonii/repos', 'events_url': 'https://api.github.com/users/rickhanlonii/events{/privacy}', 'received_events_url': 'https://api.github.com/users/rickhanlonii/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: da6ba53b10d8240fc251ba14a3e5878604d3dc7d...2af2537c721932f60ec0e30f9a823b4346b6353d\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/2af2537c721932f60ec0e30f9a823b4346b6353d/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **=** | 168.91 kB | 168.91 kB | = | 52.94 kB | 52.94 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/2af2537c721932f60ec0e30f9a823b4346b6353d/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/2af2537c721932f60ec0e30f9a823b4346b6353d/files/facebook-www/ReactDOM-prod.classic.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **=** | 590.83 kB | 590.83 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/2af2537c721932f60ec0e30f9a823b4346b6353d/files/facebook-www/ReactDOM-prod.modern.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **=** | 566.65 kB | 566.65 kB | = | 100.10 kB | 100.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/2af2537c721932f60ec0e30f9a823b4346b6353d/files/__test_utils__/ReactAllWarnings.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [react-native/shims/ReactNativeTypes.js](https://react-builds.vercel.app/commits/2af2537c721932f60ec0e30f9a823b4346b6353d/files/react-native/shims/ReactNativeTypes.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **+1.06%** | 8.64 kB | 8.74 kB | +1.45% | 2.35 kB | 2.38 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/2af2537c721932f60ec0e30f9a823b4346b6353d/files/__test_utils__/ReactAllWarnings.js?compare=da6ba53b10d8240fc251ba14a3e5878604d3dc7d) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 2af2537c721932f60ec0e30f9a823b4346b6353d\n</p>\n" ]
2024-04-17 18:36:18
2024-04-17 18:56:47
2024-04-17 18:56:44
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28857', 'html_url': 'https://github.com/facebook/react/pull/28857', 'diff_url': 'https://github.com/facebook/react/pull/28857.diff', 'patch_url': 'https://github.com/facebook/react/pull/28857.patch', 'merged_at': datetime.datetime(2024, 4, 17, 18, 56, 44)}
Forgot to push a change before mergin https://github.com/facebook/react/pull/28850
{'url': 'https://api.github.com/repos/facebook/react/issues/28857/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28857/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28856
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28856/labels{/name}
https://api.github.com/repos/facebook/react/issues/28856/comments
https://api.github.com/repos/facebook/react/issues/28856/events
https://github.com/facebook/react/pull/28856
2,248,898,549
PR_kwDOAJy2Ks5s9KJR
28,856
Complete the typo fix
{'login': 'eps1lon', 'id': 12292047, 'node_id': 'MDQ6VXNlcjEyMjkyMDQ3', 'avatar_url': 'https://avatars.githubusercontent.com/u/12292047?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/eps1lon', 'html_url': 'https://github.com/eps1lon', 'followers_url': 'https://api.github.com/users/eps1lon/followers', 'following_url': 'https://api.github.com/users/eps1lon/following{/other_user}', 'gists_url': 'https://api.github.com/users/eps1lon/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/eps1lon/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/eps1lon/subscriptions', 'organizations_url': 'https://api.github.com/users/eps1lon/orgs', 'repos_url': 'https://api.github.com/users/eps1lon/repos', 'events_url': 'https://api.github.com/users/eps1lon/events{/privacy}', 'received_events_url': 'https://api.github.com/users/eps1lon/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: f82051d7abf9a2137f62cb84f0dd3618397951bc...b97bc7ef7d4e324ef599ee17915dbe68428b0da3\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/b97bc7ef7d4e324ef599ee17915dbe68428b0da3/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=f82051d7abf9a2137f62cb84f0dd3618397951bc) | **=** | 168.91 kB | 168.91 kB | = | 52.94 kB | 52.94 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/b97bc7ef7d4e324ef599ee17915dbe68428b0da3/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=f82051d7abf9a2137f62cb84f0dd3618397951bc) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/b97bc7ef7d4e324ef599ee17915dbe68428b0da3/files/facebook-www/ReactDOM-prod.classic.js?compare=f82051d7abf9a2137f62cb84f0dd3618397951bc) | **=** | 590.83 kB | 590.83 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/b97bc7ef7d4e324ef599ee17915dbe68428b0da3/files/facebook-www/ReactDOM-prod.modern.js?compare=f82051d7abf9a2137f62cb84f0dd3618397951bc) | **=** | 566.65 kB | 566.65 kB | = | 100.10 kB | 100.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/b97bc7ef7d4e324ef599ee17915dbe68428b0da3/files/__test_utils__/ReactAllWarnings.js?compare=f82051d7abf9a2137f62cb84f0dd3618397951bc) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/b97bc7ef7d4e324ef599ee17915dbe68428b0da3/files/__test_utils__/ReactAllWarnings.js?compare=f82051d7abf9a2137f62cb84f0dd3618397951bc) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against b97bc7ef7d4e324ef599ee17915dbe68428b0da3\n</p>\n" ]
2024-04-17 17:57:06
2024-04-17 18:04:29
2024-04-17 18:04:23
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28856', 'html_url': 'https://github.com/facebook/react/pull/28856', 'diff_url': 'https://github.com/facebook/react/pull/28856.diff', 'patch_url': 'https://github.com/facebook/react/pull/28856.patch', 'merged_at': datetime.datetime(2024, 4, 17, 18, 4, 23)}
Fixes main [`6e1aaa1` (#28855)](https://github.com/facebook/react/pull/28855/commits/6e1aaa155e3d2f56d23c15ce50592ba26fd8da65) was incomplete.
{'url': 'https://api.github.com/repos/facebook/react/issues/28856/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28856/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28855
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28855/labels{/name}
https://api.github.com/repos/facebook/react/issues/28855/comments
https://api.github.com/repos/facebook/react/issues/28855/events
https://github.com/facebook/react/pull/28855
2,248,729,154
PR_kwDOAJy2Ks5s8k-H
28,855
console test utils fix: match entire string, not just first letter
{'login': 'acdlite', 'id': 3624098, 'node_id': 'MDQ6VXNlcjM2MjQwOTg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/3624098?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/acdlite', 'html_url': 'https://github.com/acdlite', 'followers_url': 'https://api.github.com/users/acdlite/followers', 'following_url': 'https://api.github.com/users/acdlite/following{/other_user}', 'gists_url': 'https://api.github.com/users/acdlite/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/acdlite/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/acdlite/subscriptions', 'organizations_url': 'https://api.github.com/users/acdlite/orgs', 'repos_url': 'https://api.github.com/users/acdlite/repos', 'events_url': 'https://api.github.com/users/acdlite/events{/privacy}', 'received_events_url': 'https://api.github.com/users/acdlite/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 0347fcd0073cf529f67a05be86a0545c3efab8e2...6e1aaa155e3d2f56d23c15ce50592ba26fd8da65\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/6e1aaa155e3d2f56d23c15ce50592ba26fd8da65/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=0347fcd0073cf529f67a05be86a0545c3efab8e2) | **=** | 168.76 kB | 168.76 kB | = | 52.91 kB | 52.91 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/6e1aaa155e3d2f56d23c15ce50592ba26fd8da65/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=0347fcd0073cf529f67a05be86a0545c3efab8e2) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/6e1aaa155e3d2f56d23c15ce50592ba26fd8da65/files/facebook-www/ReactDOM-prod.classic.js?compare=0347fcd0073cf529f67a05be86a0545c3efab8e2) | **=** | 590.83 kB | 590.83 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/6e1aaa155e3d2f56d23c15ce50592ba26fd8da65/files/facebook-www/ReactDOM-prod.modern.js?compare=0347fcd0073cf529f67a05be86a0545c3efab8e2) | **=** | 566.65 kB | 566.65 kB | = | 100.10 kB | 100.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/6e1aaa155e3d2f56d23c15ce50592ba26fd8da65/files/__test_utils__/ReactAllWarnings.js?compare=0347fcd0073cf529f67a05be86a0545c3efab8e2) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/6e1aaa155e3d2f56d23c15ce50592ba26fd8da65/files/__test_utils__/ReactAllWarnings.js?compare=0347fcd0073cf529f67a05be86a0545c3efab8e2) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 6e1aaa155e3d2f56d23c15ce50592ba26fd8da65\n</p>\n", "I have all those damn tests and not one of them caught this" ]
2024-04-17 16:35:13
2024-04-17 17:08:26
2024-04-17 17:04:54
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28855', 'html_url': 'https://github.com/facebook/react/pull/28855', 'diff_url': 'https://github.com/facebook/react/pull/28855.diff', 'patch_url': 'https://github.com/facebook/react/pull/28855.patch', 'merged_at': datetime.datetime(2024, 4, 17, 17, 4, 54)}
Fixes issue where if the first letter of the expected string appeared anywhere in actual message, the assertion would pass, leading to false negatives. We should check the entire expected string.
{'url': 'https://api.github.com/repos/facebook/react/issues/28855/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28855/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28854
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28854/labels{/name}
https://api.github.com/repos/facebook/react/issues/28854/comments
https://api.github.com/repos/facebook/react/issues/28854/events
https://github.com/facebook/react/pull/28854
2,248,726,394
PR_kwDOAJy2Ks5s8kYK
28,854
[Flight / Flight Reply] Encode Iterator separately from Iterable
{'login': 'sebmarkbage', 'id': 63648, 'node_id': 'MDQ6VXNlcjYzNjQ4', 'avatar_url': 'https://avatars.githubusercontent.com/u/63648?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sebmarkbage', 'html_url': 'https://github.com/sebmarkbage', 'followers_url': 'https://api.github.com/users/sebmarkbage/followers', 'following_url': 'https://api.github.com/users/sebmarkbage/following{/other_user}', 'gists_url': 'https://api.github.com/users/sebmarkbage/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/sebmarkbage/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/sebmarkbage/subscriptions', 'organizations_url': 'https://api.github.com/users/sebmarkbage/orgs', 'repos_url': 'https://api.github.com/users/sebmarkbage/repos', 'events_url': 'https://api.github.com/users/sebmarkbage/events{/privacy}', 'received_events_url': 'https://api.github.com/users/sebmarkbage/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'} {'id': 6688277426, 'node_id': 'LA_kwDOAJy2Ks8AAAABjqcDsg', 'url': 'https://api.github.com/repos/facebook/react/labels/React%2019', 'name': 'React 19', 'color': '263258', 'default': False, 'description': ''}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\nThe size diff is too large to display in a single comment. The [CircleCI job](https://circleci.com/gh/facebook/react/842175) contains an artifact called 'sizebot-message.md' with the full message.\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 2f20c26883d2c957f83bcde388e995be457abf49\n</p>\n" ]
2024-04-17 16:33:30
2024-04-21 16:52:05
2024-04-21 16:52:05
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28854', 'html_url': 'https://github.com/facebook/react/pull/28854', 'diff_url': 'https://github.com/facebook/react/pull/28854.diff', 'patch_url': 'https://github.com/facebook/react/pull/28854.patch', 'merged_at': datetime.datetime(2024, 4, 21, 16, 52, 5)}
For [`AsyncIterable`](https://github.com/facebook/react/pull/28847) we encode `AsyncIterator` as a separate tag. Previously we encoded `Iterator` as just an Array. This adds a special encoding for this. Technically this is a breaking change. This is kind of an edge case that you'd care about the difference but it becomes more important to treat these correctly for the warnings here #28853.
{'url': 'https://api.github.com/repos/facebook/react/issues/28854/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28854/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28853
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28853/labels{/name}
https://api.github.com/repos/facebook/react/issues/28853/comments
https://api.github.com/repos/facebook/react/issues/28853/events
https://github.com/facebook/react/pull/28853
2,247,319,852
PR_kwDOAJy2Ks5s3yux
28,853
Warn for Child Iterator of all types but allow Generator Components
{'login': 'sebmarkbage', 'id': 63648, 'node_id': 'MDQ6VXNlcjYzNjQ4', 'avatar_url': 'https://avatars.githubusercontent.com/u/63648?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sebmarkbage', 'html_url': 'https://github.com/sebmarkbage', 'followers_url': 'https://api.github.com/users/sebmarkbage/followers', 'following_url': 'https://api.github.com/users/sebmarkbage/following{/other_user}', 'gists_url': 'https://api.github.com/users/sebmarkbage/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/sebmarkbage/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/sebmarkbage/subscriptions', 'organizations_url': 'https://api.github.com/users/sebmarkbage/orgs', 'repos_url': 'https://api.github.com/users/sebmarkbage/repos', 'events_url': 'https://api.github.com/users/sebmarkbage/events{/privacy}', 'received_events_url': 'https://api.github.com/users/sebmarkbage/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 7909d8eabb7a702618f51e16a351df41aa8da88e...e30e21a3b50f47bc597b79ab877499975718250a\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/e30e21a3b50f47bc597b79ab877499975718250a/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **=** | 168.91 kB | 168.93 kB | = | 52.94 kB | 52.94 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/e30e21a3b50f47bc597b79ab877499975718250a/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **=** | 170.57 kB | 170.58 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/e30e21a3b50f47bc597b79ab877499975718250a/files/facebook-www/ReactDOM-prod.classic.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **=** | 590.83 kB | 590.85 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/e30e21a3b50f47bc597b79ab877499975718250a/files/facebook-www/ReactDOM-prod.modern.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **=** | 566.65 kB | 566.66 kB | = | 100.10 kB | 100.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/e30e21a3b50f47bc597b79ab877499975718250a/files/__test_utils__/ReactAllWarnings.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable-semver/react-server/cjs/react-server.development.js](https://react-builds.vercel.app/commits/e30e21a3b50f47bc597b79ab877499975718250a/files/oss-stable-semver/react-server/cjs/react-server.development.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **+0.30%** | 197.19 kB | 197.79 kB | +0.22% | 46.60 kB | 46.71 kB\n| [oss-stable/react-server/cjs/react-server.development.js](https://react-builds.vercel.app/commits/e30e21a3b50f47bc597b79ab877499975718250a/files/oss-stable/react-server/cjs/react-server.development.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **+0.30%** | 197.19 kB | 197.79 kB | +0.22% | 46.60 kB | 46.71 kB\n| [oss-experimental/react-server/cjs/react-server.development.js](https://react-builds.vercel.app/commits/e30e21a3b50f47bc597b79ab877499975718250a/files/oss-experimental/react-server/cjs/react-server.development.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **+0.29%** | 208.61 kB | 209.21 kB | +0.22% | 48.56 kB | 48.66 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/e30e21a3b50f47bc597b79ab877499975718250a/files/__test_utils__/ReactAllWarnings.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against e30e21a3b50f47bc597b79ab877499975718250a\n</p>\n" ]
2024-04-17 03:59:06
2024-04-21 16:51:46
2024-04-21 16:51:46
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28853', 'html_url': 'https://github.com/facebook/react/pull/28853', 'diff_url': 'https://github.com/facebook/react/pull/28853.diff', 'patch_url': 'https://github.com/facebook/react/pull/28853.patch', 'merged_at': datetime.datetime(2024, 4, 21, 16, 51, 46)}
This doesn't change production behavior. We always render Iterables to our best effort in prod even if they're Iterators. But this does change the DEV warnings which indicates which are valid patterns to use. It's a footgun to use an Iterator as a prop when you pass between components because if an intermediate component rerenders without its parent, React won't be able to iterate it again to reconcile and any mappers won't be able to re-apply. This is actually typically not a problem when passed only to React host components but as a pattern it's a problem for composability. We used to warn only for Generators - i.e. Iterators returned from Generator functions. This adds a warning for Iterators created by other means too (e.g. Flight or the native Iterator utils). The heuristic is to check whether the Iterator is the same as the Iterable because that means it's not possible to get new iterators out of it. This case used to just yield non-sense like empty sets in DEV but not in prod. However, a new realization is that when the Component itself is a Generator Function, it's not actually a problem. That's because the React Element itself works as an Iterable since we can ask for new generators by calling the function again. So this adds a special case to allow the Generator returned from a Generator Function's direct child. The principle is โ€œdonโ€™t pass iterators aroundโ€ but in this case there is no iterator floating around because itโ€™s between React and the JS VM. Also see #28849 for context on AsyncIterables. Related to this, but Hooks should ideally be banned in these for the same reason they're banned in Async Functions.
{'url': 'https://api.github.com/repos/facebook/react/issues/28853/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28853/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28852
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28852/labels{/name}
https://api.github.com/repos/facebook/react/issues/28852/comments
https://api.github.com/repos/facebook/react/issues/28852/events
https://github.com/facebook/react/pull/28852
2,247,169,897
PR_kwDOAJy2Ks5s3RSP
28,852
Test top level fragment inside lazy semantics
{'login': 'sebmarkbage', 'id': 63648, 'node_id': 'MDQ6VXNlcjYzNjQ4', 'avatar_url': 'https://avatars.githubusercontent.com/u/63648?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sebmarkbage', 'html_url': 'https://github.com/sebmarkbage', 'followers_url': 'https://api.github.com/users/sebmarkbage/followers', 'following_url': 'https://api.github.com/users/sebmarkbage/following{/other_user}', 'gists_url': 'https://api.github.com/users/sebmarkbage/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/sebmarkbage/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/sebmarkbage/subscriptions', 'organizations_url': 'https://api.github.com/users/sebmarkbage/orgs', 'repos_url': 'https://api.github.com/users/sebmarkbage/repos', 'events_url': 'https://api.github.com/users/sebmarkbage/events{/privacy}', 'received_events_url': 'https://api.github.com/users/sebmarkbage/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 7909d8eabb7a702618f51e16a351df41aa8da88e...7dabec53a843ae49db711f31519e35cbd0188388\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/7dabec53a843ae49db711f31519e35cbd0188388/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **=** | 168.91 kB | 168.91 kB | = | 52.94 kB | 52.94 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/7dabec53a843ae49db711f31519e35cbd0188388/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/7dabec53a843ae49db711f31519e35cbd0188388/files/facebook-www/ReactDOM-prod.classic.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **=** | 590.83 kB | 590.83 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/7dabec53a843ae49db711f31519e35cbd0188388/files/facebook-www/ReactDOM-prod.modern.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **=** | 566.65 kB | 566.65 kB | = | 100.10 kB | 100.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/7dabec53a843ae49db711f31519e35cbd0188388/files/__test_utils__/ReactAllWarnings.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/7dabec53a843ae49db711f31519e35cbd0188388/files/__test_utils__/ReactAllWarnings.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 7dabec53a843ae49db711f31519e35cbd0188388\n</p>\n" ]
2024-04-17 02:04:29
2024-04-17 16:37:51
2024-04-17 16:37:51
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28852', 'html_url': 'https://github.com/facebook/react/pull/28852', 'diff_url': 'https://github.com/facebook/react/pull/28852.diff', 'patch_url': 'https://github.com/facebook/react/pull/28852.patch', 'merged_at': datetime.datetime(2024, 4, 17, 16, 37, 51)}
This wasn't clearly articulated and tested why the code structure is like this but I think the logic is correct - or at least consistent with the weird semantics. We place this top-level fragment check inside the recursion so that you can resolve how many every Lazy or Usable wrappers you want and it still preserves the same semantics if they weren't there (which they might not be as a matter of a race condition). However, we don't actually recurse with the top-level fragment unwrapping itself because nesting a bunch of keyless fragments isn't the same as a single fragment/element.
{'url': 'https://api.github.com/repos/facebook/react/issues/28852/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28852/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28851
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28851/labels{/name}
https://api.github.com/repos/facebook/react/issues/28851/comments
https://api.github.com/repos/facebook/react/issues/28851/events
https://github.com/facebook/react/pull/28851
2,247,037,981
PR_kwDOAJy2Ks5s203A
28,851
Promote ASYNC_ITERATOR symbol to React Symbols
{'login': 'sebmarkbage', 'id': 63648, 'node_id': 'MDQ6VXNlcjYzNjQ4', 'avatar_url': 'https://avatars.githubusercontent.com/u/63648?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sebmarkbage', 'html_url': 'https://github.com/sebmarkbage', 'followers_url': 'https://api.github.com/users/sebmarkbage/followers', 'following_url': 'https://api.github.com/users/sebmarkbage/following{/other_user}', 'gists_url': 'https://api.github.com/users/sebmarkbage/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/sebmarkbage/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/sebmarkbage/subscriptions', 'organizations_url': 'https://api.github.com/users/sebmarkbage/orgs', 'repos_url': 'https://api.github.com/users/sebmarkbage/repos', 'events_url': 'https://api.github.com/users/sebmarkbage/events{/privacy}', 'received_events_url': 'https://api.github.com/users/sebmarkbage/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 7909d8eabb7a702618f51e16a351df41aa8da88e...0fbb94490c6131d23b8218b66c9780f369cc5557\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/0fbb94490c6131d23b8218b66c9780f369cc5557/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **=** | 168.91 kB | 168.91 kB | = | 52.94 kB | 52.94 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/0fbb94490c6131d23b8218b66c9780f369cc5557/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/0fbb94490c6131d23b8218b66c9780f369cc5557/files/facebook-www/ReactDOM-prod.classic.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **=** | 590.83 kB | 590.83 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/0fbb94490c6131d23b8218b66c9780f369cc5557/files/facebook-www/ReactDOM-prod.modern.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **=** | 566.65 kB | 566.65 kB | = | 100.10 kB | 100.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/0fbb94490c6131d23b8218b66c9780f369cc5557/files/__test_utils__/ReactAllWarnings.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/0fbb94490c6131d23b8218b66c9780f369cc5557/files/__test_utils__/ReactAllWarnings.js?compare=7909d8eabb7a702618f51e16a351df41aa8da88e) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 0fbb94490c6131d23b8218b66c9780f369cc5557\n</p>\n" ]
2024-04-16 23:38:15
2024-04-17 16:29:08
2024-04-17 16:29:08
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28851', 'html_url': 'https://github.com/facebook/react/pull/28851', 'diff_url': 'https://github.com/facebook/react/pull/28851.diff', 'patch_url': 'https://github.com/facebook/react/pull/28851.patch', 'merged_at': datetime.datetime(2024, 4, 17, 16, 29, 8)}
So that when we end up referring to it in more places, it's only one. We don't do this same pattern for regular `Symbol.iterator` because we also support the string `"@@iterator"` for backwards compatibility.
{'url': 'https://api.github.com/repos/facebook/react/issues/28851/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28851/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28850
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28850/labels{/name}
https://api.github.com/repos/facebook/react/issues/28850/comments
https://api.github.com/repos/facebook/react/issues/28850/events
https://github.com/facebook/react/pull/28850
2,246,970,067
PR_kwDOAJy2Ks5s2mHg
28,850
Add ReactNativeTypes for root options
{'login': 'rickhanlonii', 'id': 2440089, 'node_id': 'MDQ6VXNlcjI0NDAwODk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2440089?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/rickhanlonii', 'html_url': 'https://github.com/rickhanlonii', 'followers_url': 'https://api.github.com/users/rickhanlonii/followers', 'following_url': 'https://api.github.com/users/rickhanlonii/following{/other_user}', 'gists_url': 'https://api.github.com/users/rickhanlonii/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/rickhanlonii/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/rickhanlonii/subscriptions', 'organizations_url': 'https://api.github.com/users/rickhanlonii/orgs', 'repos_url': 'https://api.github.com/users/rickhanlonii/repos', 'events_url': 'https://api.github.com/users/rickhanlonii/events{/privacy}', 'received_events_url': 'https://api.github.com/users/rickhanlonii/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 0347fcd0073cf529f67a05be86a0545c3efab8e2...85417d414dd651877e9aa964a85790b93d8bfa10\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/85417d414dd651877e9aa964a85790b93d8bfa10/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=0347fcd0073cf529f67a05be86a0545c3efab8e2) | **=** | 168.76 kB | 168.76 kB | = | 52.91 kB | 52.91 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/85417d414dd651877e9aa964a85790b93d8bfa10/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=0347fcd0073cf529f67a05be86a0545c3efab8e2) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/85417d414dd651877e9aa964a85790b93d8bfa10/files/facebook-www/ReactDOM-prod.classic.js?compare=0347fcd0073cf529f67a05be86a0545c3efab8e2) | **=** | 590.83 kB | 590.83 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/85417d414dd651877e9aa964a85790b93d8bfa10/files/facebook-www/ReactDOM-prod.modern.js?compare=0347fcd0073cf529f67a05be86a0545c3efab8e2) | **=** | 566.65 kB | 566.65 kB | = | 100.10 kB | 100.10 kB\n| [react-native/shims/ReactNativeTypes.js](https://react-builds.vercel.app/commits/85417d414dd651877e9aa964a85790b93d8bfa10/files/react-native/shims/ReactNativeTypes.js?compare=0347fcd0073cf529f67a05be86a0545c3efab8e2) | **+5.20%** | 8.22 kB | 8.64 kB | +4.96% | 2.24 kB | 2.35 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/85417d414dd651877e9aa964a85790b93d8bfa10/files/__test_utils__/ReactAllWarnings.js?compare=0347fcd0073cf529f67a05be86a0545c3efab8e2) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [react-native/shims/ReactNativeTypes.js](https://react-builds.vercel.app/commits/85417d414dd651877e9aa964a85790b93d8bfa10/files/react-native/shims/ReactNativeTypes.js?compare=0347fcd0073cf529f67a05be86a0545c3efab8e2) | **+5.20%** | 8.22 kB | 8.64 kB | +4.96% | 2.24 kB | 2.35 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/85417d414dd651877e9aa964a85790b93d8bfa10/files/__test_utils__/ReactAllWarnings.js?compare=0347fcd0073cf529f67a05be86a0545c3efab8e2) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 85417d414dd651877e9aa964a85790b93d8bfa10\n</p>\n" ]
2024-04-16 22:19:54
2024-04-17 01:18:19
2024-04-17 01:18:16
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28850', 'html_url': 'https://github.com/facebook/react/pull/28850', 'diff_url': 'https://github.com/facebook/react/pull/28850.diff', 'patch_url': 'https://github.com/facebook/react/pull/28850.patch', 'merged_at': datetime.datetime(2024, 4, 17, 1, 18, 16)}
Flow should have failed for this but didn't, we need these options sync'd over in the types too.
{'url': 'https://api.github.com/repos/facebook/react/issues/28850/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28850/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28849
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28849/labels{/name}
https://api.github.com/repos/facebook/react/issues/28849/comments
https://api.github.com/repos/facebook/react/issues/28849/events
https://github.com/facebook/react/pull/28849
2,246,586,900
PR_kwDOAJy2Ks5s1S01
28,849
[Flight] Support (Async) Generator ServerComponent
{'login': 'sebmarkbage', 'id': 63648, 'node_id': 'MDQ6VXNlcjYzNjQ4', 'avatar_url': 'https://avatars.githubusercontent.com/u/63648?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sebmarkbage', 'html_url': 'https://github.com/sebmarkbage', 'followers_url': 'https://api.github.com/users/sebmarkbage/followers', 'following_url': 'https://api.github.com/users/sebmarkbage/following{/other_user}', 'gists_url': 'https://api.github.com/users/sebmarkbage/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/sebmarkbage/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/sebmarkbage/subscriptions', 'organizations_url': 'https://api.github.com/users/sebmarkbage/orgs', 'repos_url': 'https://api.github.com/users/sebmarkbage/repos', 'events_url': 'https://api.github.com/users/sebmarkbage/events{/privacy}', 'received_events_url': 'https://api.github.com/users/sebmarkbage/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: bf426f9b1de6ef6adfeff30297beba96464f5efb...7778cc2753a46cd807bbb6a328c8eeda772f544a\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 497.54 kB | 497.54 kB | = | 88.93 kB | 88.94 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 502.86 kB | 502.86 kB | = | 89.84 kB | 89.84 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/facebook-www/ReactDOM-prod.classic.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 591.00 kB | 591.00 kB | = | 103.95 kB | 103.95 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/facebook-www/ReactDOM-prod.modern.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 566.82 kB | 566.82 kB | = | 100.15 kB | 100.15 kB\n| [oss-experimental/react-server/cjs/react-server-flight.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server/cjs/react-server-flight.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.97%** | 110.18 kB | 113.46 kB | +3.00% | 24.18 kB | 24.90 kB\n| [oss-stable-semver/react-server/cjs/react-server-flight.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server/cjs/react-server-flight.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.30%** | 85.15 kB | 87.10 kB | +2.59% | 19.79 kB | 20.31 kB\n| [oss-stable/react-server/cjs/react-server-flight.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server/cjs/react-server-flight.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.30%** | 85.15 kB | 87.10 kB | +2.59% | 19.79 kB | 20.31 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.17%** | 150.51 kB | 153.78 kB | +2.13% | 33.29 kB | 34.00 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.13%** | 153.22 kB | 156.49 kB | +2.14% | 33.82 kB | 34.54 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.11%** | 154.78 kB | 158.05 kB | +2.06% | 34.30 kB | 35.00 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.10%** | 155.66 kB | 158.94 kB | +2.10% | 34.49 kB | 35.21 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.09%** | 156.67 kB | 159.94 kB | +2.05% | 34.31 kB | 35.01 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.09%** | 156.71 kB | 159.98 kB | +2.02% | 34.80 kB | 35.50 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.06%** | 158.96 kB | 162.23 kB | +2.02% | 34.90 kB | 35.61 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.05%** | 159.31 kB | 162.58 kB | +2.02% | 35.13 kB | 35.84 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.02%** | 161.59 kB | 164.86 kB | +1.97% | 35.73 kB | 36.44 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/__test_utils__/ReactAllWarnings.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-experimental/react-server/cjs/react-server-flight.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server/cjs/react-server-flight.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.97%** | 110.18 kB | 113.46 kB | +3.00% | 24.18 kB | 24.90 kB\n| [oss-stable-semver/react-server/cjs/react-server-flight.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server/cjs/react-server-flight.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.30%** | 85.15 kB | 87.10 kB | +2.59% | 19.79 kB | 20.31 kB\n| [oss-stable/react-server/cjs/react-server-flight.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server/cjs/react-server-flight.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.30%** | 85.15 kB | 87.10 kB | +2.59% | 19.79 kB | 20.31 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.17%** | 150.51 kB | 153.78 kB | +2.13% | 33.29 kB | 34.00 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.13%** | 153.22 kB | 156.49 kB | +2.14% | 33.82 kB | 34.54 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.11%** | 154.78 kB | 158.05 kB | +2.06% | 34.30 kB | 35.00 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.10%** | 155.66 kB | 158.94 kB | +2.10% | 34.49 kB | 35.21 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.09%** | 156.67 kB | 159.94 kB | +2.05% | 34.31 kB | 35.01 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.09%** | 156.71 kB | 159.98 kB | +2.02% | 34.80 kB | 35.50 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.06%** | 158.96 kB | 162.23 kB | +2.02% | 34.90 kB | 35.61 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.05%** | 159.31 kB | 162.58 kB | +2.02% | 35.13 kB | 35.84 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+2.02%** | 161.59 kB | 164.86 kB | +1.97% | 35.73 kB | 36.44 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.60%** | 121.92 kB | 123.88 kB | +1.82% | 28.17 kB | 28.69 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.60%** | 121.92 kB | 123.88 kB | +1.82% | 28.17 kB | 28.69 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.57%** | 124.84 kB | 126.79 kB | +1.71% | 28.77 kB | 29.26 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.57%** | 124.84 kB | 126.79 kB | +1.71% | 28.77 kB | 29.26 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.56%** | 125.73 kB | 127.68 kB | +1.68% | 29.01 kB | 29.50 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.56%** | 125.73 kB | 127.68 kB | +1.68% | 29.01 kB | 29.50 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.54%** | 127.28 kB | 129.24 kB | +1.64% | 29.45 kB | 29.93 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.54%** | 127.28 kB | 129.24 kB | +1.64% | 29.45 kB | 29.93 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.53%** | 127.66 kB | 129.61 kB | +1.62% | 29.50 kB | 29.98 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.53%** | 127.66 kB | 129.61 kB | +1.62% | 29.50 kB | 29.98 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.53%** | 128.09 kB | 130.04 kB | +1.69% | 29.18 kB | 29.68 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.53%** | 128.09 kB | 130.04 kB | +1.69% | 29.18 kB | 29.68 kB\n| [oss-experimental/react-server/cjs/react-server-flight.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server/cjs/react-server-flight.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.51%** | 55.19 kB | 56.02 kB | +1.49% | 10.97 kB | 11.14 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.50%** | 130.38 kB | 132.33 kB | +1.66% | 29.77 kB | 30.26 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.50%** | 130.38 kB | 132.33 kB | +1.66% | 29.77 kB | 30.26 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.50%** | 130.73 kB | 132.68 kB | +1.62% | 29.99 kB | 30.48 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.50%** | 130.73 kB | 132.68 kB | +1.62% | 29.99 kB | 30.48 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.47%** | 133.01 kB | 134.97 kB | +1.60% | 30.61 kB | 31.10 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.47%** | 133.01 kB | 134.97 kB | +1.60% | 30.61 kB | 31.10 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.02%** | 76.88 kB | 77.66 kB | +0.71% | 16.04 kB | 16.16 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.00%** | 78.37 kB | 79.16 kB | +0.69% | 16.12 kB | 16.23 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.99%** | 79.26 kB | 80.04 kB | +0.74% | 16.35 kB | 16.47 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.99%** | 79.45 kB | 80.24 kB | +0.65% | 16.35 kB | 16.46 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.98%** | 79.99 kB | 80.77 kB | +0.73% | 16.50 kB | 16.62 kB\n| [oss-stable-semver/react-server/cjs/react-server-flight.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server/cjs/react-server-flight.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.97%** | 41.28 kB | 41.68 kB | +1.14% | 9.00 kB | 9.10 kB\n| [oss-stable/react-server/cjs/react-server-flight.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server/cjs/react-server-flight.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.97%** | 41.28 kB | 41.68 kB | +1.14% | 9.00 kB | 9.10 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.96%** | 81.68 kB | 82.47 kB | +0.85% | 16.78 kB | 16.92 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.95%** | 82.64 kB | 83.43 kB | +0.84% | 16.99 kB | 17.13 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.95%** | 82.78 kB | 83.57 kB | +0.83% | 16.99 kB | 17.13 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.94%** | 83.73 kB | 84.51 kB | +0.84% | 17.22 kB | 17.36 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.60%** | 61.99 kB | 62.36 kB | +0.48% | 13.88 kB | 13.95 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.60%** | 61.99 kB | 62.36 kB | +0.48% | 13.88 kB | 13.95 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.59%** | 63.20 kB | 63.57 kB | +0.45% | 13.90 kB | 13.96 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.59%** | 63.20 kB | 63.57 kB | +0.45% | 13.90 kB | 13.96 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.58%** | 64.00 kB | 64.37 kB | +0.44% | 14.14 kB | 14.20 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.58%** | 64.00 kB | 64.37 kB | +0.44% | 14.14 kB | 14.20 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.58%** | 64.28 kB | 64.65 kB | +0.46% | 14.12 kB | 14.19 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.58%** | 64.28 kB | 64.65 kB | +0.46% | 14.12 kB | 14.19 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.58%** | 64.73 kB | 65.10 kB | +0.44% | 14.28 kB | 14.34 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.58%** | 64.73 kB | 65.10 kB | +0.44% | 14.28 kB | 14.34 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.56%** | 66.79 kB | 67.16 kB | +0.48% | 14.61 kB | 14.68 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.56%** | 66.79 kB | 67.16 kB | +0.48% | 14.61 kB | 14.68 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.55%** | 67.75 kB | 68.12 kB | +0.47% | 14.82 kB | 14.89 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.55%** | 67.75 kB | 68.12 kB | +0.47% | 14.82 kB | 14.89 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.55%** | 67.89 kB | 68.26 kB | +0.47% | 14.82 kB | 14.89 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.55%** | 67.89 kB | 68.26 kB | +0.47% | 14.82 kB | 14.89 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.54%** | 68.83 kB | 69.21 kB | +0.45% | 15.04 kB | 15.11 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.54%** | 68.83 kB | 69.21 kB | +0.45% | 15.04 kB | 15.11 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/7778cc2753a46cd807bbb6a328c8eeda772f544a/files/__test_utils__/ReactAllWarnings.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 7778cc2753a46cd807bbb6a328c8eeda772f544a\n</p>\n" ]
2024-04-16 17:47:10
2024-04-21 17:10:10
2024-04-21 17:10:10
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28849', 'html_url': 'https://github.com/facebook/react/pull/28849', 'diff_url': 'https://github.com/facebook/react/pull/28849.diff', 'patch_url': 'https://github.com/facebook/react/pull/28849.patch', 'merged_at': datetime.datetime(2024, 4, 21, 17, 10, 10)}
Stacked on #28853 and #28854. React supports rendering `Iterable` and will soon support `AsyncIterable`. As long as it's multi-shot since during an update we may have to rerender with new inputs an loop over the iterable again. Therefore the `Iterator` and `AsyncIterator` types are not supported directly as a child of React - and really it shouldn't pass between Hooks or components neither for this reason. For parity, that's also the case when used in Server Components. However, there is a special case when the component rendered itself is a generator function. While it returns as a child an `Iterator`, the React Element itself can act as an `Iterable` because we can re-evaluate the function to create a new generator whenever we need to. It's also very convenient to use generator functions over constructing an `AsyncIterable`. So this is a proposal to special case the `Generator`/`AsyncGenerator` returned by a (Async) Generator Function. In Flight this means that when we render a Server Component we can serialize this value as an `Iterable`/`AsyncIterable` since that's effectively what rendering it on the server reduces down to. That way if Fiber can receive the result in any position. For SuspenseList this would also need another special case because the children of SuspenseList represent "rows". `<SuspenseList><Component /></SuspenseList>` currently is a single "row" even if the component renders multiple children or is an iterator. This is currently different if Component is a Server Component because it'll reduce down to an array/AsyncIterable and therefore be treated as one row per its child. This is different from `<SuspenseList><Component /><Component /></SuspenseList>` since that has a wrapper array and so this is always two rows. It probably makes sense to special case a single-element child in `SuspenseList` to represent a component that generates rows. That way you can use an `AsyncGeneratorFunction` to do this.
{'url': 'https://api.github.com/repos/facebook/react/issues/28849/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28849/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28848
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28848/labels{/name}
https://api.github.com/repos/facebook/react/issues/28848/comments
https://api.github.com/repos/facebook/react/issues/28848/events
https://github.com/facebook/react/issues/28848
2,245,845,885
I_kwDOAJy2Ks6F3ON9
28,848
not showing components in inspect its stuck
{'login': 'daschhanda123', 'id': 162900664, 'node_id': 'U_kgDOCbWquA', 'avatar_url': 'https://avatars.githubusercontent.com/u/162900664?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/daschhanda123', 'html_url': 'https://github.com/daschhanda123', 'followers_url': 'https://api.github.com/users/daschhanda123/followers', 'following_url': 'https://api.github.com/users/daschhanda123/following{/other_user}', 'gists_url': 'https://api.github.com/users/daschhanda123/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/daschhanda123/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/daschhanda123/subscriptions', 'organizations_url': 'https://api.github.com/users/daschhanda123/orgs', 'repos_url': 'https://api.github.com/users/daschhanda123/repos', 'events_url': 'https://api.github.com/users/daschhanda123/events{/privacy}', 'received_events_url': 'https://api.github.com/users/daschhanda123/received_events', 'type': 'User', 'site_admin': False}
[]
open
false
null
[]
null
[ "Add more info, please." ]
2024-04-16 11:49:36
2024-05-04 20:26:04
null
NONE
null
null
null
null
{'url': 'https://api.github.com/repos/facebook/react/issues/28848/reactions', 'total_count': 2, '+1': 1, '-1': 1, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28848/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28847
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28847/labels{/name}
https://api.github.com/repos/facebook/react/issues/28847/comments
https://api.github.com/repos/facebook/react/issues/28847/events
https://github.com/facebook/react/pull/28847
2,244,981,252
PR_kwDOAJy2Ks5svyBK
28,847
[Flight] Encode ReadableStream and AsyncIterables
{'login': 'sebmarkbage', 'id': 63648, 'node_id': 'MDQ6VXNlcjYzNjQ4', 'avatar_url': 'https://avatars.githubusercontent.com/u/63648?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sebmarkbage', 'html_url': 'https://github.com/sebmarkbage', 'followers_url': 'https://api.github.com/users/sebmarkbage/followers', 'following_url': 'https://api.github.com/users/sebmarkbage/following{/other_user}', 'gists_url': 'https://api.github.com/users/sebmarkbage/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/sebmarkbage/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/sebmarkbage/subscriptions', 'organizations_url': 'https://api.github.com/users/sebmarkbage/orgs', 'repos_url': 'https://api.github.com/users/sebmarkbage/repos', 'events_url': 'https://api.github.com/users/sebmarkbage/events{/privacy}', 'received_events_url': 'https://api.github.com/users/sebmarkbage/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 17e920c00d314bfc6833e99ff4cb5c91fb3da254...0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **=** | 168.76 kB | 168.76 kB | = | 52.91 kB | 52.91 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/facebook-www/ReactDOM-prod.classic.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **=** | 590.83 kB | 590.83 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/facebook-www/ReactDOM-prod.modern.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **=** | 566.65 kB | 566.65 kB | = | 100.10 kB | 100.10 kB\n| [oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+19.53%** | 53.35 kB | 63.77 kB | +14.59% | 12.14 kB | 13.91 kB\n| [oss-experimental/react-client/cjs/react-client-flight.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-client/cjs/react-client-flight.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+19.48%** | 53.17 kB | 63.53 kB | +13.97% | 12.50 kB | 14.24 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+19.47%** | 53.51 kB | 63.93 kB | +14.56% | 12.17 kB | 13.94 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+18.35%** | 56.77 kB | 67.18 kB | +13.47% | 13.10 kB | 14.86 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+18.19%** | 57.28 kB | 67.70 kB | +13.33% | 13.26 kB | 15.03 kB\n| [oss-experimental/react-client/cjs/react-client-flight.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-client/cjs/react-client-flight.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+17.71%** | 13.57 kB | 15.98 kB | +14.66% | 4.79 kB | 5.49 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+17.40%** | 14.28 kB | 16.76 kB | +14.20% | 5.04 kB | 5.75 kB\n| [oss-experimental/react-server/cjs/react-server-flight.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server/cjs/react-server-flight.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+17.37%** | 70.52 kB | 82.77 kB | +11.20% | 16.84 kB | 18.73 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+17.20%** | 60.57 kB | 70.98 kB | +12.57% | 14.01 kB | 15.77 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.71%** | 62.35 kB | 72.77 kB | +12.09% | 14.56 kB | 16.32 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.70%** | 62.39 kB | 72.81 kB | +12.07% | 14.58 kB | 16.34 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.62%** | 14.95 kB | 17.43 kB | +13.63% | 5.30 kB | 6.03 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.49%** | 15.07 kB | 17.56 kB | +13.49% | 5.34 kB | 6.07 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.33%** | 63.79 kB | 74.21 kB | +11.80% | 14.92 kB | 16.68 kB\n| [oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.33%** | 15.13 kB | 17.60 kB | +13.32% | 5.39 kB | 6.11 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.33%** | 63.82 kB | 74.24 kB | +11.79% | 14.96 kB | 16.72 kB\n| [oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.20%** | 15.26 kB | 17.73 kB | +13.07% | 5.43 kB | 6.14 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.05%** | 64.90 kB | 75.32 kB | +11.62% | 15.13 kB | 16.88 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.05%** | 64.93 kB | 75.35 kB | +11.59% | 15.17 kB | 16.93 kB\n| [oss-experimental/react-server/cjs/react-server-flight.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server/cjs/react-server-flight.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.04%** | 19.04 kB | 22.09 kB | +11.02% | 6.84 kB | 7.60 kB\n| [oss-experimental/react-client/cjs/react-client-flight.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-client/cjs/react-client-flight.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+15.78%** | 69.60 kB | 80.58 kB | +11.37% | 16.50 kB | 18.37 kB\n| [oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+15.77%** | 69.61 kB | 80.59 kB | +11.61% | 16.20 kB | 18.08 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+15.72%** | 69.85 kB | 80.83 kB | +11.57% | 16.27 kB | 18.15 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+15.19%** | 16.37 kB | 18.86 kB | +12.64% | 5.71 kB | 6.43 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+15.02%** | 73.10 kB | 84.08 kB | +10.91% | 17.25 kB | 19.13 kB\n| [oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+15.00%** | 77.62 kB | 89.26 kB | +10.87% | 17.53 kB | 19.44 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+14.92%** | 73.61 kB | 84.59 kB | +10.81% | 17.42 kB | 19.30 kB\n| [oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+14.89%** | 78.16 kB | 89.80 kB | +10.76% | 17.71 kB | 19.61 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+14.83%** | 16.77 kB | 19.26 kB | +12.15% | 5.91 kB | 6.63 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+14.83%** | 16.77 kB | 19.26 kB | +12.15% | 5.91 kB | 6.63 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+14.56%** | 17.08 kB | 19.57 kB | +12.11% | 6.01 kB | 6.74 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+14.55%** | 17.09 kB | 19.58 kB | +12.12% | 6.02 kB | 6.75 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+14.19%** | 17.52 kB | 20.01 kB | +11.80% | 6.13 kB | 6.86 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+14.19%** | 17.53 kB | 20.02 kB | +11.82% | 6.14 kB | 6.87 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+14.16%** | 77.53 kB | 88.51 kB | +10.14% | 18.32 kB | 20.18 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+13.84%** | 79.31 kB | 90.29 kB | +9.80% | 18.90 kB | 20.75 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+13.84%** | 79.34 kB | 90.32 kB | +9.79% | 18.92 kB | 20.77 kB\n| [oss-experimental/react-server/cjs/react-server-flight.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server/cjs/react-server-flight.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+13.80%** | 96.46 kB | 109.78 kB | +9.91% | 21.91 kB | 24.08 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+13.60%** | 80.74 kB | 91.72 kB | +9.63% | 19.27 kB | 21.13 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+13.59%** | 80.77 kB | 91.75 kB | +9.60% | 19.32 kB | 21.17 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+13.42%** | 81.81 kB | 92.79 kB | +9.47% | 19.49 kB | 21.33 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+13.42%** | 81.84 kB | 92.82 kB | +9.44% | 19.53 kB | 21.37 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+11.16%** | 109.83 kB | 122.08 kB | +7.42% | 25.59 kB | 27.49 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+10.85%** | 112.96 kB | 125.21 kB | +7.32% | 26.38 kB | 28.31 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+10.77%** | 113.81 kB | 126.06 kB | +7.21% | 26.63 kB | 28.55 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+10.63%** | 115.21 kB | 127.46 kB | +7.19% | 26.99 kB | 28.93 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+10.61%** | 115.53 kB | 127.78 kB | +7.12% | 27.06 kB | 28.99 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+10.56%** | 115.98 kB | 128.23 kB | +7.30% | 26.59 kB | 28.53 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+10.38%** | 118.06 kB | 130.31 kB | +7.20% | 27.12 kB | 29.07 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+10.33%** | 118.65 kB | 130.90 kB | +7.05% | 27.47 kB | 29.40 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+10.15%** | 120.72 kB | 132.97 kB | +6.80% | 28.04 kB | 29.94 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+10.11%** | 30.30 kB | 33.37 kB | +7.52% | 10.19 kB | 10.95 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.75%** | 136.57 kB | 149.88 kB | +7.00% | 31.00 kB | 33.17 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.68%** | 31.59 kB | 34.64 kB | +7.66% | 10.17 kB | 10.95 kB\n| [oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.63%** | 31.70 kB | 34.75 kB | +7.76% | 10.27 kB | 11.07 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.56%** | 139.28 kB | 152.60 kB | +6.96% | 31.50 kB | 33.69 kB\n| [oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.52%** | 146.80 kB | 160.79 kB | +6.97% | 31.88 kB | 34.11 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.52%** | 32.11 kB | 35.17 kB | +7.57% | 10.30 kB | 11.08 kB\n| [oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.48%** | 32.21 kB | 35.27 kB | +7.47% | 10.41 kB | 11.19 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.45%** | 140.85 kB | 154.16 kB | +6.85% | 31.98 kB | 34.17 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.43%** | 32.13 kB | 35.15 kB | +7.43% | 10.34 kB | 11.11 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.39%** | 141.73 kB | 155.04 kB | +6.81% | 32.17 kB | 34.36 kB\n| [oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.36%** | 149.37 kB | 163.36 kB | +6.82% | 32.57 kB | 34.79 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.33%** | 32.84 kB | 35.91 kB | +7.09% | 10.64 kB | 11.40 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.33%** | 142.73 kB | 156.05 kB | +6.79% | 32.00 kB | 34.17 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.33%** | 142.78 kB | 156.09 kB | +6.72% | 32.49 kB | 34.68 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.31%** | 32.53 kB | 35.56 kB | +7.33% | 10.44 kB | 11.21 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.19%** | 33.34 kB | 36.40 kB | +7.08% | 10.78 kB | 11.55 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.18%** | 145.02 kB | 158.34 kB | +6.64% | 32.61 kB | 34.77 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.17%** | 33.42 kB | 36.48 kB | +6.94% | 10.78 kB | 11.53 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.16%** | 145.37 kB | 158.69 kB | +6.67% | 32.81 kB | 35.00 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.03%** | 33.92 kB | 36.98 kB | +6.95% | 10.94 kB | 11.70 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.02%** | 147.66 kB | 160.97 kB | +6.54% | 33.42 kB | 35.60 kB\n| [oss-stable-semver/react-server/cjs/react-server-flight.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server/cjs/react-server-flight.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+2.08%** | 16.58 kB | 16.92 kB | +1.22% | 6.15 kB | 6.23 kB\n| [oss-stable/react-server/cjs/react-server-flight.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server/cjs/react-server-flight.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+2.08%** | 16.58 kB | 16.92 kB | +1.22% | 6.15 kB | 6.23 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/__test_utils__/ReactAllWarnings.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+19.53%** | 53.35 kB | 63.77 kB | +14.59% | 12.14 kB | 13.91 kB\n| [oss-experimental/react-client/cjs/react-client-flight.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-client/cjs/react-client-flight.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+19.48%** | 53.17 kB | 63.53 kB | +13.97% | 12.50 kB | 14.24 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+19.47%** | 53.51 kB | 63.93 kB | +14.56% | 12.17 kB | 13.94 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+18.35%** | 56.77 kB | 67.18 kB | +13.47% | 13.10 kB | 14.86 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+18.19%** | 57.28 kB | 67.70 kB | +13.33% | 13.26 kB | 15.03 kB\n| [oss-experimental/react-client/cjs/react-client-flight.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-client/cjs/react-client-flight.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+17.71%** | 13.57 kB | 15.98 kB | +14.66% | 4.79 kB | 5.49 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+17.40%** | 14.28 kB | 16.76 kB | +14.20% | 5.04 kB | 5.75 kB\n| [oss-experimental/react-server/cjs/react-server-flight.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server/cjs/react-server-flight.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+17.37%** | 70.52 kB | 82.77 kB | +11.20% | 16.84 kB | 18.73 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+17.20%** | 60.57 kB | 70.98 kB | +12.57% | 14.01 kB | 15.77 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.71%** | 62.35 kB | 72.77 kB | +12.09% | 14.56 kB | 16.32 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.70%** | 62.39 kB | 72.81 kB | +12.07% | 14.58 kB | 16.34 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.62%** | 14.95 kB | 17.43 kB | +13.63% | 5.30 kB | 6.03 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.49%** | 15.07 kB | 17.56 kB | +13.49% | 5.34 kB | 6.07 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.33%** | 63.79 kB | 74.21 kB | +11.80% | 14.92 kB | 16.68 kB\n| [oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.33%** | 15.13 kB | 17.60 kB | +13.32% | 5.39 kB | 6.11 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.33%** | 63.82 kB | 74.24 kB | +11.79% | 14.96 kB | 16.72 kB\n| [oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.20%** | 15.26 kB | 17.73 kB | +13.07% | 5.43 kB | 6.14 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.05%** | 64.90 kB | 75.32 kB | +11.62% | 15.13 kB | 16.88 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.05%** | 64.93 kB | 75.35 kB | +11.59% | 15.17 kB | 16.93 kB\n| [oss-experimental/react-server/cjs/react-server-flight.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server/cjs/react-server-flight.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+16.04%** | 19.04 kB | 22.09 kB | +11.02% | 6.84 kB | 7.60 kB\n| [oss-experimental/react-client/cjs/react-client-flight.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-client/cjs/react-client-flight.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+15.78%** | 69.60 kB | 80.58 kB | +11.37% | 16.50 kB | 18.37 kB\n| [oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+15.77%** | 69.61 kB | 80.59 kB | +11.61% | 16.20 kB | 18.08 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+15.72%** | 69.85 kB | 80.83 kB | +11.57% | 16.27 kB | 18.15 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+15.19%** | 16.37 kB | 18.86 kB | +12.64% | 5.71 kB | 6.43 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+15.02%** | 73.10 kB | 84.08 kB | +10.91% | 17.25 kB | 19.13 kB\n| [oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+15.00%** | 77.62 kB | 89.26 kB | +10.87% | 17.53 kB | 19.44 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+14.92%** | 73.61 kB | 84.59 kB | +10.81% | 17.42 kB | 19.30 kB\n| [oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+14.89%** | 78.16 kB | 89.80 kB | +10.76% | 17.71 kB | 19.61 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+14.83%** | 16.77 kB | 19.26 kB | +12.15% | 5.91 kB | 6.63 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+14.83%** | 16.77 kB | 19.26 kB | +12.15% | 5.91 kB | 6.63 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+14.56%** | 17.08 kB | 19.57 kB | +12.11% | 6.01 kB | 6.74 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+14.55%** | 17.09 kB | 19.58 kB | +12.12% | 6.02 kB | 6.75 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+14.19%** | 17.52 kB | 20.01 kB | +11.80% | 6.13 kB | 6.86 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+14.19%** | 17.53 kB | 20.02 kB | +11.82% | 6.14 kB | 6.87 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+14.16%** | 77.53 kB | 88.51 kB | +10.14% | 18.32 kB | 20.18 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+13.84%** | 79.31 kB | 90.29 kB | +9.80% | 18.90 kB | 20.75 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+13.84%** | 79.34 kB | 90.32 kB | +9.79% | 18.92 kB | 20.77 kB\n| [oss-experimental/react-server/cjs/react-server-flight.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server/cjs/react-server-flight.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+13.80%** | 96.46 kB | 109.78 kB | +9.91% | 21.91 kB | 24.08 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+13.60%** | 80.74 kB | 91.72 kB | +9.63% | 19.27 kB | 21.13 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+13.59%** | 80.77 kB | 91.75 kB | +9.60% | 19.32 kB | 21.17 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+13.42%** | 81.81 kB | 92.79 kB | +9.47% | 19.49 kB | 21.33 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+13.42%** | 81.84 kB | 92.82 kB | +9.44% | 19.53 kB | 21.37 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+11.16%** | 109.83 kB | 122.08 kB | +7.42% | 25.59 kB | 27.49 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+10.85%** | 112.96 kB | 125.21 kB | +7.32% | 26.38 kB | 28.31 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+10.77%** | 113.81 kB | 126.06 kB | +7.21% | 26.63 kB | 28.55 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+10.63%** | 115.21 kB | 127.46 kB | +7.19% | 26.99 kB | 28.93 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+10.61%** | 115.53 kB | 127.78 kB | +7.12% | 27.06 kB | 28.99 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+10.56%** | 115.98 kB | 128.23 kB | +7.30% | 26.59 kB | 28.53 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+10.38%** | 118.06 kB | 130.31 kB | +7.20% | 27.12 kB | 29.07 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+10.33%** | 118.65 kB | 130.90 kB | +7.05% | 27.47 kB | 29.40 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+10.15%** | 120.72 kB | 132.97 kB | +6.80% | 28.04 kB | 29.94 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+10.11%** | 30.30 kB | 33.37 kB | +7.52% | 10.19 kB | 10.95 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.75%** | 136.57 kB | 149.88 kB | +7.00% | 31.00 kB | 33.17 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.68%** | 31.59 kB | 34.64 kB | +7.66% | 10.17 kB | 10.95 kB\n| [oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.63%** | 31.70 kB | 34.75 kB | +7.76% | 10.27 kB | 11.07 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.56%** | 139.28 kB | 152.60 kB | +6.96% | 31.50 kB | 33.69 kB\n| [oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.52%** | 146.80 kB | 160.79 kB | +6.97% | 31.88 kB | 34.11 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.52%** | 32.11 kB | 35.17 kB | +7.57% | 10.30 kB | 11.08 kB\n| [oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.48%** | 32.21 kB | 35.27 kB | +7.47% | 10.41 kB | 11.19 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.45%** | 140.85 kB | 154.16 kB | +6.85% | 31.98 kB | 34.17 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.43%** | 32.13 kB | 35.15 kB | +7.43% | 10.34 kB | 11.11 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.39%** | 141.73 kB | 155.04 kB | +6.81% | 32.17 kB | 34.36 kB\n| [oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.36%** | 149.37 kB | 163.36 kB | +6.82% | 32.57 kB | 34.79 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.33%** | 32.84 kB | 35.91 kB | +7.09% | 10.64 kB | 11.40 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.33%** | 142.73 kB | 156.05 kB | +6.79% | 32.00 kB | 34.17 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.33%** | 142.78 kB | 156.09 kB | +6.72% | 32.49 kB | 34.68 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.31%** | 32.53 kB | 35.56 kB | +7.33% | 10.44 kB | 11.21 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.19%** | 33.34 kB | 36.40 kB | +7.08% | 10.78 kB | 11.55 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.18%** | 145.02 kB | 158.34 kB | +6.64% | 32.61 kB | 34.77 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.17%** | 33.42 kB | 36.48 kB | +6.94% | 10.78 kB | 11.53 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.16%** | 145.37 kB | 158.69 kB | +6.67% | 32.81 kB | 35.00 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.03%** | 33.92 kB | 36.98 kB | +6.95% | 10.94 kB | 11.70 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+9.02%** | 147.66 kB | 160.97 kB | +6.54% | 33.42 kB | 35.60 kB\n| [oss-stable-semver/react-server/cjs/react-server-flight.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server/cjs/react-server-flight.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+2.08%** | 16.58 kB | 16.92 kB | +1.22% | 6.15 kB | 6.23 kB\n| [oss-stable/react-server/cjs/react-server-flight.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server/cjs/react-server-flight.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+2.08%** | 16.58 kB | 16.92 kB | +1.22% | 6.15 kB | 6.23 kB\n| [oss-stable-semver/react-server/cjs/react-server-flight.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server/cjs/react-server-flight.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.87%** | 83.18 kB | 84.74 kB | +1.50% | 19.41 kB | 19.70 kB\n| [oss-stable/react-server/cjs/react-server-flight.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server/cjs/react-server-flight.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.87%** | 83.18 kB | 84.74 kB | +1.50% | 19.41 kB | 19.70 kB\n| [oss-stable-semver/react-server/cjs/react-server-flight.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server/cjs/react-server-flight.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.83%** | 62.76 kB | 63.91 kB | +1.60% | 15.48 kB | 15.73 kB\n| [oss-stable/react-server/cjs/react-server-flight.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server/cjs/react-server-flight.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.83%** | 62.76 kB | 63.91 kB | +1.60% | 15.48 kB | 15.73 kB\n| [facebook-www/ReactFlightDOMServer-prod.modern.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/facebook-www/ReactFlightDOMServer-prod.modern.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.46%** | 39.22 kB | 39.79 kB | +1.18% | 8.98 kB | 9.09 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.35%** | 26.96 kB | 27.32 kB | +0.88% | 9.33 kB | 9.42 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.35%** | 26.96 kB | 27.32 kB | +0.88% | 9.33 kB | 9.42 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.32%** | 28.19 kB | 28.56 kB | +0.81% | 9.30 kB | 9.38 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.32%** | 28.19 kB | 28.56 kB | +0.81% | 9.30 kB | 9.38 kB\n| [oss-stable-semver/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.31%** | 28.30 kB | 28.67 kB | +0.82% | 9.42 kB | 9.49 kB\n| [oss-stable/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.31%** | 28.30 kB | 28.67 kB | +0.82% | 9.42 kB | 9.49 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.30%** | 119.75 kB | 121.30 kB | +1.15% | 27.72 kB | 28.04 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.30%** | 119.75 kB | 121.30 kB | +1.15% | 27.72 kB | 28.04 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.30%** | 28.71 kB | 29.08 kB | +0.79% | 9.43 kB | 9.50 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.30%** | 28.71 kB | 29.08 kB | +0.79% | 9.43 kB | 9.50 kB\n| [oss-stable-semver/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.29%** | 28.81 kB | 29.18 kB | +0.84% | 9.55 kB | 9.63 kB\n| [oss-stable/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.29%** | 28.81 kB | 29.18 kB | +0.84% | 9.55 kB | 9.63 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.27%** | 122.66 kB | 124.21 kB | +1.05% | 28.35 kB | 28.65 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.27%** | 122.66 kB | 124.21 kB | +1.05% | 28.35 kB | 28.65 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.26%** | 123.55 kB | 125.11 kB | +1.04% | 28.58 kB | 28.88 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.26%** | 123.55 kB | 125.11 kB | +1.04% | 28.58 kB | 28.88 kB\n| [oss-stable-semver/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.25%** | 129.39 kB | 131.01 kB | +1.07% | 28.70 kB | 29.01 kB\n| [oss-stable/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.25%** | 129.39 kB | 131.01 kB | +1.07% | 28.70 kB | 29.01 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.24%** | 125.11 kB | 126.66 kB | +1.02% | 29.02 kB | 29.32 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.24%** | 125.11 kB | 126.66 kB | +1.02% | 29.02 kB | 29.32 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.24%** | 29.49 kB | 29.86 kB | +0.86% | 9.75 kB | 9.84 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.24%** | 29.49 kB | 29.86 kB | +0.86% | 9.75 kB | 9.84 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.24%** | 125.48 kB | 127.04 kB | +1.02% | 29.09 kB | 29.38 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.24%** | 125.48 kB | 127.04 kB | +1.02% | 29.09 kB | 29.38 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.24%** | 125.91 kB | 127.46 kB | +1.04% | 28.76 kB | 29.06 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.24%** | 125.91 kB | 127.46 kB | +1.04% | 28.76 kB | 29.06 kB\n| [oss-stable-semver/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.23%** | 131.96 kB | 133.58 kB | +1.04% | 29.38 kB | 29.68 kB\n| [oss-stable/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.23%** | 131.96 kB | 133.58 kB | +1.04% | 29.38 kB | 29.68 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.22%** | 30.07 kB | 30.43 kB | +0.88% | 9.90 kB | 9.98 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.22%** | 30.07 kB | 30.43 kB | +0.88% | 9.90 kB | 9.98 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.22%** | 29.99 kB | 30.36 kB | +0.90% | 9.91 kB | 9.99 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.22%** | 29.99 kB | 30.36 kB | +0.90% | 9.91 kB | 9.99 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.21%** | 128.20 kB | 129.75 kB | +1.00% | 29.34 kB | 29.64 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.21%** | 128.20 kB | 129.75 kB | +1.00% | 29.34 kB | 29.64 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.21%** | 128.55 kB | 130.11 kB | +1.00% | 29.57 kB | 29.87 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.21%** | 128.55 kB | 130.11 kB | +1.00% | 29.57 kB | 29.87 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.20%** | 28.70 kB | 29.05 kB | +0.62% | 9.46 kB | 9.52 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.20%** | 28.70 kB | 29.05 kB | +0.62% | 9.46 kB | 9.52 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.19%** | 30.57 kB | 30.94 kB | +0.90% | 10.06 kB | 10.15 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.19%** | 30.57 kB | 30.94 kB | +0.90% | 10.06 kB | 10.15 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.19%** | 130.83 kB | 132.39 kB | +1.00% | 30.18 kB | 30.48 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.19%** | 130.83 kB | 132.39 kB | +1.00% | 30.18 kB | 30.48 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.18%** | 29.11 kB | 29.45 kB | +0.63% | 9.56 kB | 9.62 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.18%** | 29.11 kB | 29.45 kB | +0.63% | 9.56 kB | 9.62 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.16%** | 99.17 kB | 100.31 kB | +1.00% | 23.73 kB | 23.97 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.16%** | 99.17 kB | 100.31 kB | +1.00% | 23.73 kB | 23.97 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.13%** | 101.85 kB | 102.99 kB | +1.02% | 24.33 kB | 24.57 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.13%** | 101.85 kB | 102.99 kB | +1.02% | 24.33 kB | 24.57 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.12%** | 102.69 kB | 103.84 kB | +1.02% | 24.55 kB | 24.80 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.12%** | 102.69 kB | 103.84 kB | +1.02% | 24.55 kB | 24.80 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.10%** | 104.10 kB | 105.24 kB | +0.99% | 24.93 kB | 25.18 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.10%** | 104.10 kB | 105.24 kB | +0.99% | 24.93 kB | 25.18 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.10%** | 104.42 kB | 105.56 kB | +0.99% | 24.98 kB | 25.23 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.10%** | 104.42 kB | 105.56 kB | +0.99% | 24.98 kB | 25.23 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.09%** | 105.32 kB | 106.46 kB | +1.00% | 24.70 kB | 24.95 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.09%** | 105.32 kB | 106.46 kB | +1.00% | 24.70 kB | 24.95 kB\n| [facebook-www/ReactFlightDOMServer-dev.modern.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/facebook-www/ReactFlightDOMServer-dev.modern.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.08%** | 104.86 kB | 106.00 kB | +0.99% | 21.80 kB | 22.02 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.07%** | 107.40 kB | 108.54 kB | +1.00% | 25.19 kB | 25.44 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.07%** | 107.40 kB | 108.54 kB | +1.00% | 25.19 kB | 25.44 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.06%** | 107.98 kB | 109.13 kB | +1.03% | 25.54 kB | 25.81 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.06%** | 107.98 kB | 109.13 kB | +1.03% | 25.54 kB | 25.81 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.04%** | 110.05 kB | 111.20 kB | +0.99% | 26.09 kB | 26.34 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+1.04%** | 110.05 kB | 111.20 kB | +0.99% | 26.09 kB | 26.34 kB\n| [facebook-www/ReactFlightDOMClient-dev.modern.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/facebook-www/ReactFlightDOMClient-dev.modern.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.83%** | 42.55 kB | 42.91 kB | +0.65% | 9.71 kB | 9.77 kB\n| [oss-stable-semver/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.50%** | 69.38 kB | 69.73 kB | +0.46% | 16.01 kB | 16.08 kB\n| [oss-stable/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.50%** | 69.38 kB | 69.73 kB | +0.46% | 16.01 kB | 16.08 kB\n| [oss-stable-semver/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.50%** | 69.92 kB | 70.27 kB | +0.46% | 16.20 kB | 16.27 kB\n| [oss-stable/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.50%** | 69.92 kB | 70.27 kB | +0.46% | 16.20 kB | 16.27 kB\n| [oss-stable-semver/react-client/cjs/react-client-flight.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-client/cjs/react-client-flight.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.49%** | 61.83 kB | 62.13 kB | +0.47% | 15.03 kB | 15.10 kB\n| [oss-stable/react-client/cjs/react-client-flight.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-client/cjs/react-client-flight.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.49%** | 61.83 kB | 62.13 kB | +0.47% | 15.03 kB | 15.10 kB\n| [oss-stable-semver/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.49%** | 61.84 kB | 62.14 kB | +0.47% | 14.74 kB | 14.80 kB\n| [oss-stable/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.49%** | 61.84 kB | 62.14 kB | +0.47% | 14.74 kB | 14.80 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.49%** | 62.08 kB | 62.38 kB | +0.47% | 14.80 kB | 14.87 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.49%** | 62.08 kB | 62.38 kB | +0.47% | 14.80 kB | 14.87 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.46%** | 65.33 kB | 65.63 kB | +0.43% | 15.77 kB | 15.84 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.46%** | 65.33 kB | 65.63 kB | +0.43% | 15.77 kB | 15.84 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.46%** | 65.84 kB | 66.14 kB | +0.44% | 15.94 kB | 16.01 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.46%** | 65.84 kB | 66.14 kB | +0.44% | 15.94 kB | 16.01 kB\n| [oss-stable-semver/react-client/cjs/react-client-flight.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-client/cjs/react-client-flight.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.45%** | 45.46 kB | 45.66 kB | +0.29% | 11.07 kB | 11.10 kB\n| [oss-stable/react-client/cjs/react-client-flight.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-client/cjs/react-client-flight.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.45%** | 45.46 kB | 45.66 kB | +0.29% | 11.07 kB | 11.10 kB\n| [oss-stable-semver/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.45%** | 45.54 kB | 45.74 kB | +0.31% | 10.69 kB | 10.73 kB\n| [oss-stable/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.min.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.min.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.45%** | 45.54 kB | 45.74 kB | +0.31% | 10.69 kB | 10.73 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.45%** | 45.69 kB | 45.90 kB | +0.31% | 10.72 kB | 10.76 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.45%** | 45.69 kB | 45.90 kB | +0.31% | 10.72 kB | 10.76 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.43%** | 69.76 kB | 70.06 kB | +0.42% | 16.83 kB | 16.90 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.43%** | 69.76 kB | 70.06 kB | +0.42% | 16.83 kB | 16.90 kB\n| [facebook-www/ReactFlightDOMClient-prod.modern.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/facebook-www/ReactFlightDOMClient-prod.modern.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.42%** | 19.88 kB | 19.97 kB | +0.31% | 4.81 kB | 4.82 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.42%** | 71.54 kB | 71.84 kB | +0.41% | 17.40 kB | 17.47 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.42%** | 71.54 kB | 71.84 kB | +0.41% | 17.40 kB | 17.47 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.42%** | 71.57 kB | 71.87 kB | +0.41% | 17.42 kB | 17.49 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.42%** | 71.57 kB | 71.87 kB | +0.41% | 17.42 kB | 17.49 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.42%** | 48.95 kB | 49.16 kB | +0.26% | 11.66 kB | 11.69 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.42%** | 48.95 kB | 49.16 kB | +0.26% | 11.66 kB | 11.69 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.42%** | 49.47 kB | 49.68 kB | +0.28% | 11.82 kB | 11.86 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.42%** | 49.47 kB | 49.68 kB | +0.28% | 11.82 kB | 11.86 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.41%** | 72.97 kB | 73.28 kB | +0.40% | 17.76 kB | 17.83 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.41%** | 72.97 kB | 73.28 kB | +0.40% | 17.76 kB | 17.83 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.41%** | 73.00 kB | 73.30 kB | +0.39% | 17.80 kB | 17.87 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.41%** | 73.00 kB | 73.30 kB | +0.39% | 17.80 kB | 17.87 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.41%** | 74.04 kB | 74.35 kB | +0.39% | 17.97 kB | 18.04 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.41%** | 74.04 kB | 74.35 kB | +0.39% | 17.97 kB | 18.04 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.41%** | 74.07 kB | 74.37 kB | +0.39% | 18.02 kB | 18.09 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.41%** | 74.07 kB | 74.37 kB | +0.39% | 18.02 kB | 18.09 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.39%** | 52.75 kB | 52.96 kB | +0.30% | 12.52 kB | 12.55 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.39%** | 52.75 kB | 52.96 kB | +0.30% | 12.52 kB | 12.55 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.38%** | 54.54 kB | 54.74 kB | +0.31% | 13.07 kB | 13.11 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.38%** | 54.54 kB | 54.74 kB | +0.31% | 13.07 kB | 13.11 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.38%** | 54.57 kB | 54.78 kB | +0.30% | 13.09 kB | 13.13 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.38%** | 54.57 kB | 54.78 kB | +0.30% | 13.09 kB | 13.13 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.37%** | 55.98 kB | 56.18 kB | +0.29% | 13.43 kB | 13.47 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.37%** | 55.98 kB | 56.18 kB | +0.29% | 13.43 kB | 13.47 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.37%** | 56.00 kB | 56.21 kB | +0.30% | 13.47 kB | 13.51 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.37%** | 56.00 kB | 56.21 kB | +0.30% | 13.47 kB | 13.51 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.36%** | 57.09 kB | 57.29 kB | +0.27% | 13.64 kB | 13.68 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.36%** | 57.09 kB | 57.29 kB | +0.27% | 13.64 kB | 13.68 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.36%** | 57.11 kB | 57.32 kB | +0.27% | 13.69 kB | 13.72 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.36%** | 57.11 kB | 57.32 kB | +0.27% | 13.69 kB | 13.72 kB\n| [oss-stable-semver/react-server/cjs/react-server.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server/cjs/react-server.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.27%** | 155.14 kB | 155.57 kB | +0.36% | 36.59 kB | 36.72 kB\n| [oss-stable/react-server/cjs/react-server.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server/cjs/react-server.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.27%** | 155.14 kB | 155.57 kB | +0.36% | 36.59 kB | 36.72 kB\n| [oss-experimental/react-server/cjs/react-server.production.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server/cjs/react-server.production.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.26%** | 166.64 kB | 167.07 kB | +0.37% | 38.52 kB | 38.67 kB\n| [oss-stable-semver/react-server/cjs/react-server.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable-semver/react-server/cjs/react-server.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.22%** | 196.72 kB | 197.15 kB | +0.29% | 46.46 kB | 46.59 kB\n| [oss-stable/react-server/cjs/react-server.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-stable/react-server/cjs/react-server.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.22%** | 196.72 kB | 197.15 kB | +0.29% | 46.46 kB | 46.59 kB\n| [oss-experimental/react-server/cjs/react-server.development.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/oss-experimental/react-server/cjs/react-server.development.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **+0.20%** | 208.18 kB | 208.61 kB | +0.29% | 48.42 kB | 48.56 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2/files/__test_utils__/ReactAllWarnings.js?compare=17e920c00d314bfc6833e99ff4cb5c91fb3da254) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 0fddb4e8e215a0b0b9aa39d4cf741fef67771ca2\n</p>\n", "While the protocol supports all four, here's my recommendations for how to use it.\r\n\r\nMainly stick to binary `ReadableStream` for data pass-through or `AsyncIterable` for complex objects/components.\r\n\r\nOnly use `ReadableStream` / `AsyncIterator` / `AsyncGenerator` in Server Actions. They're also mutable objects. These are imperative constructs that should only be used in imperative contexts like Actions, Event handlers and Effects. You shouldn't really pass them between components nor hooks whether it's client or server. Props should be immutable so that the inner part can rerender without the outer part. You can't do that if it gets mutated.\r\n\r\nIf you use it, it needs to be only passed through render without iterated and then passed to an event handler or useEffect, that knows how to deal with it. That's the same recommendation for any mutable object nested inside. React doesn't have strong recommendations for how to deal with this but one convention is to wrap it in a `createRef` to indicate that the inner object is mutable and should only be accessed in effects. This can be used to for example create a stream of events that should only happen once and fired from an effect.\r\n\r\nFor things that needs to be read during render, use a multi-shot `AsyncIterable` (or if #28849 lands, a Generator Server Component).\r\n\r\nI also recommend never really using the non-binary version of `ReadableStream`. It's an unnecessary construct with overhead that has no known use over `AsyncIterable`. The binary form is useful for directly passing the result from `fetch` through to the Client. Even nested RSCs.\r\n\r\nYou can also use `Blob` for data pass-through." ]
2024-04-16 02:44:50
2024-04-16 18:38:30
2024-04-16 16:20:07
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28847', 'html_url': 'https://github.com/facebook/react/pull/28847', 'diff_url': 'https://github.com/facebook/react/pull/28847.diff', 'patch_url': 'https://github.com/facebook/react/pull/28847.patch', 'merged_at': datetime.datetime(2024, 4, 16, 16, 20, 7)}
This adds support in Flight for serializing four kinds of streams: - `ReadableStream` with objects as a model. This is a single shot iterator so you can read it only once. It can contain any value including Server Components. Chunks are encoded as is so if you send in 10 typed arrays, you get the same typed arrays out on the other side. - Binary `ReadableStream` with `type: 'bytes'` option. This supports the BYOB protocol. In this mode, the receiving side just gets `Uint8Array`s and they can be split across any single byte boundary into arbitrary chunks. - `AsyncIterable` where the `AsyncIterator` function is different than the `AsyncIterable` itself. In this case we assume that this might be a multi-shot iterable and so we buffer its value and you can iterate it multiple times on the other side. We support the `return` value as a value in the single completion slot, but you can't pass values in `next()`. If you want single-shot, return the AsyncIterator instead. - `AsyncIterator`. These gets serialized as a single-shot as it's just an iterator. `AsyncIterable`/`AsyncIterator` yield Promises that are instrumented with our `.status`/`.value` convention so that they can be synchronously looped over if available. They are also lazily parsed upon read. We can't do this with `ReadableStream` because we use the native implementation of `ReadableStream` which owns the promises. The format is a leading row that indicates which type of stream it is. Then a new row with the same ID is emitted for every chunk. Followed by either an error or close row. `AsyncIterable`s can also be returned as children of Server Components and then they're conceptually the same as fragment arrays/iterables. They can't actually be used as children in Fizz/Fiber but there's a separate plan for that. Only `AsyncIterable` not `AsyncIterator` will be valid as children - just like sync `Iterable` is already supported but single-shot `Iterator` is not. Notably, neither of these streams represent updates over time to a value. They represent multiple values in a list. When the server stream is aborted we also close the underlying stream. However, closing a stream on the client, doesn't close the underlying stream. A couple of possible follow ups I'm not planning on doing right now: - [ ] Free memory by releasing the buffer if an Iterator has been exhausted. Single shots could be optimized further to release individual items as you go. - [ ] We could clean up the underlying stream if the only pending data that's still flowing is from streams and all the streams have cleaned up. It's not very reliable though. It's better to do cancellation for the whole stream - e.g. at the framework level. - [ ] Implement smarter Binary Stream chunk handling. Currently we wait until we've received a whole row for binary chunks and copy them into consecutive memory. We need this to preserve semantics when passing typed arrays. However, for binary streams we don't need that. We can just send whatever pieces we have so far.
{'url': 'https://api.github.com/repos/facebook/react/issues/28847/reactions', 'total_count': 8, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 3, 'rocket': 0, 'eyes': 5}
https://api.github.com/repos/facebook/react/issues/28847/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28846
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28846/labels{/name}
https://api.github.com/repos/facebook/react/issues/28846/comments
https://api.github.com/repos/facebook/react/issues/28846/events
https://github.com/facebook/react/pull/28846
2,244,732,802
PR_kwDOAJy2Ks5su8iv
28,846
Enable flag disableClientCache
{'login': 'kassens', 'id': 11849, 'node_id': 'MDQ6VXNlcjExODQ5', 'avatar_url': 'https://avatars.githubusercontent.com/u/11849?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/kassens', 'html_url': 'https://github.com/kassens', 'followers_url': 'https://api.github.com/users/kassens/followers', 'following_url': 'https://api.github.com/users/kassens/following{/other_user}', 'gists_url': 'https://api.github.com/users/kassens/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/kassens/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/kassens/subscriptions', 'organizations_url': 'https://api.github.com/users/kassens/orgs', 'repos_url': 'https://api.github.com/users/kassens/repos', 'events_url': 'https://api.github.com/users/kassens/events{/privacy}', 'received_events_url': 'https://api.github.com/users/kassens/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: fd35655fae9f88284e01754cadb0707abaca795b...c91c387e3d1769b066530166ae9049b9f571e728\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 168.76 kB | 168.76 kB | = | 52.91 kB | 52.91 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/facebook-www/ReactDOM-prod.classic.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 590.83 kB | 590.83 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/facebook-www/ReactDOM-prod.modern.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 566.65 kB | 566.65 kB | = | 100.10 kB | 100.10 kB\n| [oss-experimental/react/cjs/react.production.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/oss-experimental/react/cjs/react.production.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 39.09 kB | 37.16 kB | = | 10.71 kB | 10.42 kB\n| [oss-stable/react/cjs/react.production.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/oss-stable/react/cjs/react.production.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 37.44 kB | 35.51 kB | = | 10.39 kB | 10.07 kB\n| [oss-stable-semver/react/cjs/react.production.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/oss-stable-semver/react/cjs/react.production.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 37.41 kB | 35.48 kB | = | 10.36 kB | 10.04 kB\n| [oss-experimental/react/cjs/react.production.min.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/oss-experimental/react/cjs/react.production.min.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 9.23 kB | 8.65 kB | = | 3.46 kB | 3.25 kB\n| [oss-stable/react/cjs/react.production.min.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/oss-stable/react/cjs/react.production.min.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 8.61 kB | 8.03 kB | = | 3.29 kB | 3.06 kB\n| [oss-stable-semver/react/cjs/react.production.min.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/oss-stable-semver/react/cjs/react.production.min.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 8.58 kB | 8.00 kB | = | 3.27 kB | 3.04 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/__test_utils__/ReactAllWarnings.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-experimental/react/umd/react.development.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/oss-experimental/react/umd/react.development.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 120.38 kB | 118.34 kB | = | 31.13 kB | 30.78 kB\n| [oss-stable/react/umd/react.development.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/oss-stable/react/umd/react.development.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 118.64 kB | 116.59 kB | = | 30.76 kB | 30.39 kB\n| [oss-stable-semver/react/umd/react.development.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/oss-stable-semver/react/umd/react.development.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 118.61 kB | 116.57 kB | = | 30.73 kB | 30.36 kB\n| [oss-experimental/react/cjs/react.development.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/oss-experimental/react/cjs/react.development.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 97.22 kB | 95.31 kB | = | 26.39 kB | 26.06 kB\n| [oss-stable/react/cjs/react.development.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/oss-stable/react/cjs/react.development.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 95.55 kB | 93.65 kB | = | 26.03 kB | 25.68 kB\n| [oss-stable-semver/react/cjs/react.development.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/oss-stable-semver/react/cjs/react.development.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 95.53 kB | 93.62 kB | = | 26.00 kB | 25.65 kB\n| [oss-experimental/react/cjs/react.production.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/oss-experimental/react/cjs/react.production.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 39.09 kB | 37.16 kB | = | 10.71 kB | 10.42 kB\n| [oss-stable/react/cjs/react.production.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/oss-stable/react/cjs/react.production.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 37.44 kB | 35.51 kB | = | 10.39 kB | 10.07 kB\n| [oss-stable-semver/react/cjs/react.production.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/oss-stable-semver/react/cjs/react.production.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 37.41 kB | 35.48 kB | = | 10.36 kB | 10.04 kB\n| [oss-experimental/react/cjs/react.production.min.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/oss-experimental/react/cjs/react.production.min.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 9.23 kB | 8.65 kB | = | 3.46 kB | 3.25 kB\n| [oss-stable/react/cjs/react.production.min.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/oss-stable/react/cjs/react.production.min.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 8.61 kB | 8.03 kB | = | 3.29 kB | 3.06 kB\n| [oss-stable-semver/react/cjs/react.production.min.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/oss-stable-semver/react/cjs/react.production.min.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **=** | 8.58 kB | 8.00 kB | = | 3.27 kB | 3.04 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/c91c387e3d1769b066530166ae9049b9f571e728/files/__test_utils__/ReactAllWarnings.js?compare=fd35655fae9f88284e01754cadb0707abaca795b) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against c91c387e3d1769b066530166ae9049b9f571e728\n</p>\n" ]
2024-04-15 22:22:18
2024-04-16 14:59:40
2024-04-16 14:59:37
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28846', 'html_url': 'https://github.com/facebook/react/pull/28846', 'diff_url': 'https://github.com/facebook/react/pull/28846.diff', 'patch_url': 'https://github.com/facebook/react/pull/28846.patch', 'merged_at': datetime.datetime(2024, 4, 16, 14, 59, 37)}
Enable flag disableClientCache Forcing a `__VARIANT__` in the mock file so we keep testing this until fully removing it.
{'url': 'https://api.github.com/repos/facebook/react/issues/28846/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28846/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28845
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28845/labels{/name}
https://api.github.com/repos/facebook/react/issues/28845/comments
https://api.github.com/repos/facebook/react/issues/28845/events
https://github.com/facebook/react/pull/28845
2,244,523,760
PR_kwDOAJy2Ks5suOP5
28,845
Ensure sizebot doesn't swallow large diffs
{'login': 'eps1lon', 'id': 12292047, 'node_id': 'MDQ6VXNlcjEyMjkyMDQ3', 'avatar_url': 'https://avatars.githubusercontent.com/u/12292047?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/eps1lon', 'html_url': 'https://github.com/eps1lon', 'followers_url': 'https://api.github.com/users/eps1lon/followers', 'following_url': 'https://api.github.com/users/eps1lon/following{/other_user}', 'gists_url': 'https://api.github.com/users/eps1lon/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/eps1lon/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/eps1lon/subscriptions', 'organizations_url': 'https://api.github.com/users/eps1lon/orgs', 'repos_url': 'https://api.github.com/users/eps1lon/repos', 'events_url': 'https://api.github.com/users/eps1lon/events{/privacy}', 'received_events_url': 'https://api.github.com/users/eps1lon/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: c8a035036d0f257c514b3628e927dd9dd26e5a09...6d064cb81e2bfdbd4618ea61c13499a39eea16c0\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/6d064cb81e2bfdbd4618ea61c13499a39eea16c0/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=c8a035036d0f257c514b3628e927dd9dd26e5a09) | **=** | 168.76 kB | 168.76 kB | = | 52.91 kB | 52.91 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/6d064cb81e2bfdbd4618ea61c13499a39eea16c0/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=c8a035036d0f257c514b3628e927dd9dd26e5a09) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/6d064cb81e2bfdbd4618ea61c13499a39eea16c0/files/facebook-www/ReactDOM-prod.classic.js?compare=c8a035036d0f257c514b3628e927dd9dd26e5a09) | **=** | 590.84 kB | 590.84 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/6d064cb81e2bfdbd4618ea61c13499a39eea16c0/files/facebook-www/ReactDOM-prod.modern.js?compare=c8a035036d0f257c514b3628e927dd9dd26e5a09) | **=** | 566.66 kB | 566.66 kB | = | 100.10 kB | 100.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/6d064cb81e2bfdbd4618ea61c13499a39eea16c0/files/__test_utils__/ReactAllWarnings.js?compare=c8a035036d0f257c514b3628e927dd9dd26e5a09) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/6d064cb81e2bfdbd4618ea61c13499a39eea16c0/files/__test_utils__/ReactAllWarnings.js?compare=c8a035036d0f257c514b3628e927dd9dd26e5a09) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 6d064cb81e2bfdbd4618ea61c13499a39eea16c0\n</p>\n" ]
2024-04-15 20:11:04
2024-04-16 07:57:09
2024-04-16 07:56:26
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28845', 'html_url': 'https://github.com/facebook/react/pull/28845', 'diff_url': 'https://github.com/facebook/react/pull/28845.diff', 'patch_url': 'https://github.com/facebook/react/pull/28845.patch', 'merged_at': datetime.datetime(2024, 4, 16, 7, 56, 26)}
## Sumamry So that sizebot reports for large changes aren't swallowed like in https://github.com/facebook/react/pull/28827 ## Test plan - [x] sizebot comment when based on https://github.com/facebook/react/pull/28827 (check the previous versions of the react-sizebot comment)
{'url': 'https://api.github.com/repos/facebook/react/issues/28845/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28845/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28844
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28844/labels{/name}
https://api.github.com/repos/facebook/react/issues/28844/comments
https://api.github.com/repos/facebook/react/issues/28844/events
https://github.com/facebook/react/pull/28844
2,244,309,194
PR_kwDOAJy2Ks5stfJx
28,844
Delete AUTHORS.md
{'login': 'rickhanlonii', 'id': 2440089, 'node_id': 'MDQ6VXNlcjI0NDAwODk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2440089?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/rickhanlonii', 'html_url': 'https://github.com/rickhanlonii', 'followers_url': 'https://api.github.com/users/rickhanlonii/followers', 'following_url': 'https://api.github.com/users/rickhanlonii/following{/other_user}', 'gists_url': 'https://api.github.com/users/rickhanlonii/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/rickhanlonii/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/rickhanlonii/subscriptions', 'organizations_url': 'https://api.github.com/users/rickhanlonii/orgs', 'repos_url': 'https://api.github.com/users/rickhanlonii/repos', 'events_url': 'https://api.github.com/users/rickhanlonii/events{/privacy}', 'received_events_url': 'https://api.github.com/users/rickhanlonii/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 0347fcd0073cf529f67a05be86a0545c3efab8e2...ef07c7343ded3e1dd9fc2ee2195226de308dba78\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/ef07c7343ded3e1dd9fc2ee2195226de308dba78/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=0347fcd0073cf529f67a05be86a0545c3efab8e2) | **=** | 168.76 kB | 168.76 kB | = | 52.91 kB | 52.91 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/ef07c7343ded3e1dd9fc2ee2195226de308dba78/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=0347fcd0073cf529f67a05be86a0545c3efab8e2) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/ef07c7343ded3e1dd9fc2ee2195226de308dba78/files/facebook-www/ReactDOM-prod.classic.js?compare=0347fcd0073cf529f67a05be86a0545c3efab8e2) | **=** | 590.83 kB | 590.83 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/ef07c7343ded3e1dd9fc2ee2195226de308dba78/files/facebook-www/ReactDOM-prod.modern.js?compare=0347fcd0073cf529f67a05be86a0545c3efab8e2) | **=** | 566.65 kB | 566.65 kB | = | 100.10 kB | 100.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/ef07c7343ded3e1dd9fc2ee2195226de308dba78/files/__test_utils__/ReactAllWarnings.js?compare=0347fcd0073cf529f67a05be86a0545c3efab8e2) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/ef07c7343ded3e1dd9fc2ee2195226de308dba78/files/__test_utils__/ReactAllWarnings.js?compare=0347fcd0073cf529f67a05be86a0545c3efab8e2) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against ef07c7343ded3e1dd9fc2ee2195226de308dba78\n</p>\n" ]
2024-04-15 18:08:01
2024-04-15 19:23:34
2024-04-15 19:23:30
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28844', 'html_url': 'https://github.com/facebook/react/pull/28844', 'diff_url': 'https://github.com/facebook/react/pull/28844.diff', 'patch_url': 'https://github.com/facebook/react/pull/28844.patch', 'merged_at': datetime.datetime(2024, 4, 15, 19, 23, 30)}
This hasn't been updated in a long time, and it getting really large. You can view the authors locally via the git history with: `` git shortlog -se | perl -spe 's/^\s+\d+\s+//' ``
{'url': 'https://api.github.com/repos/facebook/react/issues/28844/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28844/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28843
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28843/labels{/name}
https://api.github.com/repos/facebook/react/issues/28843/comments
https://api.github.com/repos/facebook/react/issues/28843/events
https://github.com/facebook/react/pull/28843
2,244,223,760
PR_kwDOAJy2Ks5stMSF
28,843
[Not for merge] 18.3 Release
{'login': 'acdlite', 'id': 3624098, 'node_id': 'MDQ6VXNlcjM2MjQwOTg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/3624098?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/acdlite', 'html_url': 'https://github.com/acdlite', 'followers_url': 'https://api.github.com/users/acdlite/followers', 'following_url': 'https://api.github.com/users/acdlite/following{/other_user}', 'gists_url': 'https://api.github.com/users/acdlite/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/acdlite/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/acdlite/subscriptions', 'organizations_url': 'https://api.github.com/users/acdlite/orgs', 'repos_url': 'https://api.github.com/users/acdlite/repos', 'events_url': 'https://api.github.com/users/acdlite/events{/privacy}', 'received_events_url': 'https://api.github.com/users/acdlite/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "Good Luck ๐Ÿคž ", "Released to npm", "It would be good to tag and make a GitHub release for v18.3 to make it more official.\r\n\r\nI checked this GitHub project after seeing the npm outdated notice, but there was no tag or release. It made me worried that the npm project had somehow been hijacked.", "The React Blog says to read about 18.3 in the CHANGELOG, but it has no details about 18.3 also", "Still no new Tag or Release in Releases Tab!\r\n\r\n@acdlite please make a changelog ", "Sorry about that, changelog updated and 18.3.1 and 18.3.0 tags + releases published: https://github.com/facebook/react/releases", "\"no behaviour changes\" - it means there is some stuff present in 18.3.0-canary-* that will be postponed to land later in React 19? \r\n\r\nI know it was canary channel so changes were expected, just making sure I understand. Cause i see behavioural difference between last canary versions and stable 18.3.x, like with hydration. ๐Ÿค” ", "@hewelt 18.3 was based off of 18.2 not the current Canary. Behavior changes between 18.3 and Canary are therefore expected." ]
2024-04-15 17:18:13
2024-04-30 15:18:52
2024-04-25 17:51:36
COLLABORATOR
null
true
{'url': 'https://api.github.com/repos/facebook/react/pulls/28843', 'html_url': 'https://github.com/facebook/react/pull/28843', 'diff_url': 'https://github.com/facebook/react/pull/28843.diff', 'patch_url': 'https://github.com/facebook/react/pull/28843.patch', 'merged_at': None}
**Not for merge** We're going to use this branch to release a minor 18.3 release based off the published 18.2 release revision. This will include some additional warnings to assist in upgrading to React 19, but no behavior changes compared to 18.2. I bumped the React version to 18.3 and all the other packages by a patch revision (since we're not going to update anything in those).
{'url': 'https://api.github.com/repos/facebook/react/issues/28843/reactions', 'total_count': 77, '+1': 31, '-1': 0, 'laugh': 0, 'hooray': 15, 'confused': 0, 'heart': 17, 'rocket': 14, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28843/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28842
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28842/labels{/name}
https://api.github.com/repos/facebook/react/issues/28842/comments
https://api.github.com/repos/facebook/react/issues/28842/events
https://github.com/facebook/react/pull/28842
2,244,195,259
PR_kwDOAJy2Ks5stGGX
28,842
Add early return to diffProperties
{'login': 'dmytrorykun', 'id': 14206200, 'node_id': 'MDQ6VXNlcjE0MjA2MjAw', 'avatar_url': 'https://avatars.githubusercontent.com/u/14206200?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dmytrorykun', 'html_url': 'https://github.com/dmytrorykun', 'followers_url': 'https://api.github.com/users/dmytrorykun/followers', 'following_url': 'https://api.github.com/users/dmytrorykun/following{/other_user}', 'gists_url': 'https://api.github.com/users/dmytrorykun/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dmytrorykun/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dmytrorykun/subscriptions', 'organizations_url': 'https://api.github.com/users/dmytrorykun/orgs', 'repos_url': 'https://api.github.com/users/dmytrorykun/repos', 'events_url': 'https://api.github.com/users/dmytrorykun/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dmytrorykun/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d...646fd87177cff90eaf42e9fbf474aa7c730e335d\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/646fd87177cff90eaf42e9fbf474aa7c730e335d/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **=** | 168.91 kB | 168.91 kB | = | 52.94 kB | 52.94 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/646fd87177cff90eaf42e9fbf474aa7c730e335d/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/646fd87177cff90eaf42e9fbf474aa7c730e335d/files/facebook-www/ReactDOM-prod.classic.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **=** | 590.83 kB | 590.83 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/646fd87177cff90eaf42e9fbf474aa7c730e335d/files/facebook-www/ReactDOM-prod.modern.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **=** | 566.65 kB | 566.65 kB | = | 100.10 kB | 100.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/646fd87177cff90eaf42e9fbf474aa7c730e335d/files/__test_utils__/ReactAllWarnings.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/646fd87177cff90eaf42e9fbf474aa7c730e335d/files/__test_utils__/ReactAllWarnings.js?compare=b5e5ce8e0a899345dab1ce71c74bc1d1c28c6a0d) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 646fd87177cff90eaf42e9fbf474aa7c730e335d\n</p>\n", "> Roughly 6% of all diffProperties calls can be skipped.\r\n\r\nCan you check how much this is when `passChildrenWhenCloningPersistedNodes` is enabled?", "@javache I could'n test this change with `passChildrenWhenCloningPersistedNodes = true`. If I simply set it to true in ReactFabric-dev, the iOS app fails on multiple assertions.", "@rickhanlonii I've patched the `implementation/ReactFabric*` files, and done a good amount of testing locally. Should I do something in addition to that? What do you mean by a \"PR sync\"?" ]
2024-04-15 17:00:49
2024-04-18 16:24:15
2024-04-18 16:24:07
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28842', 'html_url': 'https://github.com/facebook/react/pull/28842', 'diff_url': 'https://github.com/facebook/react/pull/28842.diff', 'patch_url': 'https://github.com/facebook/react/pull/28842.patch', 'merged_at': datetime.datetime(2024, 4, 18, 16, 24, 7)}
## Summary This PR adds early return to the `diff` function. We don't need to go through all the entries of `nextProps`, process and deep-diff the values if `nextProps` is the same object as `prevProps`. Roughly 6% of all `diffProperties` calls can be skipped. ## How did you test this change? RNTester.
{'url': 'https://api.github.com/repos/facebook/react/issues/28842/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28842/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28841
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28841/labels{/name}
https://api.github.com/repos/facebook/react/issues/28841/comments
https://api.github.com/repos/facebook/react/issues/28841/events
https://github.com/facebook/react/pull/28841
2,243,959,321
PR_kwDOAJy2Ks5ssRKy
28,841
Create Fabric-specific version of ReactNativeAttributesPayload
{'login': 'dmytrorykun', 'id': 14206200, 'node_id': 'MDQ6VXNlcjE0MjA2MjAw', 'avatar_url': 'https://avatars.githubusercontent.com/u/14206200?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dmytrorykun', 'html_url': 'https://github.com/dmytrorykun', 'followers_url': 'https://api.github.com/users/dmytrorykun/followers', 'following_url': 'https://api.github.com/users/dmytrorykun/following{/other_user}', 'gists_url': 'https://api.github.com/users/dmytrorykun/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dmytrorykun/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dmytrorykun/subscriptions', 'organizations_url': 'https://api.github.com/users/dmytrorykun/orgs', 'repos_url': 'https://api.github.com/users/dmytrorykun/repos', 'events_url': 'https://api.github.com/users/dmytrorykun/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dmytrorykun/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None}]
open
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: b498834eab8d6cef88305f56acb03540d1f2659b...ad43eeceb4a4b377f641e49d18c18d1f24a9f92f\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/ad43eeceb4a4b377f641e49d18c18d1f24a9f92f/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=b498834eab8d6cef88305f56acb03540d1f2659b) | **=** | 6.66 kB | 6.66 kB | = | 1.82 kB | 1.82 kB\n| [oss-stable/react-dom/cjs/react-dom-client.production.js](https://react-builds.vercel.app/commits/ad43eeceb4a4b377f641e49d18c18d1f24a9f92f/files/oss-stable/react-dom/cjs/react-dom-client.production.js?compare=b498834eab8d6cef88305f56acb03540d1f2659b) | **=** | 494.06 kB | 494.06 kB | = | 88.22 kB | 88.21 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/ad43eeceb4a4b377f641e49d18c18d1f24a9f92f/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=b498834eab8d6cef88305f56acb03540d1f2659b) | **=** | 6.67 kB | 6.67 kB | = | 1.83 kB | 1.83 kB\n| [oss-experimental/react-dom/cjs/react-dom-client.production.js](https://react-builds.vercel.app/commits/ad43eeceb4a4b377f641e49d18c18d1f24a9f92f/files/oss-experimental/react-dom/cjs/react-dom-client.production.js?compare=b498834eab8d6cef88305f56acb03540d1f2659b) | **=** | 498.86 kB | 498.86 kB | = | 88.93 kB | 88.92 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/ad43eeceb4a4b377f641e49d18c18d1f24a9f92f/files/facebook-www/ReactDOM-prod.classic.js?compare=b498834eab8d6cef88305f56acb03540d1f2659b) | **=** | 591.22 kB | 591.22 kB | = | 103.96 kB | 103.96 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/ad43eeceb4a4b377f641e49d18c18d1f24a9f92f/files/facebook-www/ReactDOM-prod.modern.js?compare=b498834eab8d6cef88305f56acb03540d1f2659b) | **=** | 567.44 kB | 567.44 kB | = | 100.36 kB | 100.36 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/ad43eeceb4a4b377f641e49d18c18d1f24a9f92f/files/__test_utils__/ReactAllWarnings.js?compare=b498834eab8d6cef88305f56acb03540d1f2659b) | **Deleted** | 64.26 kB | 0.00 kB | Deleted | 16.02 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [react-native/implementations/ReactNativeRenderer-profiling.fb.js](https://react-builds.vercel.app/commits/ad43eeceb4a4b377f641e49d18c18d1f24a9f92f/files/react-native/implementations/ReactNativeRenderer-profiling.fb.js?compare=b498834eab8d6cef88305f56acb03540d1f2659b) | **=** | 400.74 kB | 399.47 kB | = | 69.73 kB | 69.57 kB\n| [react-native/implementations/ReactNativeRenderer-prod.fb.js](https://react-builds.vercel.app/commits/ad43eeceb4a4b377f641e49d18c18d1f24a9f92f/files/react-native/implementations/ReactNativeRenderer-prod.fb.js?compare=b498834eab8d6cef88305f56acb03540d1f2659b) | **=** | 373.51 kB | 372.23 kB | = | 65.42 kB | 65.28 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/ad43eeceb4a4b377f641e49d18c18d1f24a9f92f/files/__test_utils__/ReactAllWarnings.js?compare=b498834eab8d6cef88305f56acb03540d1f2659b) | **Deleted** | 64.26 kB | 0.00 kB | Deleted | 16.02 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against ad43eeceb4a4b377f641e49d18c18d1f24a9f92f\n</p>\n" ]
2024-04-15 15:22:31
2024-04-23 15:09:45
null
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28841', 'html_url': 'https://github.com/facebook/react/pull/28841', 'diff_url': 'https://github.com/facebook/react/pull/28841.diff', 'patch_url': 'https://github.com/facebook/react/pull/28841.patch', 'merged_at': None}
## Summary This PR introduces Fabric-only version of `ReactNativeAttributesPayload`. It is a copy-paste of `ReactNativeAttributesPayload.js`, and is called `ReactNativeAttributesPayloadFabric.js`. The idea behind this change is that certain optimizations in prop diffing may actually be a regression on the old architecture. For example, removing custom diffing may result in larger updateProps payloads. Which is, I guess, fine with JSI, but might be a problem with the bridge. ## How did you test this change? There should be no runtime effect of this change.
{'url': 'https://api.github.com/repos/facebook/react/issues/28841/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28841/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28840
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28840/labels{/name}
https://api.github.com/repos/facebook/react/issues/28840/comments
https://api.github.com/repos/facebook/react/issues/28840/events
https://github.com/facebook/react/pull/28840
2,243,574,047
PR_kwDOAJy2Ks5sq8lQ
28,840
React DevTools 5.0.2 -> 5.1.0
{'login': 'hoxyq', 'id': 28902667, 'node_id': 'MDQ6VXNlcjI4OTAyNjY3', 'avatar_url': 'https://avatars.githubusercontent.com/u/28902667?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/hoxyq', 'html_url': 'https://github.com/hoxyq', 'followers_url': 'https://api.github.com/users/hoxyq/followers', 'following_url': 'https://api.github.com/users/hoxyq/following{/other_user}', 'gists_url': 'https://api.github.com/users/hoxyq/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/hoxyq/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/hoxyq/subscriptions', 'organizations_url': 'https://api.github.com/users/hoxyq/orgs', 'repos_url': 'https://api.github.com/users/hoxyq/repos', 'events_url': 'https://api.github.com/users/hoxyq/events{/privacy}', 'received_events_url': 'https://api.github.com/users/hoxyq/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[]
2024-04-15 12:36:59
2024-04-15 13:57:00
2024-04-15 13:56:57
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28840', 'html_url': 'https://github.com/facebook/react/pull/28840', 'diff_url': 'https://github.com/facebook/react/pull/28840.diff', 'patch_url': 'https://github.com/facebook/react/pull/28840.patch', 'merged_at': datetime.datetime(2024, 4, 15, 13, 56, 57)}
Full list of changes: * Look for a ReactMemoCacheSentinel on state ([gsathya](https://github.com/gsathya) in [#28831](https://github.com/facebook/react/pull/28831)) * Use use() in the Cache if available ([sebmarkbage](https://github.com/sebmarkbage) in [#28793](https://github.com/facebook/react/pull/28793)) * feat[devtools-fusebox]: support theme option ([hoxyq](https://github.com/hoxyq) in [#28832](https://github.com/facebook/react/pull/28832)) * feat[devtools]: add package for fusebox integration ([hoxyq](https://github.com/hoxyq) in [#28553](https://github.com/facebook/react/pull/28553)) * feat[devtools]: add method for connecting backend with custom messaging protocol ([hoxyq](https://github.com/hoxyq) in [#28552](https://github.com/facebook/react/pull/28552)) * Rename SECRET INTERNALS to `__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE` ([sebmarkbage](https://github.com/sebmarkbage) in [#28789](https://github.com/facebook/react/pull/28789)) * Flatten ReactSharedInternals ([sebmarkbage](https://github.com/sebmarkbage) in [#28783](https://github.com/facebook/react/pull/28783)) * feat[devtools]: ship source maps for content scripts and ignore list installHook script ([hoxyq](https://github.com/hoxyq) in [#28730](https://github.com/facebook/react/pull/28730)) * Track Owner for Server Components in DEV ([sebmarkbage](https://github.com/sebmarkbage) in [#28753](https://github.com/facebook/react/pull/28753)) * Move ReactDOMLegacy implementation into RootFB ([sebmarkbage](https://github.com/sebmarkbage) in [#28656](https://github.com/facebook/react/pull/28656)) * Reland #28672: Remove IndeterminateComponent ([gnoff](https://github.com/gnoff) in [#28681](https://github.com/facebook/react/pull/28681)) * Remove reference to deleted <Cache> in un-linted file ([josephsavona](https://github.com/josephsavona) in [#28715](https://github.com/facebook/react/pull/28715)) * [be] Remove unshipped experimental <Cache> element type ([josephsavona](https://github.com/josephsavona) in [#28698](https://github.com/facebook/react/pull/28698)) * Revert "Remove module pattern function component support" ([rickhanlonii](https://github.com/rickhanlonii) in [#28670](https://github.com/facebook/react/pull/28670)) * Remove module pattern function component support ([gnoff](https://github.com/gnoff) in [#27742](https://github.com/facebook/react/pull/27742)) * [RTR] Enable warning flag ([jackpope](https://github.com/jackpope) in [#28419](https://github.com/facebook/react/pull/28419)) * Update error messages ([rickhanlonii](https://github.com/rickhanlonii) in [#28652](https://github.com/facebook/react/pull/28652)) * fix[devtools/ci]: split profiling cache test for different react versions and toEqual checker ([hoxyq](https://github.com/hoxyq) in [#28628](https://github.com/facebook/react/pull/28628)) * Guard against legacy context not being supported in DevTools fixture ([eps1lon](https://github.com/eps1lon) in [#28596](https://github.com/facebook/react/pull/28596)) * Use `declare const` instead of `declare var` ([kassens](https://github.com/kassens) in [#28599](https://github.com/facebook/react/pull/28599)) * Update isConcurrent RTR option usage ([jackpope](https://github.com/jackpope) in [#28546](https://github.com/facebook/react/pull/28546)) * Disable legacy context ([kassens](https://github.com/kassens) in [#27991](https://github.com/facebook/react/pull/27991)) * Remove invokeGuardedCallback and replay trick ([sebmarkbage](https://github.com/sebmarkbage) in [#28515](https://github.com/facebook/react/pull/28515)) * Remove remaining usages of ReactTestUtils in tests unrelated to `react-dom/test-util` ([eps1lon](https://github.com/eps1lon) in [#28534](https://github.com/facebook/react/pull/28534)) * fix[devtools/e2e]: fixed source inspection in e2e tests ([hoxyq](https://github.com/hoxyq) in [#28518](https://github.com/facebook/react/pull/28518)) * Devtools: Display actual pending state when inspecting `useTransition` ([eps1lon](https://github.com/eps1lon) in [#28499](https://github.com/facebook/react/pull/28499))
{'url': 'https://api.github.com/repos/facebook/react/issues/28840/reactions', 'total_count': 2, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 1, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28840/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28839
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28839/labels{/name}
https://api.github.com/repos/facebook/react/issues/28839/comments
https://api.github.com/repos/facebook/react/issues/28839/events
https://github.com/facebook/react/issues/28839
2,243,481,759
I_kwDOAJy2Ks6FuNCf
28,839
โš Phishing Website Warning!!! There are phishing website links in the document.
{'login': 'ouweiya', 'id': 28357731, 'node_id': 'MDQ6VXNlcjI4MzU3NzMx', 'avatar_url': 'https://avatars.githubusercontent.com/u/28357731?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/ouweiya', 'html_url': 'https://github.com/ouweiya', 'followers_url': 'https://api.github.com/users/ouweiya/followers', 'following_url': 'https://api.github.com/users/ouweiya/following{/other_user}', 'gists_url': 'https://api.github.com/users/ouweiya/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/ouweiya/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/ouweiya/subscriptions', 'organizations_url': 'https://api.github.com/users/ouweiya/orgs', 'repos_url': 'https://api.github.com/users/ouweiya/repos', 'events_url': 'https://api.github.com/users/ouweiya/events{/privacy}', 'received_events_url': 'https://api.github.com/users/ouweiya/received_events', 'type': 'User', 'site_admin': False}
[{'id': 40929151, 'node_id': 'MDU6TGFiZWw0MDkyOTE1MQ==', 'url': 'https://api.github.com/repos/facebook/react/labels/Type:%20Bug', 'name': 'Type: Bug', 'color': 'b60205', 'default': False, 'description': None}]
closed
false
null
[]
null
[ "Just checked. Seems to be fixed now. It redirects to the updated domain.", "Something with your DNS server maybe?\r\n<img width=\"1359\" alt=\"image\" src=\"https://github.com/facebook/react/assets/35399391/4834e502-1771-4bf4-9c43-6a7f87a60f84\">\r\n", "> Just checked. Seems to be fixed now. It redirects to the updated domain.\r\n\r\n**I have updated the issues, please check again.**", "I still see some ad page on http://rachelnabors[dot]com/\r\nMy guess is the domain expired and we should update it.", "It looks like the github pages CNAME for `rachelnabors.com` is being squatted:\r\n\r\n- the [fake repo](https://github.com/Neturo64/http-rachelnabors.com-) uses CNAME `rachelnabors.com`\r\n- the [real repo](https://github.com/rachelnabors/rachelnabors.github.io) was updated 2 weeks ago from `rachelnabors.com` to `2024.rachelnabors.com` in https://github.com/rachelnabors/rachelnabors.github.io/commit/74cdf05b60cb1fe34ae07cb887a0fb4737232c67\r\n\r\nWhen the CNAME in the real repo changed to `2024.rachelnabors.com`, github started to resolve the root domain (without the `2024`) to the fake repo. @rachelnabors you can fix this CNAME attack by [Verifying your custom domain](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages) so only your repos can set a CNAME for that domain.", "Nice catch @rickhanlonii. Repo reporte for visibility ๐Ÿ‘๐Ÿป" ]
2024-04-15 11:56:03
2024-04-15 16:01:35
2024-04-15 14:37:39
NONE
null
null
null
**Phishing Website Warning!!! There are phishing website links in the document.** Document address: https://react.dev/learn/referencing-values-with-refs#adding-a-ref-to-your-component This domain is very cunning, redirecting to different websites based on the region of the request. If it's a user from the United States, it redirects to https://nearestnabors.com/. If it's from an Asian country, it redirects to a gambling website. Phishing website: http://rachelnabors.com/ https://github.com/facebook/react/assets/28357731/f2e940a3-6598-43e7-8691-deb8b837b729 **IP USA๏ผš** https://github.com/facebook/react/assets/28357731/87614d39-e021-4a7e-96ea-e299b1ee9a81 **IP HongKong:** https://github.com/facebook/react/assets/28357731/aea3ab01-07f8-48aa-b77f-ef536a8ab95f
{'url': 'https://api.github.com/repos/facebook/react/issues/28839/reactions', 'total_count': 1, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 1}
https://api.github.com/repos/facebook/react/issues/28839/timeline
null
completed
false
https://api.github.com/repos/facebook/react/issues/28838
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28838/labels{/name}
https://api.github.com/repos/facebook/react/issues/28838/comments
https://api.github.com/repos/facebook/react/issues/28838/events
https://github.com/facebook/react/issues/28838
2,243,005,384
I_kwDOAJy2Ks6FsYvI
28,838
[DevTools Bug] Could not find node with id "464" in commit tree
{'login': 'rafeulanamudoy', 'id': 54494617, 'node_id': 'MDQ6VXNlcjU0NDk0NjE3', 'avatar_url': 'https://avatars.githubusercontent.com/u/54494617?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/rafeulanamudoy', 'html_url': 'https://github.com/rafeulanamudoy', 'followers_url': 'https://api.github.com/users/rafeulanamudoy/followers', 'following_url': 'https://api.github.com/users/rafeulanamudoy/following{/other_user}', 'gists_url': 'https://api.github.com/users/rafeulanamudoy/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/rafeulanamudoy/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/rafeulanamudoy/subscriptions', 'organizations_url': 'https://api.github.com/users/rafeulanamudoy/orgs', 'repos_url': 'https://api.github.com/users/rafeulanamudoy/repos', 'events_url': 'https://api.github.com/users/rafeulanamudoy/events{/privacy}', 'received_events_url': 'https://api.github.com/users/rafeulanamudoy/received_events', 'type': 'User', 'site_admin': False}
[{'id': 40929151, 'node_id': 'MDU6TGFiZWw0MDkyOTE1MQ==', 'url': 'https://api.github.com/repos/facebook/react/labels/Type:%20Bug', 'name': 'Type: Bug', 'color': 'b60205', 'default': False, 'description': None} {'id': 155984160, 'node_id': 'MDU6TGFiZWwxNTU5ODQxNjA=', 'url': 'https://api.github.com/repos/facebook/react/labels/Status:%20Unconfirmed', 'name': 'Status: Unconfirmed', 'color': 'd4c5f9', 'default': False, 'description': "A potential issue that we haven't yet confirmed as a bug"} {'id': 710573595, 'node_id': 'MDU6TGFiZWw3MTA1NzM1OTU=', 'url': 'https://api.github.com/repos/facebook/react/labels/Component:%20Developer%20Tools', 'name': 'Component: Developer Tools', 'color': 'fbca04', 'default': False, 'description': None}]
open
false
null
[]
null
[ "best of luck " ]
2024-04-15 08:12:12
2024-04-15 18:06:37
null
NONE
null
null
null
### Website or app https://github.com/rafeulanamudoy/TourShare-FrontEnd ### Repro steps debugging my nextjs project to find out which component is slowing down my application by using react devtools profiler section. when i start recording by clcking the blue button it start recording. then when go to my page and navigate different page like first i sign in to my application and then navigate from home to my dashboard.and when i stop the recording this error occured. ### How often does this bug happen? Every time ### DevTools package (automated) react-devtools-extensions ### DevTools version (automated) 5.0.2-47cf347e4 ### Error message (automated) Could not find node with id "464" in commit tree ### Error call stack (automated) ```text at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1121414 at Map.forEach (<anonymous>) at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1121363 at qe.getRankedChartData (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1121843) at CommitRankedAutoSizer (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1363588) at Sf (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:40362) at Qh (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:62110) at Vn (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:119822) at fl (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:104666) at el (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:104594) ``` ### Error component stack (automated) ```text at CommitRankedAutoSizer (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1363345) at div at div at div at SettingsModalContextController (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1255750) at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1492330 at Co (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1273325) at div at div at ThemeProvider (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1276036) at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1276233 at div at div at div at ThemeProvider (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1276036) at TimelineContextController (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1352197) at ProfilerContextController (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1343811) at TreeContextController (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1168008) at SettingsContextController (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1196102) at ModalDialogContextController (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1280512) at DevTools_DevTools (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1500065) ``` ### GitHub query string (automated) ```text https://api.github.com/search/issues?q=Could not find node with id in commit tree in:title is:issue is:open is:public label:"Component: Developer Tools" repo:facebook/react ```
{'url': 'https://api.github.com/repos/facebook/react/issues/28838/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28838/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28837
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28837/labels{/name}
https://api.github.com/repos/facebook/react/issues/28837/comments
https://api.github.com/repos/facebook/react/issues/28837/events
https://github.com/facebook/react/pull/28837
2,242,020,438
PR_kwDOAJy2Ks5slwxs
28,837
Flush direct streams in Bun
{'login': 'lithdew', 'id': 63115601, 'node_id': 'MDQ6VXNlcjYzMTE1NjAx', 'avatar_url': 'https://avatars.githubusercontent.com/u/63115601?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/lithdew', 'html_url': 'https://github.com/lithdew', 'followers_url': 'https://api.github.com/users/lithdew/followers', 'following_url': 'https://api.github.com/users/lithdew/following{/other_user}', 'gists_url': 'https://api.github.com/users/lithdew/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/lithdew/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/lithdew/subscriptions', 'organizations_url': 'https://api.github.com/users/lithdew/orgs', 'repos_url': 'https://api.github.com/users/lithdew/repos', 'events_url': 'https://api.github.com/users/lithdew/events{/privacy}', 'received_events_url': 'https://api.github.com/users/lithdew/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 9defcd56bc3cd53ac2901ed93f29218007010434...628c646ca99463363f41fbd99fce1f6745bb270d\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/628c646ca99463363f41fbd99fce1f6745bb270d/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=9defcd56bc3cd53ac2901ed93f29218007010434) | **=** | 168.76 kB | 168.76 kB | = | 52.91 kB | 52.91 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/628c646ca99463363f41fbd99fce1f6745bb270d/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=9defcd56bc3cd53ac2901ed93f29218007010434) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/628c646ca99463363f41fbd99fce1f6745bb270d/files/facebook-www/ReactDOM-prod.classic.js?compare=9defcd56bc3cd53ac2901ed93f29218007010434) | **=** | 590.83 kB | 590.83 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/628c646ca99463363f41fbd99fce1f6745bb270d/files/facebook-www/ReactDOM-prod.modern.js?compare=9defcd56bc3cd53ac2901ed93f29218007010434) | **=** | 566.65 kB | 566.65 kB | = | 100.10 kB | 100.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/628c646ca99463363f41fbd99fce1f6745bb270d/files/__test_utils__/ReactAllWarnings.js?compare=9defcd56bc3cd53ac2901ed93f29218007010434) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/628c646ca99463363f41fbd99fce1f6745bb270d/files/__test_utils__/ReactAllWarnings.js?compare=9defcd56bc3cd53ac2901ed93f29218007010434) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 628c646ca99463363f41fbd99fce1f6745bb270d\n</p>\n", "From bunโ€™s end of things, LGTM " ]
2024-04-14 07:29:46
2024-04-15 15:25:09
2024-04-15 15:25:09
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28837', 'html_url': 'https://github.com/facebook/react/pull/28837', 'diff_url': 'https://github.com/facebook/react/pull/28837.diff', 'patch_url': 'https://github.com/facebook/react/pull/28837.patch', 'merged_at': datetime.datetime(2024, 4, 15, 15, 25, 9)}
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. Before submitting a pull request, please make sure the following is done: 1. Fork [the repository](https://github.com/facebook/react) and create your branch from `main`. 2. Run `yarn` in the repository root. 3. If you've fixed a bug or added code that should be tested, add tests! 4. Ensure the test suite passes (`yarn test`). Tip: `yarn test --watch TestName` is helpful in development. 5. Run `yarn test --prod` to test in the production environment. It supports the same options as `yarn test`. 6. If you need a debugger, run `yarn test --debug --watch TestName`, open `chrome://inspect`, and press "Inspect". 7. Format your code with [prettier](https://github.com/prettier/prettier) (`yarn prettier`). 8. Make sure your code lints (`yarn lint`). Tip: `yarn linc` to only check changed files. 9. Run the [Flow](https://flowtype.org/) type checks (`yarn flow`). 10. If you haven't already, complete the CLA. Learn more about contributing: https://reactjs.org/docs/how-to-contribute.html --> ## Summary <!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? --> The ReadableStreamController for [direct streams](https://bun.sh/docs/api/streams#direct-readablestream) in Bun supports a flush() method to flush all buffered items to its underlying sink. Without manually calling flush(), all buffered items are only flushed to the underlying sink when the stream is closed. This behavior causes the shell rendered against Suspense boundaries never to be flushed to the underlying sink. ## How did you test this change? <!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. How exactly did you verify that your PR solves the issue you wanted to solve? If you leave this empty, your PR will very likely be closed. --> A lot of changes to the test runner will need to be made in order to support the Bun runtime. A separate test was manually run in order to ensure that the changes made are correct. The test works by sanity-checking that the shell rendered against Suspense boundaries are emitted first in the stream. This test was written and run on Bun v1.1.3. ```ts import { Suspense } from "react"; import { renderToReadableStream } from "react-dom/server"; if (!import.meta.resolveSync("react-dom/server").endsWith("server.bun.js")) { throw new Error("react-dom/server is not the correct version:\n " + import.meta.resolveSync("react-dom/server")); } const A = async () => { await new Promise(resolve => setImmediate(resolve)); return <div>hi</div>; }; const B = async () => { return ( <Suspense fallback={<div>loading</div>}> <A /> </Suspense> ); }; const stream = await renderToReadableStream(<B />); let text = ""; let count = 0; for await (const chunk of stream) { text += new TextDecoder().decode(chunk); count++; } if ( text !== `<!--$?--><template id="B:0"></template><div>loading</div><!--/$--><div hidden id="S:0"><div>hi</div></div><script>$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RC("B:0","S:0")</script>` ) { throw new Error("unexpected output"); } if (count !== 2) { throw new Error("expected 2 chunks from react ssr stream"); } ```
{'url': 'https://api.github.com/repos/facebook/react/issues/28837/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28837/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28836
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28836/labels{/name}
https://api.github.com/repos/facebook/react/issues/28836/comments
https://api.github.com/repos/facebook/react/issues/28836/events
https://github.com/facebook/react/pull/28836
2,241,758,454
PR_kwDOAJy2Ks5sk7kD
28,836
Add on(Caught|Uncaught|Recoverable) opts to RN
{'login': 'rickhanlonii', 'id': 2440089, 'node_id': 'MDQ6VXNlcjI0NDAwODk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2440089?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/rickhanlonii', 'html_url': 'https://github.com/rickhanlonii', 'followers_url': 'https://api.github.com/users/rickhanlonii/followers', 'following_url': 'https://api.github.com/users/rickhanlonii/following{/other_user}', 'gists_url': 'https://api.github.com/users/rickhanlonii/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/rickhanlonii/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/rickhanlonii/subscriptions', 'organizations_url': 'https://api.github.com/users/rickhanlonii/orgs', 'repos_url': 'https://api.github.com/users/rickhanlonii/repos', 'events_url': 'https://api.github.com/users/rickhanlonii/events{/privacy}', 'received_events_url': 'https://api.github.com/users/rickhanlonii/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 9defcd56bc3cd53ac2901ed93f29218007010434...bb77db32be7c2aa1aba78657b79efcee2e246852\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/bb77db32be7c2aa1aba78657b79efcee2e246852/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=9defcd56bc3cd53ac2901ed93f29218007010434) | **=** | 168.76 kB | 168.76 kB | = | 52.91 kB | 52.91 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/bb77db32be7c2aa1aba78657b79efcee2e246852/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=9defcd56bc3cd53ac2901ed93f29218007010434) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/bb77db32be7c2aa1aba78657b79efcee2e246852/files/facebook-www/ReactDOM-prod.classic.js?compare=9defcd56bc3cd53ac2901ed93f29218007010434) | **=** | 590.83 kB | 590.83 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/bb77db32be7c2aa1aba78657b79efcee2e246852/files/facebook-www/ReactDOM-prod.modern.js?compare=9defcd56bc3cd53ac2901ed93f29218007010434) | **=** | 566.65 kB | 566.65 kB | = | 100.10 kB | 100.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/bb77db32be7c2aa1aba78657b79efcee2e246852/files/__test_utils__/ReactAllWarnings.js?compare=9defcd56bc3cd53ac2901ed93f29218007010434) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/bb77db32be7c2aa1aba78657b79efcee2e246852/files/__test_utils__/ReactAllWarnings.js?compare=9defcd56bc3cd53ac2901ed93f29218007010434) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against bb77db32be7c2aa1aba78657b79efcee2e246852\n</p>\n" ]
2024-04-13 20:13:58
2024-04-15 16:03:40
2024-04-15 16:03:28
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28836', 'html_url': 'https://github.com/facebook/react/pull/28836', 'diff_url': 'https://github.com/facebook/react/pull/28836.diff', 'patch_url': 'https://github.com/facebook/react/pull/28836.patch', 'merged_at': datetime.datetime(2024, 4, 15, 16, 3, 28)}
## Overview There's currently a bug in RN now that we no longer re-throw errors. The `showErrorDialog` function in React Native only logs the errors as soft errors, and never a fatal. RN was depending on the global handler for the fatal error handling and logging. Instead of fixing this in `ReactFiberErrorDialog`, we can implement the new root options in RN to handle caught/uncaught/recoverable in the respective functions, and delete ReactFiberErrorDialog. I'll follow up with a RN PR to implement these options and fix the error handling.
{'url': 'https://api.github.com/repos/facebook/react/issues/28836/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28836/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28835
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28835/labels{/name}
https://api.github.com/repos/facebook/react/issues/28835/comments
https://api.github.com/repos/facebook/react/issues/28835/events
https://github.com/facebook/react/pull/28835
2,240,792,906
PR_kwDOAJy2Ks5shstw
28,835
Fix mistaken "react-server" condition
{'login': 'sebmarkbage', 'id': 63648, 'node_id': 'MDQ6VXNlcjYzNjQ4', 'avatar_url': 'https://avatars.githubusercontent.com/u/63648?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sebmarkbage', 'html_url': 'https://github.com/sebmarkbage', 'followers_url': 'https://api.github.com/users/sebmarkbage/followers', 'following_url': 'https://api.github.com/users/sebmarkbage/following{/other_user}', 'gists_url': 'https://api.github.com/users/sebmarkbage/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/sebmarkbage/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/sebmarkbage/subscriptions', 'organizations_url': 'https://api.github.com/users/sebmarkbage/orgs', 'repos_url': 'https://api.github.com/users/sebmarkbage/repos', 'events_url': 'https://api.github.com/users/sebmarkbage/events{/privacy}', 'received_events_url': 'https://api.github.com/users/sebmarkbage/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[]
2024-04-12 19:44:22
2024-04-12 19:53:42
2024-04-12 19:53:41
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28835', 'html_url': 'https://github.com/facebook/react/pull/28835', 'diff_url': 'https://github.com/facebook/react/pull/28835.diff', 'patch_url': 'https://github.com/facebook/react/pull/28835.patch', 'merged_at': datetime.datetime(2024, 4, 12, 19, 53, 41)}
This is a Fizz server.
{'url': 'https://api.github.com/repos/facebook/react/issues/28835/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28835/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28834
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28834/labels{/name}
https://api.github.com/repos/facebook/react/issues/28834/comments
https://api.github.com/repos/facebook/react/issues/28834/events
https://github.com/facebook/react/pull/28834
2,240,761,885
PR_kwDOAJy2Ks5shl-z
28,834
Revert to use console.error for onRecoverableError on RN
{'login': 'tyao1', 'id': 5868353, 'node_id': 'MDQ6VXNlcjU4NjgzNTM=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5868353?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tyao1', 'html_url': 'https://github.com/tyao1', 'followers_url': 'https://api.github.com/users/tyao1/followers', 'following_url': 'https://api.github.com/users/tyao1/following{/other_user}', 'gists_url': 'https://api.github.com/users/tyao1/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tyao1/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tyao1/subscriptions', 'organizations_url': 'https://api.github.com/users/tyao1/orgs', 'repos_url': 'https://api.github.com/users/tyao1/repos', 'events_url': 'https://api.github.com/users/tyao1/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tyao1/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "Fixed by https://github.com/facebook/react/pull/28836" ]
2024-04-12 19:19:03
2024-04-15 17:35:07
2024-04-15 17:35:07
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28834', 'html_url': 'https://github.com/facebook/react/pull/28834', 'diff_url': 'https://github.com/facebook/react/pull/28834.diff', 'patch_url': 'https://github.com/facebook/react/pull/28834.patch', 'merged_at': None}
We are debugging an issue that some error logs are dropped. One potential cause is that `onRecoverableError` behavior was changed for RN in https://github.com/facebook/react/commit/a0537160771bafae90c6fd3154eeead2f2c903e7 The commit reverts the behavior incase this is the root cause.
{'url': 'https://api.github.com/repos/facebook/react/issues/28834/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28834/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28833
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28833/labels{/name}
https://api.github.com/repos/facebook/react/issues/28833/comments
https://api.github.com/repos/facebook/react/issues/28833/events
https://github.com/facebook/react/pull/28833
2,240,508,280
PR_kwDOAJy2Ks5sgtpp
28,833
Tests for effects behavior in modern and legacy strict modes during fast refresh
{'login': 'noahlemen', 'id': 5393571, 'node_id': 'MDQ6VXNlcjUzOTM1NzE=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5393571?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/noahlemen', 'html_url': 'https://github.com/noahlemen', 'followers_url': 'https://api.github.com/users/noahlemen/followers', 'following_url': 'https://api.github.com/users/noahlemen/following{/other_user}', 'gists_url': 'https://api.github.com/users/noahlemen/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/noahlemen/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/noahlemen/subscriptions', 'organizations_url': 'https://api.github.com/users/noahlemen/orgs', 'repos_url': 'https://api.github.com/users/noahlemen/repos', 'events_url': 'https://api.github.com/users/noahlemen/events{/privacy}', 'received_events_url': 'https://api.github.com/users/noahlemen/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
open
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 96c58466109c2944adb817001fec38088a7c431e...05dc151081014ef592b1ee6baa45e88a81d6df0c\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/05dc151081014ef592b1ee6baa45e88a81d6df0c/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=96c58466109c2944adb817001fec38088a7c431e) | **=** | 168.76 kB | 168.76 kB | = | 52.91 kB | 52.91 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/05dc151081014ef592b1ee6baa45e88a81d6df0c/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=96c58466109c2944adb817001fec38088a7c431e) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/05dc151081014ef592b1ee6baa45e88a81d6df0c/files/facebook-www/ReactDOM-prod.classic.js?compare=96c58466109c2944adb817001fec38088a7c431e) | **=** | 590.84 kB | 590.84 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/05dc151081014ef592b1ee6baa45e88a81d6df0c/files/facebook-www/ReactDOM-prod.modern.js?compare=96c58466109c2944adb817001fec38088a7c431e) | **=** | 566.66 kB | 566.66 kB | = | 100.10 kB | 100.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/05dc151081014ef592b1ee6baa45e88a81d6df0c/files/__test_utils__/ReactAllWarnings.js?compare=96c58466109c2944adb817001fec38088a7c431e) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/05dc151081014ef592b1ee6baa45e88a81d6df0c/files/__test_utils__/ReactAllWarnings.js?compare=96c58466109c2944adb817001fec38088a7c431e) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 05dc151081014ef592b1ee6baa45e88a81d6df0c\n</p>\n" ]
2024-04-12 16:37:13
2024-04-12 16:42:05
null
MEMBER
null
true
{'url': 'https://api.github.com/repos/facebook/react/pulls/28833', 'html_url': 'https://github.com/facebook/react/pull/28833', 'diff_url': 'https://github.com/facebook/react/pull/28833.diff', 'patch_url': 'https://github.com/facebook/react/pull/28833.patch', 'merged_at': None}
null
{'url': 'https://api.github.com/repos/facebook/react/issues/28833/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28833/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28832
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28832/labels{/name}
https://api.github.com/repos/facebook/react/issues/28832/comments
https://api.github.com/repos/facebook/react/issues/28832/events
https://github.com/facebook/react/pull/28832
2,240,471,745
PR_kwDOAJy2Ks5sgle4
28,832
feat[devtools-fusebox]: support theme option
{'login': 'hoxyq', 'id': 28902667, 'node_id': 'MDQ6VXNlcjI4OTAyNjY3', 'avatar_url': 'https://avatars.githubusercontent.com/u/28902667?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/hoxyq', 'html_url': 'https://github.com/hoxyq', 'followers_url': 'https://api.github.com/users/hoxyq/followers', 'following_url': 'https://api.github.com/users/hoxyq/following{/other_user}', 'gists_url': 'https://api.github.com/users/hoxyq/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/hoxyq/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/hoxyq/subscriptions', 'organizations_url': 'https://api.github.com/users/hoxyq/orgs', 'repos_url': 'https://api.github.com/users/hoxyq/repos', 'events_url': 'https://api.github.com/users/hoxyq/events{/privacy}', 'received_events_url': 'https://api.github.com/users/hoxyq/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[]
2024-04-12 16:15:11
2024-04-12 16:26:40
2024-04-12 16:26:37
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28832', 'html_url': 'https://github.com/facebook/react/pull/28832', 'diff_url': 'https://github.com/facebook/react/pull/28832.diff', 'patch_url': 'https://github.com/facebook/react/pull/28832.patch', 'merged_at': datetime.datetime(2024, 4, 12, 16, 26, 37)}
Support propagating theme from Chrome DevTools frontend, the field is optional. Next step, which is out of scope of this project and general improvement for React DevTools: teach RDT to listen to theme changes and if the theme preference is set to `auto` in settings, update the theme accordingly with the browser devtools.
{'url': 'https://api.github.com/repos/facebook/react/issues/28832/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28832/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28831
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28831/labels{/name}
https://api.github.com/repos/facebook/react/issues/28831/comments
https://api.github.com/repos/facebook/react/issues/28831/events
https://github.com/facebook/react/pull/28831
2,240,284,785
PR_kwDOAJy2Ks5sf8Fo
28,831
[Devtools] Look for a ReactMemoCacheSentinel on state
{'login': 'gsathya', 'id': 565765, 'node_id': 'MDQ6VXNlcjU2NTc2NQ==', 'avatar_url': 'https://avatars.githubusercontent.com/u/565765?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/gsathya', 'html_url': 'https://github.com/gsathya', 'followers_url': 'https://api.github.com/users/gsathya/followers', 'following_url': 'https://api.github.com/users/gsathya/following{/other_user}', 'gists_url': 'https://api.github.com/users/gsathya/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/gsathya/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/gsathya/subscriptions', 'organizations_url': 'https://api.github.com/users/gsathya/orgs', 'repos_url': 'https://api.github.com/users/gsathya/repos', 'events_url': 'https://api.github.com/users/gsathya/events{/privacy}', 'received_events_url': 'https://api.github.com/users/gsathya/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[]
2024-04-12 14:34:56
2024-04-15 12:05:05
2024-04-15 12:05:05
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28831', 'html_url': 'https://github.com/facebook/react/pull/28831', 'diff_url': 'https://github.com/facebook/react/pull/28831.diff', 'patch_url': 'https://github.com/facebook/react/pull/28831.patch', 'merged_at': datetime.datetime(2024, 4, 15, 12, 5, 5)}
The useMemoCache polyfill doesn't have access to the fiber, and it simply uses state, which makes it not work with the devtools. With this PR, devtools will look on the very first hook's state for this sentinel and display the Forget badge if present. The polyfill will add this sentinel to it's state (the cache array).
{'url': 'https://api.github.com/repos/facebook/react/issues/28831/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28831/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28830
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28830/labels{/name}
https://api.github.com/repos/facebook/react/issues/28830/comments
https://api.github.com/repos/facebook/react/issues/28830/events
https://github.com/facebook/react/pull/28830
2,240,078,149
PR_kwDOAJy2Ks5sfOkf
28,830
style: remove extra space for `package.json`
{'login': 'Debbl', 'id': 61053131, 'node_id': 'MDQ6VXNlcjYxMDUzMTMx', 'avatar_url': 'https://avatars.githubusercontent.com/u/61053131?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Debbl', 'html_url': 'https://github.com/Debbl', 'followers_url': 'https://api.github.com/users/Debbl/followers', 'following_url': 'https://api.github.com/users/Debbl/following{/other_user}', 'gists_url': 'https://api.github.com/users/Debbl/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/Debbl/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/Debbl/subscriptions', 'organizations_url': 'https://api.github.com/users/Debbl/orgs', 'repos_url': 'https://api.github.com/users/Debbl/repos', 'events_url': 'https://api.github.com/users/Debbl/events{/privacy}', 'received_events_url': 'https://api.github.com/users/Debbl/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None}]
open
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: c8a035036d0f257c514b3628e927dd9dd26e5a09...a3e9923bc14b6c420b85ceb11dac7dfe5f9e2a20\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/a3e9923bc14b6c420b85ceb11dac7dfe5f9e2a20/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=c8a035036d0f257c514b3628e927dd9dd26e5a09) | **=** | 168.76 kB | 168.76 kB | = | 52.91 kB | 52.91 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/a3e9923bc14b6c420b85ceb11dac7dfe5f9e2a20/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=c8a035036d0f257c514b3628e927dd9dd26e5a09) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/a3e9923bc14b6c420b85ceb11dac7dfe5f9e2a20/files/facebook-www/ReactDOM-prod.classic.js?compare=c8a035036d0f257c514b3628e927dd9dd26e5a09) | **=** | 590.84 kB | 590.84 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/a3e9923bc14b6c420b85ceb11dac7dfe5f9e2a20/files/facebook-www/ReactDOM-prod.modern.js?compare=c8a035036d0f257c514b3628e927dd9dd26e5a09) | **=** | 566.66 kB | 566.66 kB | = | 100.10 kB | 100.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/a3e9923bc14b6c420b85ceb11dac7dfe5f9e2a20/files/__test_utils__/ReactAllWarnings.js?compare=c8a035036d0f257c514b3628e927dd9dd26e5a09) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/a3e9923bc14b6c420b85ceb11dac7dfe5f9e2a20/files/__test_utils__/ReactAllWarnings.js?compare=c8a035036d0f257c514b3628e927dd9dd26e5a09) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against a3e9923bc14b6c420b85ceb11dac7dfe5f9e2a20\n</p>\n" ]
2024-04-12 12:41:45
2024-04-12 12:51:24
null
NONE
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28830', 'html_url': 'https://github.com/facebook/react/pull/28830', 'diff_url': 'https://github.com/facebook/react/pull/28830.diff', 'patch_url': 'https://github.com/facebook/react/pull/28830.patch', 'merged_at': None}
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. Before submitting a pull request, please make sure the following is done: 1. Fork [the repository](https://github.com/facebook/react) and create your branch from `main`. 2. Run `yarn` in the repository root. 3. If you've fixed a bug or added code that should be tested, add tests! 4. Ensure the test suite passes (`yarn test`). Tip: `yarn test --watch TestName` is helpful in development. 5. Run `yarn test --prod` to test in the production environment. It supports the same options as `yarn test`. 6. If you need a debugger, run `yarn test --debug --watch TestName`, open `chrome://inspect`, and press "Inspect". 7. Format your code with [prettier](https://github.com/prettier/prettier) (`yarn prettier`). 8. Make sure your code lints (`yarn lint`). Tip: `yarn linc` to only check changed files. 9. Run the [Flow](https://flowtype.org/) type checks (`yarn flow`). 10. If you haven't already, complete the CLA. Learn more about contributing: https://reactjs.org/docs/how-to-contribute.html --> ## Summary remove extra space for `package.json` <!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? --> ## How did you test this change? This is a code style change <!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. How exactly did you verify that your PR solves the issue you wanted to solve? If you leave this empty, your PR will very likely be closed. -->
{'url': 'https://api.github.com/repos/facebook/react/issues/28830/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28830/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28829
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28829/labels{/name}
https://api.github.com/repos/facebook/react/issues/28829/comments
https://api.github.com/repos/facebook/react/issues/28829/events
https://github.com/facebook/react/pull/28829
2,239,655,261
PR_kwDOAJy2Ks5sdt1a
28,829
Remove redundant props assign
{'login': 'eps1lon', 'id': 12292047, 'node_id': 'MDQ6VXNlcjEyMjkyMDQ3', 'avatar_url': 'https://avatars.githubusercontent.com/u/12292047?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/eps1lon', 'html_url': 'https://github.com/eps1lon', 'followers_url': 'https://api.github.com/users/eps1lon/followers', 'following_url': 'https://api.github.com/users/eps1lon/following{/other_user}', 'gists_url': 'https://api.github.com/users/eps1lon/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/eps1lon/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/eps1lon/subscriptions', 'organizations_url': 'https://api.github.com/users/eps1lon/orgs', 'repos_url': 'https://api.github.com/users/eps1lon/repos', 'events_url': 'https://api.github.com/users/eps1lon/events{/privacy}', 'received_events_url': 'https://api.github.com/users/eps1lon/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 4f5c812a3c4e52d9ea5d908a27a317ac0f26590a...facbace587512721db8241e9ea2c54a770f74085\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/facbace587512721db8241e9ea2c54a770f74085/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=4f5c812a3c4e52d9ea5d908a27a317ac0f26590a) | **=** | 168.76 kB | 168.76 kB | = | 52.91 kB | 52.91 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/facbace587512721db8241e9ea2c54a770f74085/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=4f5c812a3c4e52d9ea5d908a27a317ac0f26590a) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/facbace587512721db8241e9ea2c54a770f74085/files/facebook-www/ReactDOM-prod.classic.js?compare=4f5c812a3c4e52d9ea5d908a27a317ac0f26590a) | **=** | 590.84 kB | 590.83 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/facbace587512721db8241e9ea2c54a770f74085/files/facebook-www/ReactDOM-prod.modern.js?compare=4f5c812a3c4e52d9ea5d908a27a317ac0f26590a) | **=** | 566.66 kB | 566.65 kB | = | 100.10 kB | 100.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/facbace587512721db8241e9ea2c54a770f74085/files/__test_utils__/ReactAllWarnings.js?compare=4f5c812a3c4e52d9ea5d908a27a317ac0f26590a) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/facbace587512721db8241e9ea2c54a770f74085/files/__test_utils__/ReactAllWarnings.js?compare=4f5c812a3c4e52d9ea5d908a27a317ac0f26590a) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against facbace587512721db8241e9ea2c54a770f74085\n</p>\n", "Whoah, nice!" ]
2024-04-12 10:03:31
2024-04-15 20:54:49
2024-04-12 19:55:51
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28829', 'html_url': 'https://github.com/facebook/react/pull/28829', 'diff_url': 'https://github.com/facebook/react/pull/28829.diff', 'patch_url': 'https://github.com/facebook/react/pull/28829.patch', 'merged_at': datetime.datetime(2024, 4, 12, 19, 55, 51)}
Testing suggestion by @yungsters in https://github.com/facebook/react/commit/bfd8da807c75a2d123627415f9eaf2d36ac3ed6a#r140684247
{'url': 'https://api.github.com/repos/facebook/react/issues/28829/reactions', 'total_count': 1, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 1, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28829/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28828
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28828/labels{/name}
https://api.github.com/repos/facebook/react/issues/28828/comments
https://api.github.com/repos/facebook/react/issues/28828/events
https://github.com/facebook/react/pull/28828
2,238,792,152
PR_kwDOAJy2Ks5saxjv
28,828
Remove `flight-browser` fixture
{'login': 'gnoff', 'id': 2716369, 'node_id': 'MDQ6VXNlcjI3MTYzNjk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2716369?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/gnoff', 'html_url': 'https://github.com/gnoff', 'followers_url': 'https://api.github.com/users/gnoff/followers', 'following_url': 'https://api.github.com/users/gnoff/following{/other_user}', 'gists_url': 'https://api.github.com/users/gnoff/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/gnoff/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/gnoff/subscriptions', 'organizations_url': 'https://api.github.com/users/gnoff/orgs', 'repos_url': 'https://api.github.com/users/gnoff/repos', 'events_url': 'https://api.github.com/users/gnoff/events{/privacy}', 'received_events_url': 'https://api.github.com/users/gnoff/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: c8a035036d0f257c514b3628e927dd9dd26e5a09...386ffb306adfc0fe3a1c83e878a4f8d3e5cc8f6a\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/386ffb306adfc0fe3a1c83e878a4f8d3e5cc8f6a/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=c8a035036d0f257c514b3628e927dd9dd26e5a09) | **=** | 168.76 kB | 168.76 kB | = | 52.91 kB | 52.91 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/386ffb306adfc0fe3a1c83e878a4f8d3e5cc8f6a/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=c8a035036d0f257c514b3628e927dd9dd26e5a09) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/386ffb306adfc0fe3a1c83e878a4f8d3e5cc8f6a/files/facebook-www/ReactDOM-prod.classic.js?compare=c8a035036d0f257c514b3628e927dd9dd26e5a09) | **=** | 590.84 kB | 590.84 kB | = | 103.91 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/386ffb306adfc0fe3a1c83e878a4f8d3e5cc8f6a/files/facebook-www/ReactDOM-prod.modern.js?compare=c8a035036d0f257c514b3628e927dd9dd26e5a09) | **=** | 566.66 kB | 566.66 kB | = | 100.10 kB | 100.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/386ffb306adfc0fe3a1c83e878a4f8d3e5cc8f6a/files/__test_utils__/ReactAllWarnings.js?compare=c8a035036d0f257c514b3628e927dd9dd26e5a09) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/386ffb306adfc0fe3a1c83e878a4f8d3e5cc8f6a/files/__test_utils__/ReactAllWarnings.js?compare=c8a035036d0f257c514b3628e927dd9dd26e5a09) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 386ffb306adfc0fe3a1c83e878a4f8d3e5cc8f6a\n</p>\n" ]
2024-04-11 23:57:06
2024-04-12 16:48:43
2024-04-12 16:48:40
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28828', 'html_url': 'https://github.com/facebook/react/pull/28828', 'diff_url': 'https://github.com/facebook/react/pull/28828.diff', 'patch_url': 'https://github.com/facebook/react/pull/28828.patch', 'merged_at': datetime.datetime(2024, 4, 12, 16, 48, 40)}
The flight-browser fixtures doesn't make sense. It also uses UMD builds which are being removed so we'd have to make it use esm.sh or something and really it just won't work because it needs to be built by webpack to not error. We could potentially shim the webpack globals but really the right thing is to publish the esm version of react-server and use esm.sh to load a browser only esm demo of react-server. This change removes the flight-browser fixture
{'url': 'https://api.github.com/repos/facebook/react/issues/28828/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28828/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28827
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28827/labels{/name}
https://api.github.com/repos/facebook/react/issues/28827/comments
https://api.github.com/repos/facebook/react/issues/28827/events
https://github.com/facebook/react/pull/28827
2,238,231,331
PR_kwDOAJy2Ks5sY0ET
28,827
Run Closure on non-minified prod builds, too
{'login': 'acdlite', 'id': 3624098, 'node_id': 'MDQ6VXNlcjM2MjQwOTg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/3624098?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/acdlite', 'html_url': 'https://github.com/acdlite', 'followers_url': 'https://api.github.com/users/acdlite/followers', 'following_url': 'https://api.github.com/users/acdlite/following{/other_user}', 'gists_url': 'https://api.github.com/users/acdlite/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/acdlite/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/acdlite/subscriptions', 'organizations_url': 'https://api.github.com/users/acdlite/orgs', 'repos_url': 'https://api.github.com/users/acdlite/repos', 'events_url': 'https://api.github.com/users/acdlite/events{/privacy}', 'received_events_url': 'https://api.github.com/users/acdlite/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "What could be important:\r\n- fb artifacts should preserve specific header format, it is required by Haste.\r\n- The reason why I've changed these steps is the fact that Closure compiler was optimizing these multi-line comment headers, and the resulting format didn't work well with Haste", "The headers are still there, I added them post-Closure", "Failing tests should be fixed after rebase on master now that https://github.com/facebook/react/pull/28593 landed.", "Nice!", "Why don't we let Closure generate the source maps and just conditionally enable the renaming there?\r\n\r\nAlternatively, do we even need the renaming? Wouldn't that typically happen anyway as a minification step in product bundling (in various build systems?)\r\n\r\nSince the build is already pretty complicated and slow it'd be nice to avoid adding more stepsโ€ฆ", "FYI sizebot failed because the summary is too large: https://app.circleci.com/pipelines/github/facebook/react/52317/workflows/cfa1d5b9-b4cb-40d1-89db-f06f98f94c85/jobs/838157\r\n\r\nSummary for this PR can be seen in https://output.circle-artifacts.com/output/job/17d7076d-4cf5-4552-acc0-63e9a29ef9c4/artifacts/0/sizebot-message.md\r\n\r\nIn https://github.com/facebook/react/pull/28845, we'll fallback to a link to CI with the full report.", "@kassens https://github.com/facebook/react/pull/28827#issuecomment-2057663399\r\n\r\n> Alternatively, do we even need the renaming? Wouldn't that typically happen anyway as a minification step in product bundling (in various build systems?)\r\n\r\nThat is indeed what I want to do, this first PR is meant to demonstrate that Closure + a later mangling step (via Terser in this case, since that's what much of the OSS community uses) is equivalent to Closure with mangling enabled.", "Regarding this, though:\r\n\r\n> Why don't we let Closure generate the source maps and just conditionally enable the renaming there?\r\n\r\nThat's how it works in main already, but the problem is that the source maps map to a pre-Closure \"source\", which means it doesn't have as much inlining and dead code elimination applied to it. If we are going to ship source maps (which again I'd prefer not to) then it should map to something like the Meta production builds โ€” identical program structure, just without mangled names.", "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\nThe size diff is too large to display in a single comment. The [CircleCI job](https://circleci.com/gh/facebook/react/844165) contains an artifact called 'sizebot-message.md' with the full message.\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 44ca36d90acbd6736a57dda9768f4c46f2c514d1\n</p>\n" ]
2024-04-11 17:42:39
2024-04-19 18:22:38
2024-04-19 18:22:38
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28827', 'html_url': 'https://github.com/facebook/react/pull/28827', 'diff_url': 'https://github.com/facebook/react/pull/28827.diff', 'patch_url': 'https://github.com/facebook/react/pull/28827.patch', 'merged_at': datetime.datetime(2024, 4, 19, 18, 22, 38)}
In #26446 we started publishing non-minified versions of our production build artifacts, along with source maps, for easier debugging of React when running in production mode. The way it's currently set up is that these builds are generated *before* Closure compiler has run. Which means it's missing many of the optimizations that are in the final build, like dead code elimination. This PR changes the build process to run Closure on the non-minified production builds, too, by moving the sourcemap generation to later in the pipeline. The non-minified builds will still preserve the original symbol names, and we'll use Prettier to add back whitespace. This is the exact same approach we've been using for years to generate production builds for Meta. The idea is that the only difference between the minified and non- minified builds is whitespace and symbol mangling. The semantic structure of the program should be identical. To implement this, I disabled symbol mangling when running Closure compiler. Then, in a later step, the symbols are mangled by Terser. This is when the source maps are generated.
{'url': 'https://api.github.com/repos/facebook/react/issues/28827/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28827/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28826
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28826/labels{/name}
https://api.github.com/repos/facebook/react/issues/28826/comments
https://api.github.com/repos/facebook/react/issues/28826/events
https://github.com/facebook/react/pull/28826
2,238,142,235
PR_kwDOAJy2Ks5sYgb8
28,826
Backwards compatibility for string refs on WWW
{'login': 'jackpope', 'id': 8965173, 'node_id': 'MDQ6VXNlcjg5NjUxNzM=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8965173?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jackpope', 'html_url': 'https://github.com/jackpope', 'followers_url': 'https://api.github.com/users/jackpope/followers', 'following_url': 'https://api.github.com/users/jackpope/following{/other_user}', 'gists_url': 'https://api.github.com/users/jackpope/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jackpope/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jackpope/subscriptions', 'organizations_url': 'https://api.github.com/users/jackpope/orgs', 'repos_url': 'https://api.github.com/users/jackpope/repos', 'events_url': 'https://api.github.com/users/jackpope/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jackpope/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: adb71739386c1d8800ee80d11713a401ccdc7af8...a786481ae5702f1966ecdb62f3667f3d72966e78\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **=** | 168.76 kB | 168.76 kB | = | 52.91 kB | 52.91 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-www/ReactDOM-prod.classic.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+0.08%** | 590.38 kB | 590.84 kB | +0.08% | 103.83 kB | 103.91 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-www/ReactDOM-prod.modern.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+0.08%** | 566.20 kB | 566.66 kB | +0.08% | 100.02 kB | 100.10 kB\n| [facebook-react-native/react/cjs/JSXRuntime-prod.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-react-native/react/cjs/JSXRuntime-prod.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+4.29%** | 2.73 kB | 2.85 kB | +3.14% | 1.18 kB | 1.22 kB\n| [facebook-react-native/react/cjs/JSXRuntime-profiling.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-react-native/react/cjs/JSXRuntime-profiling.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+4.29%** | 2.73 kB | 2.85 kB | +3.14% | 1.18 kB | 1.22 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/__test_utils__/ReactAllWarnings.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [facebook-react-native/react/cjs/JSXRuntime-prod.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-react-native/react/cjs/JSXRuntime-prod.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+4.29%** | 2.73 kB | 2.85 kB | +3.14% | 1.18 kB | 1.22 kB\n| [facebook-react-native/react/cjs/JSXRuntime-profiling.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-react-native/react/cjs/JSXRuntime-profiling.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+4.29%** | 2.73 kB | 2.85 kB | +3.14% | 1.18 kB | 1.22 kB\n| [facebook-react-native/react/cjs/JSXDEVRuntime-dev.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-react-native/react/cjs/JSXDEVRuntime-dev.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+0.77%** | 55.14 kB | 55.56 kB | +1.10% | 14.06 kB | 14.21 kB\n| [facebook-react-native/react/cjs/JSXRuntime-dev.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-react-native/react/cjs/JSXRuntime-dev.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+0.75%** | 56.55 kB | 56.97 kB | +1.04% | 14.45 kB | 14.60 kB\n| [facebook-www/JSXDEVRuntime-dev.classic.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-www/JSXDEVRuntime-dev.classic.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+0.71%** | 59.11 kB | 59.53 kB | +0.99% | 14.93 kB | 15.08 kB\n| [facebook-www/JSXDEVRuntime-dev.modern.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-www/JSXDEVRuntime-dev.modern.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+0.71%** | 59.14 kB | 59.56 kB | +0.99% | 14.94 kB | 15.09 kB\n| [facebook-www/ReactServer-prod.modern.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-www/ReactServer-prod.modern.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+0.62%** | 18.67 kB | 18.79 kB | +0.64% | 4.83 kB | 4.86 kB\n| [facebook-react-native/react/cjs/React-prod.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-react-native/react/cjs/React-prod.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+0.53%** | 21.78 kB | 21.90 kB | +0.70% | 5.69 kB | 5.73 kB\n| [facebook-react-native/react/cjs/React-profiling.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-react-native/react/cjs/React-profiling.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+0.52%** | 22.21 kB | 22.33 kB | +0.57% | 5.77 kB | 5.80 kB\n| [facebook-www/React-prod.modern.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-www/React-prod.modern.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+0.51%** | 22.71 kB | 22.83 kB | +0.62% | 5.80 kB | 5.84 kB\n| [facebook-www/React-prod.classic.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-www/React-prod.classic.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+0.51%** | 22.71 kB | 22.83 kB | +0.62% | 5.81 kB | 5.84 kB\n| [facebook-www/React-profiling.modern.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-www/React-profiling.modern.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+0.50%** | 23.15 kB | 23.26 kB | +0.60% | 5.88 kB | 5.92 kB\n| [facebook-www/React-profiling.classic.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-www/React-profiling.classic.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+0.50%** | 23.15 kB | 23.26 kB | +0.61% | 5.88 kB | 5.92 kB\n| [facebook-www/ReactServer-dev.modern.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-www/ReactServer-dev.modern.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+0.41%** | 103.47 kB | 103.89 kB | +0.52% | 24.35 kB | 24.47 kB\n| [facebook-react-native/react/cjs/React-dev.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-react-native/react/cjs/React-dev.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+0.32%** | 130.66 kB | 131.08 kB | +0.45% | 30.57 kB | 30.71 kB\n| [facebook-www/React-dev.modern.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-www/React-dev.modern.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+0.31%** | 134.17 kB | 134.59 kB | +0.42% | 31.38 kB | 31.51 kB\n| [facebook-www/React-dev.classic.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/facebook-www/React-dev.classic.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **+0.31%** | 134.71 kB | 135.13 kB | +0.41% | 31.47 kB | 31.60 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/a786481ae5702f1966ecdb62f3667f3d72966e78/files/__test_utils__/ReactAllWarnings.js?compare=adb71739386c1d8800ee80d11713a401ccdc7af8) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against a786481ae5702f1966ecdb62f3667f3d72966e78\n</p>\n" ]
2024-04-11 16:43:17
2024-04-12 16:38:03
2024-04-11 19:30:37
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28826', 'html_url': 'https://github.com/facebook/react/pull/28826', 'diff_url': 'https://github.com/facebook/react/pull/28826.diff', 'patch_url': 'https://github.com/facebook/react/pull/28826.patch', 'merged_at': datetime.datetime(2024, 4, 11, 19, 30, 37)}
Seeing errors with undefined string ref values when trying to sync https://github.com/facebook/react/pull/28473 Added a test that reproduces the failing pattern. @acdlite pushed https://github.com/facebook/react/pull/28826/commits/a786481ae5702f1966ecdb62f3667f3d72966e78 with fix
{'url': 'https://api.github.com/repos/facebook/react/issues/28826/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28826/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28825
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28825/labels{/name}
https://api.github.com/repos/facebook/react/issues/28825/comments
https://api.github.com/repos/facebook/react/issues/28825/events
https://github.com/facebook/react/pull/28825
2,238,102,411
PR_kwDOAJy2Ks5sYXs3
28,825
Fix nightly release job for real
{'login': 'eps1lon', 'id': 12292047, 'node_id': 'MDQ6VXNlcjEyMjkyMDQ3', 'avatar_url': 'https://avatars.githubusercontent.com/u/12292047?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/eps1lon', 'html_url': 'https://github.com/eps1lon', 'followers_url': 'https://api.github.com/users/eps1lon/followers', 'following_url': 'https://api.github.com/users/eps1lon/following{/other_user}', 'gists_url': 'https://api.github.com/users/eps1lon/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/eps1lon/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/eps1lon/subscriptions', 'organizations_url': 'https://api.github.com/users/eps1lon/orgs', 'repos_url': 'https://api.github.com/users/eps1lon/repos', 'events_url': 'https://api.github.com/users/eps1lon/events{/privacy}', 'received_events_url': 'https://api.github.com/users/eps1lon/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: a2582074b84e95f8e9be6d9f51c80f09dd620ad7...6646a626475aefebe436eca747db2a48184ab5b9\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/6646a626475aefebe436eca747db2a48184ab5b9/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=a2582074b84e95f8e9be6d9f51c80f09dd620ad7) | **=** | 168.76 kB | 168.76 kB | = | 52.91 kB | 52.91 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/6646a626475aefebe436eca747db2a48184ab5b9/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=a2582074b84e95f8e9be6d9f51c80f09dd620ad7) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/6646a626475aefebe436eca747db2a48184ab5b9/files/facebook-www/ReactDOM-prod.classic.js?compare=a2582074b84e95f8e9be6d9f51c80f09dd620ad7) | **=** | 590.38 kB | 590.38 kB | = | 103.83 kB | 103.83 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/6646a626475aefebe436eca747db2a48184ab5b9/files/facebook-www/ReactDOM-prod.modern.js?compare=a2582074b84e95f8e9be6d9f51c80f09dd620ad7) | **=** | 566.20 kB | 566.20 kB | = | 100.02 kB | 100.02 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/6646a626475aefebe436eca747db2a48184ab5b9/files/__test_utils__/ReactAllWarnings.js?compare=a2582074b84e95f8e9be6d9f51c80f09dd620ad7) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/6646a626475aefebe436eca747db2a48184ab5b9/files/__test_utils__/ReactAllWarnings.js?compare=a2582074b84e95f8e9be6d9f51c80f09dd620ad7) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 6646a626475aefebe436eca747db2a48184ab5b9\n</p>\n" ]
2024-04-11 16:17:24
2024-04-11 16:28:13
2024-04-11 16:28:11
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28825', 'html_url': 'https://github.com/facebook/react/pull/28825', 'diff_url': 'https://github.com/facebook/react/pull/28825.diff', 'patch_url': 'https://github.com/facebook/react/pull/28825.patch', 'merged_at': datetime.datetime(2024, 4, 11, 16, 28, 11)}
Just going to claim the original PR was a test. This fixes the job for real.
{'url': 'https://api.github.com/repos/facebook/react/issues/28825/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28825/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28824
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28824/labels{/name}
https://api.github.com/repos/facebook/react/issues/28824/comments
https://api.github.com/repos/facebook/react/issues/28824/events
https://github.com/facebook/react/pull/28824
2,238,008,492
PR_kwDOAJy2Ks5sYDKL
28,824
Fix nightly release job
{'login': 'eps1lon', 'id': 12292047, 'node_id': 'MDQ6VXNlcjEyMjkyMDQ3', 'avatar_url': 'https://avatars.githubusercontent.com/u/12292047?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/eps1lon', 'html_url': 'https://github.com/eps1lon', 'followers_url': 'https://api.github.com/users/eps1lon/followers', 'following_url': 'https://api.github.com/users/eps1lon/following{/other_user}', 'gists_url': 'https://api.github.com/users/eps1lon/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/eps1lon/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/eps1lon/subscriptions', 'organizations_url': 'https://api.github.com/users/eps1lon/orgs', 'repos_url': 'https://api.github.com/users/eps1lon/repos', 'events_url': 'https://api.github.com/users/eps1lon/events{/privacy}', 'received_events_url': 'https://api.github.com/users/eps1lon/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: bf09089f64cec31680b0bb63b2ebaa81e210c492...6973306eedf1ae8161d7d54b0cd53c6e67b17540\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/6973306eedf1ae8161d7d54b0cd53c6e67b17540/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=bf09089f64cec31680b0bb63b2ebaa81e210c492) | **=** | 168.12 kB | 168.12 kB | = | 52.72 kB | 52.72 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/6973306eedf1ae8161d7d54b0cd53c6e67b17540/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=bf09089f64cec31680b0bb63b2ebaa81e210c492) | **=** | 169.92 kB | 169.92 kB | = | 53.26 kB | 53.26 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/6973306eedf1ae8161d7d54b0cd53c6e67b17540/files/facebook-www/ReactDOM-prod.classic.js?compare=bf09089f64cec31680b0bb63b2ebaa81e210c492) | **=** | 588.50 kB | 588.50 kB | = | 103.50 kB | 103.50 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/6973306eedf1ae8161d7d54b0cd53c6e67b17540/files/facebook-www/ReactDOM-prod.modern.js?compare=bf09089f64cec31680b0bb63b2ebaa81e210c492) | **=** | 564.35 kB | 564.35 kB | = | 99.66 kB | 99.66 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/6973306eedf1ae8161d7d54b0cd53c6e67b17540/files/__test_utils__/ReactAllWarnings.js?compare=bf09089f64cec31680b0bb63b2ebaa81e210c492) | **Deleted** | 64.24 kB | 0.00 kB | Deleted | 16.03 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/6973306eedf1ae8161d7d54b0cd53c6e67b17540/files/__test_utils__/ReactAllWarnings.js?compare=bf09089f64cec31680b0bb63b2ebaa81e210c492) | **Deleted** | 64.24 kB | 0.00 kB | Deleted | 16.03 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 6973306eedf1ae8161d7d54b0cd53c6e67b17540\n</p>\n" ]
2024-04-11 15:26:29
2024-04-11 16:08:15
2024-04-11 16:08:13
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28824', 'html_url': 'https://github.com/facebook/react/pull/28824', 'diff_url': 'https://github.com/facebook/react/pull/28824.diff', 'patch_url': 'https://github.com/facebook/react/pull/28824.patch', 'merged_at': datetime.datetime(2024, 4, 11, 16, 8, 13)}
## Summary By upgrading Node.js in https://github.com/facebook/react/pull/28774, NPM was also upgraded. `npm view` of a non-existing version now exits non-zero so we need to adjust our implementation to detect if the package was already published. Fixes > Command failed: npm view eslint-plugin-react-hooks@5.1.0-canary-bf09089f6-20240410 -- https://app.circleci.com/pipelines/github/facebook/react/52188/workflows/71bfe167-2a02-4924-98cf-824b7812614e ## How did you test this change? ```js // main.js const {spawnSync} = require('child_process'); function npmPackageExists(packageName, version) { const {status} = spawnSync('npm', ['view', `${packageName}@${version}`]); return status === 0; } function main() { console.log(npmPackageExists('react', '17.0.1')); console.log(npmPackageExists('react', '19.0.0-canary-bf09089f6-20240410')); } main(); ``` ```bash $ node --version v18.20.0 $ npm --version 10.5.0 $ node index.js true false ```
{'url': 'https://api.github.com/repos/facebook/react/issues/28824/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28824/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28823
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28823/labels{/name}
https://api.github.com/repos/facebook/react/issues/28823/comments
https://api.github.com/repos/facebook/react/issues/28823/events
https://github.com/facebook/react/issues/28823
2,237,869,380
I_kwDOAJy2Ks6FYy1E
28,823
After using forwardRef in a JSX component, you encounter an error when using it in a TSX component.
{'login': 'caihai123', 'id': 47770861, 'node_id': 'MDQ6VXNlcjQ3NzcwODYx', 'avatar_url': 'https://avatars.githubusercontent.com/u/47770861?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/caihai123', 'html_url': 'https://github.com/caihai123', 'followers_url': 'https://api.github.com/users/caihai123/followers', 'following_url': 'https://api.github.com/users/caihai123/following{/other_user}', 'gists_url': 'https://api.github.com/users/caihai123/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/caihai123/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/caihai123/subscriptions', 'organizations_url': 'https://api.github.com/users/caihai123/orgs', 'repos_url': 'https://api.github.com/users/caihai123/repos', 'events_url': 'https://api.github.com/users/caihai123/events{/privacy}', 'received_events_url': 'https://api.github.com/users/caihai123/received_events', 'type': 'User', 'site_admin': False}
[]
closed
false
null
[]
null
[ "Support requests filed as GitHub issues often go unanswered. We want you to find the answer you're looking for, so we suggest the following alternatives:\r\n\r\nCoding Questions\r\nIf you have a coding question related to React and React DOM, it might be better suited for Stack Overflow. It's a great place to browse through frequent questions about using React, as well as ask for help with specific questions.\r\n\r\nhttps://stackoverflow.com/questions/tagged/react\r\n\r\nTalk to other React developers\r\nThere are many online forums which are a great place for discussion about best practices and application architecture as well as the future of React.\r\n\r\nhttps://react.dev/community" ]
2024-04-11 14:29:06
2024-04-11 16:10:01
2024-04-11 16:10:01
NONE
null
null
null
Suppose I have such a JSX component. ```jsx // jsx import { forwardRef } from "react"; const Com= forwardRef(function (props) { return <div>{props.text}</div>; }); export default Com; ``` And then using it in a TSX file. ```tsx // tsx export default function Page() { return ( <div> <Com text="text" /> </div> ); } ``` will encounter this error. ไธ่ƒฝๅฐ†็ฑปๅž‹โ€œ{ ref: RefObject<HTMLDivElement>; text: string; }โ€ๅˆ†้…็ป™็ฑปๅž‹โ€œIntrinsicAttributes & RefAttributes<any>โ€ใ€‚ ็ฑปๅž‹โ€œIntrinsicAttributes & RefAttributes<any>โ€ไธŠไธๅญ˜ๅœจๅฑžๆ€งโ€œtextโ€ใ€‚ > Although I can convert the JSX component to TSX, I would prefer not to.
{'url': 'https://api.github.com/repos/facebook/react/issues/28823/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28823/timeline
null
not_planned
false
https://api.github.com/repos/facebook/react/issues/28822
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28822/labels{/name}
https://api.github.com/repos/facebook/react/issues/28822/comments
https://api.github.com/repos/facebook/react/issues/28822/events
https://github.com/facebook/react/issues/28822
2,237,668,839
I_kwDOAJy2Ks6FYB3n
28,822
Bug: React not defined in TypeScript when importing from npm
{'login': 'nestarz', 'id': 5360876, 'node_id': 'MDQ6VXNlcjUzNjA4NzY=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5360876?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/nestarz', 'html_url': 'https://github.com/nestarz', 'followers_url': 'https://api.github.com/users/nestarz/followers', 'following_url': 'https://api.github.com/users/nestarz/following{/other_user}', 'gists_url': 'https://api.github.com/users/nestarz/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/nestarz/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/nestarz/subscriptions', 'organizations_url': 'https://api.github.com/users/nestarz/orgs', 'repos_url': 'https://api.github.com/users/nestarz/repos', 'events_url': 'https://api.github.com/users/nestarz/events{/privacy}', 'received_events_url': 'https://api.github.com/users/nestarz/received_events', 'type': 'User', 'site_admin': False}
[]
open
false
null
[]
null
[ "It's definitely something to explore long term but not trivial to do. Does Deno not support any JS library that ships types in `@types/*`?", "Types must be manually added, from the documentation:\r\n\r\n> **Providing types when importing**: If you are consuming a JavaScript module and you have either created types (a .d.ts file) or have otherwise obtained the types you want to use, you can instruct Deno to use that file when type checking instead of the JavaScript file using the @deno-types compiler hint. @deno-types needs to be a single line double slash comment, where when used impacts the next import or re-export statement.\r\n\r\nhttps://docs.deno.com/runtime/manual/advanced/typescript/types\r\n\r\nAnd the solution to support any JS library that ships types in @types/* is disscused here: https://github.com/denoland/deno/issues/18203#issuecomment-1714879500\r\n\r\nBut overall, it isn't specific to Deno, as it's a React choice to have (or not) a first-call TypeScript experience and deliver types in it's own scope and specified directly from it's own package.json.\r\n\r\nCan I ask why it isn't trivial as the effort to make the types is already well known ? isn't it just a copy paste from the @DefinitelyTyped codebase into the facebook/react codebase ?", "> isn't it just a copy paste from the https://github.com/DefinitelyTyped codebase into the facebook/react codebase ?\r\n\r\nIt needs release coordination which isn't trivial considering the amount of users we have. Moving types from `@types/` to the actual library is a breaking change.\r\n\r\nAnd then we have to figure out integration testing.", "Ok thanks for the follow up. Do you think React 19 can be a good target, as it's a new major version and that would allow such breaking changes ? But you know more about the repercussion that it would trigger ! and I don't know how I can bring the @types team to follow up this discussion so that integration become painless.", "Another way to put it is:\r\n\r\nThere's been _significant_ iteration on the React types over the last couple years, but zero official React releases during that time.\r\n\r\nWith the current structure, at least those types updates can be shipped separately.\r\n\r\n(Perhaps if the types were included, the React team's release approach would change, but for now at least the separation has a benefit.)", "I understand the logic, but what if types could be updated in a patch semantic version (major.minor.**patch**) ? so types could be in a faster iteration than other updates. I don't get the benefit, we are talking about future release, ideally starting a major version like 19, what downside changing the release approach would have, if it's documented.\r\n\r\nAnd again, I'm confused on why TypeScript support has to be done separately, by another team, isn't TypeScript used by a majority of library authors ? compagnies and users ? Isn't it a feature that would benefit the ecosystem if it's managed by the React team ? I know React use Flow and I think that's the main reason of the current state, but maybe the @DefinitelyTyped react types contributors would like to make PR to the react codebase with the types they are writing.\r\nBut again, I'm not one of those contributors and I'm not a react team member, it's just that I feel that it could be improved. ", "I maintain the React types and I'm on the React team. The TS types just weren't part of React historically so there's a lot of catching up to do.", "Deno doesn't natively include type definitions for external libraries like React.\r\nTypeScript requires type information for imported modules to ensure type safety.\r\nSolution:\r\n\r\nInstall Type Definitions:\r\n\r\nUse the deno add command to install the @types/react package:\r\n\r\nBash command:\r\n\r\ndeno add -D https://deno.land/x/types/react@v18.0.22/react.d.ts\r\n\r\n\r\nReplace v18.0.22 with the specific React version you're using for compatibility.\r\n\r\nImport Type Definitions:\r\n\r\nIn your TypeScript file, add a @deno-types comment at the top to specify the type definition file:\r\n\r\nTypeScript\r\n/* @deno-types=\"https://deno.land/x/types/react@v18.0.22/react.d.ts\" */\r\n\r\nimport * as React from \"npm:react\";\r\n\r\nExplanation:\r\n\r\nInstalling @types/react provides the necessary type information for React.\r\nThe @deno-types comment instructs Deno's TypeScript compiler to use these types for the react import.\r\nAdditional Considerations:\r\n\r\nIf you prefer a different version of @types/react, adjust the version number in the deno add command and @deno-types comment accordingly.\r\nConsider using a bundler like Vite that handles dependencies and type definitions automatically. Explore Deno's built-in bundling capabilities as well.\r\nExample Code (After Fix):\r\n\r\nTypeScript\r\n/* @deno-types=\"https://deno.land/x/types/react@v18.0.22/react.d.ts\" */\r\n\r\nimport * as React from \"npm:react\";\r\n\r\nfunction MyComponent() {\r\n return <div>Hello, world!</div>;\r\n}\r\n\r\nReact.render(MyComponent, document.getElementById('root'));\r\n\r\nWith these steps, your TypeScript code should now recognize React and provide type safety for your React components in Deno." ]
2024-04-11 12:57:27
2024-04-17 05:40:45
null
NONE
null
null
null
React version: all ## Steps To Reproduce 1. Import React from "npm:react" inside Deno 2. Observe that React is not defined in TypeScript Code example: ```typescript import * as React from "npm:react"; // here React is not defined in typescript, we need to add @types/react /* @deno-types="@types/react" */ import * as React from "npm:react"; ``` ## The current behavior React is not defined in TypeScript when importing it from "npm:react". ## The expected behavior React (and react-dom) should ship with types, at least in a .d.mts form, so that users don't have to bother adding types manually. As TypeScript is now widely used, React should provide first-class TypeScript support. Related issue: https://github.com/denoland/deno/issues/18203 but the solution we have doesn't address the issue directly. Maybe React should ship types and not the @DefinitelyTyped org.
{'url': 'https://api.github.com/repos/facebook/react/issues/28822/reactions', 'total_count': 1, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28822/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28821
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28821/labels{/name}
https://api.github.com/repos/facebook/react/issues/28821/comments
https://api.github.com/repos/facebook/react/issues/28821/events
https://github.com/facebook/react/pull/28821
2,237,006,809
PR_kwDOAJy2Ks5sUmbi
28,821
Update AUTHORS
{'login': 'santos2412', 'id': 103305185, 'node_id': 'U_kgDOBihP4Q', 'avatar_url': 'https://avatars.githubusercontent.com/u/103305185?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/santos2412', 'html_url': 'https://github.com/santos2412', 'followers_url': 'https://api.github.com/users/santos2412/followers', 'following_url': 'https://api.github.com/users/santos2412/following{/other_user}', 'gists_url': 'https://api.github.com/users/santos2412/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/santos2412/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/santos2412/subscriptions', 'organizations_url': 'https://api.github.com/users/santos2412/orgs', 'repos_url': 'https://api.github.com/users/santos2412/repos', 'events_url': 'https://api.github.com/users/santos2412/events{/privacy}', 'received_events_url': 'https://api.github.com/users/santos2412/received_events', 'type': 'User', 'site_admin': False}
[]
closed
false
null
[]
null
[ "Hi @santos2412! \n\nThank you for your pull request and welcome to our community. \n\n# Action Required\n\nIn order to merge **any pull request** (code, docs, etc.), we **require** contributors to sign our **Contributor License Agreement**, and we don't seem to have one on file for you.\n\n# Process\n\nIn order for us to review and merge your suggested changes, please sign at <https://code.facebook.com/cla>. **If you are contributing on behalf of someone else (eg your employer)**, the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.\n\nOnce the CLA is signed, our tooling will perform checks and validations. Afterwards, the **pull request will be tagged** with `CLA signed`. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.\n\nIf you have received this in error or have any questions, please contact us at [cla@meta.com](mailto:cla@meta.com?subject=CLA%20for%20facebook%2Freact%20%2328821). Thanks!", "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: da69b6af9697b8042834644b14d0e715d4ace18a...76c41ddcc754cd34607b5da156c70e231e6c320d\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/76c41ddcc754cd34607b5da156c70e231e6c320d/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 168.76 kB | 168.76 kB | = | 52.91 kB | 52.91 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/76c41ddcc754cd34607b5da156c70e231e6c320d/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/76c41ddcc754cd34607b5da156c70e231e6c320d/files/facebook-www/ReactDOM-prod.classic.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 590.38 kB | 590.38 kB | = | 103.83 kB | 103.83 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/76c41ddcc754cd34607b5da156c70e231e6c320d/files/facebook-www/ReactDOM-prod.modern.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 566.20 kB | 566.20 kB | = | 100.02 kB | 100.02 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/76c41ddcc754cd34607b5da156c70e231e6c320d/files/__test_utils__/ReactAllWarnings.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/76c41ddcc754cd34607b5da156c70e231e6c320d/files/__test_utils__/ReactAllWarnings.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 76c41ddcc754cd34607b5da156c70e231e6c320d\n</p>\n" ]
2024-04-11 06:32:25
2024-04-11 06:36:39
2024-04-11 06:33:30
NONE
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28821', 'html_url': 'https://github.com/facebook/react/pull/28821', 'diff_url': 'https://github.com/facebook/react/pull/28821.diff', 'patch_url': 'https://github.com/facebook/react/pull/28821.patch', 'merged_at': None}
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. Before submitting a pull request, please make sure the following is done: 1. Fork [the repository](https://github.com/facebook/react) and create your branch from `main`. 2. Run `yarn` in the repository root. 3. If you've fixed a bug or added code that should be tested, add tests! 4. Ensure the test suite passes (`yarn test`). Tip: `yarn test --watch TestName` is helpful in development. 5. Run `yarn test --prod` to test in the production environment. It supports the same options as `yarn test`. 6. If you need a debugger, run `yarn test --debug --watch TestName`, open `chrome://inspect`, and press "Inspect". 7. Format your code with [prettier](https://github.com/prettier/prettier) (`yarn prettier`). 8. Make sure your code lints (`yarn lint`). Tip: `yarn linc` to only check changed files. 9. Run the [Flow](https://flowtype.org/) type checks (`yarn flow`). 10. If you haven't already, complete the CLA. Learn more about contributing: https://reactjs.org/docs/how-to-contribute.html --> ## Summary <!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? --> ## How did you test this change? <!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. How exactly did you verify that your PR solves the issue you wanted to solve? If you leave this empty, your PR will very likely be closed. -->
{'url': 'https://api.github.com/repos/facebook/react/issues/28821/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28821/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28820
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28820/labels{/name}
https://api.github.com/repos/facebook/react/issues/28820/comments
https://api.github.com/repos/facebook/react/issues/28820/events
https://github.com/facebook/react/issues/28820
2,236,578,261
I_kwDOAJy2Ks6FT3nV
28,820
Bug: Unsupported HTML character references
{'login': 'valtlai', 'id': 5496284, 'node_id': 'MDQ6VXNlcjU0OTYyODQ=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5496284?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/valtlai', 'html_url': 'https://github.com/valtlai', 'followers_url': 'https://api.github.com/users/valtlai/followers', 'following_url': 'https://api.github.com/users/valtlai/following{/other_user}', 'gists_url': 'https://api.github.com/users/valtlai/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/valtlai/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/valtlai/subscriptions', 'organizations_url': 'https://api.github.com/users/valtlai/orgs', 'repos_url': 'https://api.github.com/users/valtlai/repos', 'events_url': 'https://api.github.com/users/valtlai/events{/privacy}', 'received_events_url': 'https://api.github.com/users/valtlai/received_events', 'type': 'User', 'site_admin': False}
[{'id': 155984160, 'node_id': 'MDU6TGFiZWwxNTU5ODQxNjA=', 'url': 'https://api.github.com/repos/facebook/react/labels/Status:%20Unconfirmed', 'name': 'Status: Unconfirmed', 'color': 'd4c5f9', 'default': False, 'description': "A potential issue that we haven't yet confirmed as a bug"}]
open
false
null
[]
null
[ "i could not see that bug \r\n", "There are two approaches \r\n1. Convert entities to their corresponding Unicode characters before rendering. You can create a utility function or use a library that handles these conversions\r\n2. Use dangerouslySetInnerHTML\r\n\r\n```\r\nfunction MyComponent() {\r\n return (\r\n <div>\r\n Copy: ยฉ, รฉ: รฉ\r\n </div>\r\n );\r\n}\r\n```\r\nOr using dangerouslySetInnerHTML:\r\n```\r\nfunction MyComponent() {\r\n return (\r\n <div dangerouslySetInnerHTML={{__html: \"Copy: &copy;, รฉ: &eacute;\"}}></div>\r\n );\r\n}\r\n```", "@Yobro7292 Yeah, I know these workarounds, but I still think React should support all the standard character references.\r\n\r\n> i could not see that bug\r\n\r\n@XudayfiIbra The first row of the table in the demo is an example of a supported character reference: `&copy;` gets printed as ยฉ. The other rows represent unsupported character references: each reference, like `&bemptyv;`, gets printed as is.", "@valtlai Oh i didn't notice that! ", "@check below code . \r\n\r\nuse html-entities for unsupported symbols .\r\nrefer website - https://tools.w3cub.com/html-entities \r\n\r\n\t\t```\r\n\r\n> <h1>Test: HTML character references in React</h1>\r\n> \t\t<table>\r\n> \t\t\t<thead>\r\n> \t\t\t\t<tr>\r\n> \t\t\t\t\t<th>Reference</th>\r\n> \t\t\t\t\t<th>Expected character</th>\r\n> \t\t\t\t\t<th>Actual rendering</th>\r\n> \t\t\t\t</tr>\r\n> \t\t\t</thead>\r\n> \t\t\t<tbody>\r\n> \t\t\t\t<tr>\r\n> \t\t\t\t\t<td>&amp;copy;</td>\r\n> \t\t\t\t\t<td>ยฉ</td>\r\n> \t\t\t\t\t<td class=\"supported\">&copy;</td>\r\n> \t\t\t\t</tr>\r\n> \t\t\t\t<tr>\r\n> \t\t\t\t\t<td>&amp;bemptyv;</td>\r\n> \t\t\t\t\t<td>โฆฐ</td>\r\n> \t\t\t\t\t<td>&bemptyv;</td>\r\n> \t\t\t\t</tr>\r\n> \t\t\t\t<tr>\r\n> \t\t\t\t\t<td>&amp;check;</td>\r\n> \t\t\t\t\t<td>โœ“</td>\r\n> \t\t\t\t\t<td>&#x02713;</td>\r\n> \t\t\t\t</tr>\r\n> \t\t\t\t<tr>\r\n> \t\t\t\t\t<td>&amp;bigstar;</td>\r\n> \t\t\t\t\t<td>โ˜…</td>\r\n> \t\t\t\t\t<td>&#x022C6;</td>\r\n> \t\t\t\t</tr>\r\n> \t\t\t\t<tr>\r\n> \t\t\t\t\t<td>&amp;NoBreak;</td>\r\n> \t\t\t\t\t<td>{'\\u2060'}</td>\r\n> \t\t\t\t\t<td>&NoBreak;</td>\r\n> \t\t\t\t</tr>\r\n> \t\t\t</tbody>\r\n> \t\t</table>\r\n\r\n```\r\n\t", "This is working as intended, see https://github.com/facebook/jsx/pull/136" ]
2024-04-10 23:15:59
2024-04-16 18:18:32
null
NONE
null
null
null
<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant React packages to make sure your issue has not already been fixed. --> React does not support all the named character references, โ€œentitiesโ€, defined in the HTML specification: - Table: https://html.spec.whatwg.org/multipage/named-characters.html#named-character-references - JSON: https://html.spec.whatwg.org/entities.json React version: 18.2.0 ## Steps To Reproduce Render the following demo component and compare the exepcteds character and the actual rendering results. <details> <summary>Code demo</summary> ```jsx const HTMLCharRefDemo = () => ( <> <h1>Test: HTML character references in React</h1> <table> <thead> <tr> <th>Reference</th> <th>Expected character</th> <th>Actual rendering</th> </tr> </thead> <tbody> <tr> <td>&amp;copy;</td> <td>ยฉ</td> <td>&copy;</td> </tr> <tr> <td>&amp;bemptyv;</td> <td>โฆฐ</td> <td>&bemptyv;</td> </tr> <tr> <td>&amp;check;</td> <td>โœ“</td> <td>&check;</td> </tr> <tr> <td>&amp;bigstar;</td> <td>โ˜…</td> <td>&bigstar;</td> </tr> <tr> <td>&amp;NoBreak;</td> <td>{'\u2060'}</td> <td>&NoBreak;</td> </tr> </tbody> </table> </> ); ``` </details> <!-- Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Issues without reproduction steps or code examples may be immediately closed as not actionable. --> Link to code example: https://codepen.io/valtlai/pen/qBwYezG?editors=1010 <!-- Please provide a CodeSandbox (https://codesandbox.io/s/new), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem. You may provide a screenshot of the application if you think it is relevant to your bug report. Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve. --> ## The current behavior React does not recognize some character references but renders them as is. ## The expected behavior React should recognize all the specced character references that end with a semicolon and render the characters they represent.
{'url': 'https://api.github.com/repos/facebook/react/issues/28820/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28820/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28819
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28819/labels{/name}
https://api.github.com/repos/facebook/react/issues/28819/comments
https://api.github.com/repos/facebook/react/issues/28819/events
https://github.com/facebook/react/pull/28819
2,236,574,068
PR_kwDOAJy2Ks5sTIN8
28,819
[Flight Reply] Encode Typed Arrays and Blobs
{'login': 'sebmarkbage', 'id': 63648, 'node_id': 'MDQ6VXNlcjYzNjQ4', 'avatar_url': 'https://avatars.githubusercontent.com/u/63648?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sebmarkbage', 'html_url': 'https://github.com/sebmarkbage', 'followers_url': 'https://api.github.com/users/sebmarkbage/followers', 'following_url': 'https://api.github.com/users/sebmarkbage/following{/other_user}', 'gists_url': 'https://api.github.com/users/sebmarkbage/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/sebmarkbage/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/sebmarkbage/subscriptions', 'organizations_url': 'https://api.github.com/users/sebmarkbage/orgs', 'repos_url': 'https://api.github.com/users/sebmarkbage/repos', 'events_url': 'https://api.github.com/users/sebmarkbage/events{/privacy}', 'received_events_url': 'https://api.github.com/users/sebmarkbage/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: da69b6af9697b8042834644b14d0e715d4ace18a...9531b21d78664a1386c7983c69442e98636618c3\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 168.76 kB | 168.76 kB | = | 52.91 kB | 52.91 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/facebook-www/ReactDOM-prod.classic.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 590.38 kB | 590.38 kB | = | 103.83 kB | 103.83 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/facebook-www/ReactDOM-prod.modern.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 566.20 kB | 566.20 kB | = | 100.02 kB | 100.02 kB\n| [oss-experimental/react-client/cjs/react-client-flight.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-client/cjs/react-client-flight.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+6.41%** | 12.75 kB | 13.57 kB | +3.37% | 4.63 kB | 4.79 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+6.07%** | 13.46 kB | 14.28 kB | +3.64% | 4.86 kB | 5.04 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+5.78%** | 14.13 kB | 14.95 kB | +3.43% | 5.13 kB | 5.30 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+5.73%** | 14.26 kB | 15.07 kB | +3.49% | 5.16 kB | 5.34 kB\n| [oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+5.71%** | 14.32 kB | 15.13 kB | +3.18% | 5.23 kB | 5.39 kB\n| [oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+5.67%** | 14.44 kB | 15.26 kB | +3.33% | 5.26 kB | 5.43 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+5.25%** | 15.55 kB | 16.37 kB | +3.41% | 5.52 kB | 5.71 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+5.12%** | 15.95 kB | 16.77 kB | +3.16% | 5.73 kB | 5.91 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+5.12%** | 15.95 kB | 16.77 kB | +3.16% | 5.73 kB | 5.91 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+5.03%** | 16.27 kB | 17.08 kB | +3.10% | 5.83 kB | 6.01 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+5.03%** | 16.27 kB | 17.09 kB | +3.12% | 5.84 kB | 6.02 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.89%** | 16.71 kB | 17.52 kB | +3.02% | 5.95 kB | 6.13 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.89%** | 16.71 kB | 17.53 kB | +3.00% | 5.97 kB | 6.14 kB\n| [oss-experimental/react-client/cjs/react-client-flight.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-client/cjs/react-client-flight.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.88%** | 50.70 kB | 53.17 kB | +3.33% | 12.09 kB | 12.50 kB\n| [oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.86%** | 50.88 kB | 53.35 kB | +3.42% | 11.74 kB | 12.14 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.85%** | 51.03 kB | 53.51 kB | +3.40% | 11.77 kB | 12.17 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.55%** | 54.29 kB | 56.77 kB | +3.09% | 12.70 kB | 13.10 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.51%** | 54.81 kB | 57.28 kB | +3.05% | 12.87 kB | 13.26 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.26%** | 58.09 kB | 60.57 kB | +3.19% | 13.58 kB | 14.01 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.13%** | 59.88 kB | 62.35 kB | +3.05% | 14.13 kB | 14.56 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.13%** | 59.91 kB | 62.39 kB | +3.05% | 14.15 kB | 14.58 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.03%** | 61.32 kB | 63.79 kB | +2.95% | 14.49 kB | 14.92 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.03%** | 61.34 kB | 63.82 kB | +2.92% | 14.54 kB | 14.96 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.96%** | 62.43 kB | 64.90 kB | +2.89% | 14.70 kB | 15.13 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.96%** | 62.45 kB | 64.93 kB | +2.88% | 14.75 kB | 15.17 kB\n| [oss-experimental/react-client/cjs/react-client-flight.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-client/cjs/react-client-flight.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.67%** | 67.13 kB | 69.60 kB | +2.57% | 16.08 kB | 16.50 kB\n| [oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.67%** | 67.14 kB | 69.61 kB | +2.53% | 15.80 kB | 16.20 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.66%** | 67.38 kB | 69.85 kB | +2.52% | 15.87 kB | 16.27 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.49%** | 70.63 kB | 73.10 kB | +2.47% | 16.83 kB | 17.25 kB\n| [oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.48%** | 75.00 kB | 77.62 kB | +2.54% | 17.10 kB | 17.53 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.47%** | 71.14 kB | 73.61 kB | +2.47% | 17.00 kB | 17.42 kB\n| [oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.46%** | 75.55 kB | 78.16 kB | +2.46% | 17.28 kB | 17.71 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.29%** | 75.06 kB | 77.53 kB | +2.38% | 17.90 kB | 18.32 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.21%** | 76.84 kB | 79.31 kB | +2.36% | 18.46 kB | 18.90 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.21%** | 76.88 kB | 79.34 kB | +2.34% | 18.49 kB | 18.92 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.15%** | 78.28 kB | 80.74 kB | +2.39% | 18.82 kB | 19.27 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.15%** | 78.30 kB | 80.77 kB | +2.36% | 18.87 kB | 19.32 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.11%** | 79.35 kB | 81.81 kB | +2.33% | 19.04 kB | 19.49 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.11%** | 79.37 kB | 81.84 kB | +2.31% | 19.09 kB | 19.53 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.81%** | 29.48 kB | 30.30 kB | +1.68% | 10.02 kB | 10.19 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.69%** | 30.76 kB | 31.59 kB | +1.77% | 10.00 kB | 10.17 kB\n| [oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.68%** | 30.87 kB | 31.70 kB | +1.65% | 10.11 kB | 10.27 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.65%** | 31.28 kB | 32.11 kB | +1.77% | 10.13 kB | 10.30 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.65%** | 31.30 kB | 32.13 kB | +1.76% | 10.16 kB | 10.34 kB\n| [oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.63%** | 31.39 kB | 32.21 kB | +1.72% | 10.24 kB | 10.41 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.61%** | 31.71 kB | 32.53 kB | +1.67% | 10.27 kB | 10.44 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.59%** | 32.02 kB | 32.84 kB | +1.94% | 10.44 kB | 10.64 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.55%** | 32.51 kB | 33.34 kB | +1.85% | 10.59 kB | 10.78 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.54%** | 32.59 kB | 33.42 kB | +1.60% | 10.61 kB | 10.78 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.50%** | 33.09 kB | 33.92 kB | +1.53% | 10.77 kB | 10.94 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.28%** | 107.38 kB | 109.83 kB | +1.55% | 25.20 kB | 25.59 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.22%** | 110.51 kB | 112.96 kB | +1.52% | 25.98 kB | 26.38 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.20%** | 111.35 kB | 113.81 kB | +1.55% | 26.22 kB | 26.63 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.17%** | 112.76 kB | 115.21 kB | +1.51% | 26.58 kB | 26.99 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.17%** | 113.08 kB | 115.53 kB | +1.51% | 26.66 kB | 27.06 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.16%** | 113.53 kB | 115.98 kB | +1.50% | 26.20 kB | 26.59 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.12%** | 115.61 kB | 118.06 kB | +1.60% | 26.69 kB | 27.12 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.11%** | 116.19 kB | 118.65 kB | +1.52% | 27.05 kB | 27.47 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.07%** | 118.27 kB | 120.72 kB | +1.57% | 27.60 kB | 28.04 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/__test_utils__/ReactAllWarnings.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-experimental/react-client/cjs/react-client-flight.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-client/cjs/react-client-flight.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+6.41%** | 12.75 kB | 13.57 kB | +3.37% | 4.63 kB | 4.79 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+6.07%** | 13.46 kB | 14.28 kB | +3.64% | 4.86 kB | 5.04 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+5.78%** | 14.13 kB | 14.95 kB | +3.43% | 5.13 kB | 5.30 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+5.73%** | 14.26 kB | 15.07 kB | +3.49% | 5.16 kB | 5.34 kB\n| [oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+5.71%** | 14.32 kB | 15.13 kB | +3.18% | 5.23 kB | 5.39 kB\n| [oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+5.67%** | 14.44 kB | 15.26 kB | +3.33% | 5.26 kB | 5.43 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+5.25%** | 15.55 kB | 16.37 kB | +3.41% | 5.52 kB | 5.71 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+5.12%** | 15.95 kB | 16.77 kB | +3.16% | 5.73 kB | 5.91 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+5.12%** | 15.95 kB | 16.77 kB | +3.16% | 5.73 kB | 5.91 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+5.03%** | 16.27 kB | 17.08 kB | +3.10% | 5.83 kB | 6.01 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+5.03%** | 16.27 kB | 17.09 kB | +3.12% | 5.84 kB | 6.02 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.89%** | 16.71 kB | 17.52 kB | +3.02% | 5.95 kB | 6.13 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.89%** | 16.71 kB | 17.53 kB | +3.00% | 5.97 kB | 6.14 kB\n| [oss-experimental/react-client/cjs/react-client-flight.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-client/cjs/react-client-flight.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.88%** | 50.70 kB | 53.17 kB | +3.33% | 12.09 kB | 12.50 kB\n| [oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.86%** | 50.88 kB | 53.35 kB | +3.42% | 11.74 kB | 12.14 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.85%** | 51.03 kB | 53.51 kB | +3.40% | 11.77 kB | 12.17 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.55%** | 54.29 kB | 56.77 kB | +3.09% | 12.70 kB | 13.10 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.51%** | 54.81 kB | 57.28 kB | +3.05% | 12.87 kB | 13.26 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.26%** | 58.09 kB | 60.57 kB | +3.19% | 13.58 kB | 14.01 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.13%** | 59.88 kB | 62.35 kB | +3.05% | 14.13 kB | 14.56 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.13%** | 59.91 kB | 62.39 kB | +3.05% | 14.15 kB | 14.58 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.03%** | 61.32 kB | 63.79 kB | +2.95% | 14.49 kB | 14.92 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+4.03%** | 61.34 kB | 63.82 kB | +2.92% | 14.54 kB | 14.96 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.96%** | 62.43 kB | 64.90 kB | +2.89% | 14.70 kB | 15.13 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.96%** | 62.45 kB | 64.93 kB | +2.88% | 14.75 kB | 15.17 kB\n| [oss-experimental/react-client/cjs/react-client-flight.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-client/cjs/react-client-flight.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.67%** | 67.13 kB | 69.60 kB | +2.57% | 16.08 kB | 16.50 kB\n| [oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.67%** | 67.14 kB | 69.61 kB | +2.53% | 15.80 kB | 16.20 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.66%** | 67.38 kB | 69.85 kB | +2.52% | 15.87 kB | 16.27 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.49%** | 70.63 kB | 73.10 kB | +2.47% | 16.83 kB | 17.25 kB\n| [oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.48%** | 75.00 kB | 77.62 kB | +2.54% | 17.10 kB | 17.53 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.47%** | 71.14 kB | 73.61 kB | +2.47% | 17.00 kB | 17.42 kB\n| [oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.46%** | 75.55 kB | 78.16 kB | +2.46% | 17.28 kB | 17.71 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.29%** | 75.06 kB | 77.53 kB | +2.38% | 17.90 kB | 18.32 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.21%** | 76.84 kB | 79.31 kB | +2.36% | 18.46 kB | 18.90 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.21%** | 76.88 kB | 79.34 kB | +2.34% | 18.49 kB | 18.92 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.15%** | 78.28 kB | 80.74 kB | +2.39% | 18.82 kB | 19.27 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.15%** | 78.30 kB | 80.77 kB | +2.36% | 18.87 kB | 19.32 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.11%** | 79.35 kB | 81.81 kB | +2.33% | 19.04 kB | 19.49 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+3.11%** | 79.37 kB | 81.84 kB | +2.31% | 19.09 kB | 19.53 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.81%** | 29.48 kB | 30.30 kB | +1.68% | 10.02 kB | 10.19 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.69%** | 30.76 kB | 31.59 kB | +1.77% | 10.00 kB | 10.17 kB\n| [oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.68%** | 30.87 kB | 31.70 kB | +1.65% | 10.11 kB | 10.27 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.65%** | 31.28 kB | 32.11 kB | +1.77% | 10.13 kB | 10.30 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.65%** | 31.30 kB | 32.13 kB | +1.76% | 10.16 kB | 10.34 kB\n| [oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.63%** | 31.39 kB | 32.21 kB | +1.72% | 10.24 kB | 10.41 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.61%** | 31.71 kB | 32.53 kB | +1.67% | 10.27 kB | 10.44 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.59%** | 32.02 kB | 32.84 kB | +1.94% | 10.44 kB | 10.64 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.55%** | 32.51 kB | 33.34 kB | +1.85% | 10.59 kB | 10.78 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.54%** | 32.59 kB | 33.42 kB | +1.60% | 10.61 kB | 10.78 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.min.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.50%** | 33.09 kB | 33.92 kB | +1.53% | 10.77 kB | 10.94 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.28%** | 107.38 kB | 109.83 kB | +1.55% | 25.20 kB | 25.59 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.22%** | 110.51 kB | 112.96 kB | +1.52% | 25.98 kB | 26.38 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.20%** | 111.35 kB | 113.81 kB | +1.55% | 26.22 kB | 26.63 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.17%** | 112.76 kB | 115.21 kB | +1.51% | 26.58 kB | 26.99 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.17%** | 113.08 kB | 115.53 kB | +1.51% | 26.66 kB | 27.06 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.16%** | 113.53 kB | 115.98 kB | +1.50% | 26.20 kB | 26.59 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.12%** | 115.61 kB | 118.06 kB | +1.60% | 26.69 kB | 27.12 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.11%** | 116.19 kB | 118.65 kB | +1.52% | 27.05 kB | 27.47 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+2.07%** | 118.27 kB | 120.72 kB | +1.57% | 27.60 kB | 28.04 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+1.81%** | 134.14 kB | 136.57 kB | +1.27% | 30.61 kB | 31.00 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+1.78%** | 136.85 kB | 139.28 kB | +1.23% | 31.11 kB | 31.50 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+1.76%** | 138.42 kB | 140.85 kB | +1.21% | 31.60 kB | 31.98 kB\n| [oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+1.75%** | 144.27 kB | 146.80 kB | +1.26% | 31.49 kB | 31.88 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+1.75%** | 139.30 kB | 141.73 kB | +1.24% | 31.77 kB | 32.17 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+1.73%** | 140.30 kB | 142.73 kB | +1.21% | 31.62 kB | 32.00 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+1.73%** | 140.35 kB | 142.78 kB | +1.24% | 32.09 kB | 32.49 kB\n| [oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+1.72%** | 146.84 kB | 149.37 kB | +1.24% | 32.17 kB | 32.57 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+1.70%** | 142.59 kB | 145.02 kB | +1.26% | 32.20 kB | 32.61 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+1.70%** | 142.94 kB | 145.37 kB | +1.26% | 32.41 kB | 32.81 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+1.67%** | 145.23 kB | 147.66 kB | +1.18% | 33.03 kB | 33.42 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 110.28 kB | 110.05 kB | = | 26.12 kB | 26.09 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 110.28 kB | 110.05 kB | = | 26.12 kB | 26.09 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 108.21 kB | 107.98 kB | = | 25.57 kB | 25.54 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 108.21 kB | 107.98 kB | = | 25.57 kB | 25.54 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 107.63 kB | 107.40 kB | = | 25.22 kB | 25.19 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 107.63 kB | 107.40 kB | = | 25.22 kB | 25.19 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 105.55 kB | 105.32 kB | = | 24.73 kB | 24.70 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 105.55 kB | 105.32 kB | = | 24.73 kB | 24.70 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 104.65 kB | 104.42 kB | = | 25.02 kB | 24.98 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 104.65 kB | 104.42 kB | = | 25.02 kB | 24.98 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 104.33 kB | 104.10 kB | = | 24.96 kB | 24.93 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 104.33 kB | 104.10 kB | = | 24.96 kB | 24.93 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 102.92 kB | 102.69 kB | = | 24.58 kB | 24.55 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 102.92 kB | 102.69 kB | = | 24.58 kB | 24.55 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 102.08 kB | 101.85 kB | = | 24.36 kB | 24.33 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 102.08 kB | 101.85 kB | = | 24.36 kB | 24.33 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 99.40 kB | 99.17 kB | = | 23.76 kB | 23.73 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 99.40 kB | 99.17 kB | = | 23.76 kB | 23.73 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/9531b21d78664a1386c7983c69442e98636618c3/files/__test_utils__/ReactAllWarnings.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 9531b21d78664a1386c7983c69442e98636618c3\n</p>\n" ]
2024-04-10 23:10:53
2024-04-16 02:32:09
2024-04-16 02:32:08
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28819', 'html_url': 'https://github.com/facebook/react/pull/28819', 'diff_url': 'https://github.com/facebook/react/pull/28819.diff', 'patch_url': 'https://github.com/facebook/react/pull/28819.patch', 'merged_at': datetime.datetime(2024, 4, 16, 2, 32, 8)}
With the enableBinaryFlight flag on we should encode typed arrays and blobs in the Reply direction too for parity. It's already possible to pass Blobs inside FormData but you should be able to pass them inside objects too. We encode typed arrays as blobs and then unwrap them automatically to the right typed array type. Unlike the other protocol, I encode the type as a reference tag instead of row tag. Therefore I need to rename the tags to avoid conflicts with other tags in references. We are running out of characters though.
{'url': 'https://api.github.com/repos/facebook/react/issues/28819/reactions', 'total_count': 2, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 2, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28819/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28818
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28818/labels{/name}
https://api.github.com/repos/facebook/react/issues/28818/comments
https://api.github.com/repos/facebook/react/issues/28818/events
https://github.com/facebook/react/pull/28818
2,236,420,624
PR_kwDOAJy2Ks5sSmKD
28,818
Move enableUseDeferredValueInitialArg to canary
{'login': 'acdlite', 'id': 3624098, 'node_id': 'MDQ6VXNlcjM2MjQwOTg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/3624098?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/acdlite', 'html_url': 'https://github.com/acdlite', 'followers_url': 'https://api.github.com/users/acdlite/followers', 'following_url': 'https://api.github.com/users/acdlite/following{/other_user}', 'gists_url': 'https://api.github.com/users/acdlite/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/acdlite/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/acdlite/subscriptions', 'organizations_url': 'https://api.github.com/users/acdlite/orgs', 'repos_url': 'https://api.github.com/users/acdlite/repos', 'events_url': 'https://api.github.com/users/acdlite/events{/privacy}', 'received_events_url': 'https://api.github.com/users/acdlite/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: da69b6af9697b8042834644b14d0e715d4ace18a...8ca70307475b8214aa3af5af3499325b1b4b957a\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/8ca70307475b8214aa3af5af3499325b1b4b957a/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **+0.09%** | 168.76 kB | 168.91 kB | +0.06% | 52.91 kB | 52.94 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/8ca70307475b8214aa3af5af3499325b1b4b957a/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 170.57 kB | 170.57 kB | = | 53.44 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/8ca70307475b8214aa3af5af3499325b1b4b957a/files/facebook-www/ReactDOM-prod.classic.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 590.38 kB | 590.38 kB | = | 103.83 kB | 103.83 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/8ca70307475b8214aa3af5af3499325b1b4b957a/files/facebook-www/ReactDOM-prod.modern.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 566.20 kB | 566.20 kB | = | 100.02 kB | 100.02 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/8ca70307475b8214aa3af5af3499325b1b4b957a/files/__test_utils__/ReactAllWarnings.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-experimental/react-is/umd/react-is.development.js](https://react-builds.vercel.app/commits/8ca70307475b8214aa3af5af3499325b1b4b957a/files/oss-experimental/react-is/umd/react-is.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 7.24 kB | 7.21 kB | +1.35% | 1.93 kB | 1.95 kB\n| [oss-stable-semver/react-is/umd/react-is.development.js](https://react-builds.vercel.app/commits/8ca70307475b8214aa3af5af3499325b1b4b957a/files/oss-stable-semver/react-is/umd/react-is.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 7.24 kB | 7.21 kB | +1.35% | 1.93 kB | 1.95 kB\n| [oss-stable/react-is/umd/react-is.development.js](https://react-builds.vercel.app/commits/8ca70307475b8214aa3af5af3499325b1b4b957a/files/oss-stable/react-is/umd/react-is.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 7.24 kB | 7.21 kB | +1.35% | 1.93 kB | 1.95 kB\n| [oss-experimental/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/8ca70307475b8214aa3af5af3499325b1b4b957a/files/oss-experimental/react-is/cjs/react-is.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 6.66 kB | 6.64 kB | +1.47% | 1.84 kB | 1.87 kB\n| [oss-stable-semver/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/8ca70307475b8214aa3af5af3499325b1b4b957a/files/oss-stable-semver/react-is/cjs/react-is.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 6.66 kB | 6.64 kB | +1.47% | 1.84 kB | 1.87 kB\n| [oss-stable/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/8ca70307475b8214aa3af5af3499325b1b4b957a/files/oss-stable/react-is/cjs/react-is.development.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 6.66 kB | 6.64 kB | +1.47% | 1.84 kB | 1.87 kB\n| [oss-experimental/react-is/cjs/react-is.production.js](https://react-builds.vercel.app/commits/8ca70307475b8214aa3af5af3499325b1b4b957a/files/oss-experimental/react-is/cjs/react-is.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 6.65 kB | 6.63 kB | +1.39% | 1.80 kB | 1.82 kB\n| [oss-stable-semver/react-is/cjs/react-is.production.js](https://react-builds.vercel.app/commits/8ca70307475b8214aa3af5af3499325b1b4b957a/files/oss-stable-semver/react-is/cjs/react-is.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 6.65 kB | 6.63 kB | +1.39% | 1.80 kB | 1.82 kB\n| [oss-stable/react-is/cjs/react-is.production.js](https://react-builds.vercel.app/commits/8ca70307475b8214aa3af5af3499325b1b4b957a/files/oss-stable/react-is/cjs/react-is.production.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **=** | 6.65 kB | 6.63 kB | +1.39% | 1.80 kB | 1.82 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/8ca70307475b8214aa3af5af3499325b1b4b957a/files/__test_utils__/ReactAllWarnings.js?compare=da69b6af9697b8042834644b14d0e715d4ace18a) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 8ca70307475b8214aa3af5af3499325b1b4b957a\n</p>\n" ]
2024-04-10 21:01:22
2024-04-16 16:12:33
2024-04-16 16:12:33
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28818', 'html_url': 'https://github.com/facebook/react/pull/28818', 'diff_url': 'https://github.com/facebook/react/pull/28818.diff', 'patch_url': 'https://github.com/facebook/react/pull/28818.patch', 'merged_at': datetime.datetime(2024, 4, 16, 16, 12, 33)}
Per team discussion, this upgrades the `initialValue` argument for `useDeferredValue` from experimental to canary. - Original implementation PR: https://github.com/facebook/react/pull/27500 - API documentation PR: https://github.com/reactjs/react.dev/pull/6747 I left it disabled at Meta for now in case there's old code somewhere that is still passing an `options` object as the second argument.
{'url': 'https://api.github.com/repos/facebook/react/issues/28818/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28818/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28817
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28817/labels{/name}
https://api.github.com/repos/facebook/react/issues/28817/comments
https://api.github.com/repos/facebook/react/issues/28817/events
https://github.com/facebook/react/issues/28817
2,236,418,507
I_kwDOAJy2Ks6FTQnL
28,817
Bug: mouse events are bubbled up too far with some pointer-events rules
{'login': 'EricKarschner37', 'id': 28347991, 'node_id': 'MDQ6VXNlcjI4MzQ3OTkx', 'avatar_url': 'https://avatars.githubusercontent.com/u/28347991?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/EricKarschner37', 'html_url': 'https://github.com/EricKarschner37', 'followers_url': 'https://api.github.com/users/EricKarschner37/followers', 'following_url': 'https://api.github.com/users/EricKarschner37/following{/other_user}', 'gists_url': 'https://api.github.com/users/EricKarschner37/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/EricKarschner37/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/EricKarschner37/subscriptions', 'organizations_url': 'https://api.github.com/users/EricKarschner37/orgs', 'repos_url': 'https://api.github.com/users/EricKarschner37/repos', 'events_url': 'https://api.github.com/users/EricKarschner37/events{/privacy}', 'received_events_url': 'https://api.github.com/users/EricKarschner37/received_events', 'type': 'User', 'site_admin': False}
[{'id': 155984160, 'node_id': 'MDU6TGFiZWwxNTU5ODQxNjA=', 'url': 'https://api.github.com/repos/facebook/react/labels/Status:%20Unconfirmed', 'name': 'Status: Unconfirmed', 'color': 'd4c5f9', 'default': False, 'description': "A potential issue that we haven't yet confirmed as a bug"}]
open
false
null
[]
null
[ "As far as I understand, there may be a behavioral problem with the pointer-events feature. If the elements are disabled with pointer-events: none, you can solve the mouse events of the child elements with pointer-events: all from being transferred correctly to the parent elements as follows\r\n\r\nSolutions:\r\n\r\nUse Side-by-Side Level Elements:\r\n\r\nAvoid this problem by using elements at the same level rather than nested elements. Thus, the pointer-events property will work without being affected.\r\nDivide Events Further:\r\n\r\nBind events to more specific elements so that each element processes only its own events. This will prevent unwanted domain sharing.\r\nTry an Alternative CSS Approach:\r\n\r\nMaybe changing pointer-events dynamically in a particular case or using a different structure could solve the problem.\r\nPreventing React Event Bubbling:\r\n\r\nPrevent events from being escalated by catching React events and stopping them. You can catch the onMouseLeave event and stop the event from being propagated upwards using methods such as e.preventDefault() or e.stopPropagation().\r\nWhich Approach Should You Use?:\r\n\r\nDo trial and error to determine which approach works best for your situation. This will depend on your specific use case and needs.\r\n\r\nI hope I understood the problem and helped." ]
2024-04-10 21:00:10
2024-04-11 09:21:55
null
NONE
null
null
null
<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant React packages to make sure your issue has not already been fixed. --> If an element with the css rule `pointer-events: none` has a descendant with the rule `pointer-events: all`, then the descendant's mouse events are bubbled up to all of its ancestors React version: 18.2 ## Steps To Reproduce 1. ``` import React from 'react' import ReactDOM from 'react-dom' function Container() { return ( <div style={{padding: '20px', border: '1px solid #aaa', pointerEvents: 'none'}} onMouseLeave={(e) => console.log('container', e)} id="container" > <div onMouseLeave={() => {console.log('child 1')}}> <div style={{ pointerEvents: 'none', border: '1px solid black', padding: '10px', }} onMouseLeave={() => {console.log('child with pointerEvents: none')}} > <div style={{ width: '100px', height: '100px', backgroundColor: 'red', pointerEvents: 'all', }} onMouseLeave={() => {console.log('child with pointerEvents: all')}} /> </div> </div> </div> ) } function App() { return <Container /> } ReactDOM.render(<App />, document.getElementById('root')) ``` 2. Hover the rendered red square 3. Mouse away from it. Each component's `onMouseLeave` callback will be fired <!-- Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Issues without reproduction steps or code examples may be immediately closed as not actionable. --> Link to code example: https://codesandbox.io/p/sandbox/tender-smoke-cqk24y?file=%2Fsrc%2Findex.js%3A1%2C1-40%2C1 ## The current behavior The `onMouseLeave` event is propagated beyond the component which was actually left ## The expected behavior The `onMouseLeave` trigger is called for the element which was moused away from, and not its parents
{'url': 'https://api.github.com/repos/facebook/react/issues/28817/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28817/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28816
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28816/labels{/name}
https://api.github.com/repos/facebook/react/issues/28816/comments
https://api.github.com/repos/facebook/react/issues/28816/events
https://github.com/facebook/react/pull/28816
2,236,256,416
PR_kwDOAJy2Ks5sSCDB
28,816
Add flag to test fast jsx
{'login': 'jackpope', 'id': 8965173, 'node_id': 'MDQ6VXNlcjg5NjUxNzM=', 'avatar_url': 'https://avatars.githubusercontent.com/u/8965173?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jackpope', 'html_url': 'https://github.com/jackpope', 'followers_url': 'https://api.github.com/users/jackpope/followers', 'following_url': 'https://api.github.com/users/jackpope/following{/other_user}', 'gists_url': 'https://api.github.com/users/jackpope/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jackpope/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jackpope/subscriptions', 'organizations_url': 'https://api.github.com/users/jackpope/orgs', 'repos_url': 'https://api.github.com/users/jackpope/repos', 'events_url': 'https://api.github.com/users/jackpope/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jackpope/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 1d618a9cf36948dbf94aa6a6f2eb9e6a64b52eb0...c40ba1a3c3a556b997561ada43b3344e1a5586c1\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/c40ba1a3c3a556b997561ada43b3344e1a5586c1/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=1d618a9cf36948dbf94aa6a6f2eb9e6a64b52eb0) | **=** | 6.66 kB | 6.66 kB | = | 1.82 kB | 1.82 kB\n| [oss-stable/react-dom/cjs/react-dom-client.production.js](https://react-builds.vercel.app/commits/c40ba1a3c3a556b997561ada43b3344e1a5586c1/files/oss-stable/react-dom/cjs/react-dom-client.production.js?compare=1d618a9cf36948dbf94aa6a6f2eb9e6a64b52eb0) | **=** | 492.61 kB | 492.61 kB | = | 87.88 kB | 87.88 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/c40ba1a3c3a556b997561ada43b3344e1a5586c1/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=1d618a9cf36948dbf94aa6a6f2eb9e6a64b52eb0) | **=** | 6.67 kB | 6.67 kB | = | 1.83 kB | 1.83 kB\n| [oss-experimental/react-dom/cjs/react-dom-client.production.js](https://react-builds.vercel.app/commits/c40ba1a3c3a556b997561ada43b3344e1a5586c1/files/oss-experimental/react-dom/cjs/react-dom-client.production.js?compare=1d618a9cf36948dbf94aa6a6f2eb9e6a64b52eb0) | **=** | 498.86 kB | 498.86 kB | = | 88.93 kB | 88.93 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/c40ba1a3c3a556b997561ada43b3344e1a5586c1/files/facebook-www/ReactDOM-prod.classic.js?compare=1d618a9cf36948dbf94aa6a6f2eb9e6a64b52eb0) | **=** | 591.22 kB | 591.22 kB | = | 103.96 kB | 103.96 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/c40ba1a3c3a556b997561ada43b3344e1a5586c1/files/facebook-www/ReactDOM-prod.modern.js?compare=1d618a9cf36948dbf94aa6a6f2eb9e6a64b52eb0) | **=** | 567.44 kB | 567.44 kB | = | 100.36 kB | 100.36 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/c40ba1a3c3a556b997561ada43b3344e1a5586c1/files/__test_utils__/ReactAllWarnings.js?compare=1d618a9cf36948dbf94aa6a6f2eb9e6a64b52eb0) | **Deleted** | 64.26 kB | 0.00 kB | Deleted | 16.02 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [facebook-www/React-prod.modern.js](https://react-builds.vercel.app/commits/c40ba1a3c3a556b997561ada43b3344e1a5586c1/files/facebook-www/React-prod.modern.js?compare=1d618a9cf36948dbf94aa6a6f2eb9e6a64b52eb0) | **+1.61%** | 22.73 kB | 23.10 kB | +1.25% | 5.86 kB | 5.93 kB\n| [facebook-www/React-prod.classic.js](https://react-builds.vercel.app/commits/c40ba1a3c3a556b997561ada43b3344e1a5586c1/files/facebook-www/React-prod.classic.js?compare=1d618a9cf36948dbf94aa6a6f2eb9e6a64b52eb0) | **+1.61%** | 22.73 kB | 23.10 kB | +1.26% | 5.86 kB | 5.93 kB\n| [facebook-www/React-profiling.modern.js](https://react-builds.vercel.app/commits/c40ba1a3c3a556b997561ada43b3344e1a5586c1/files/facebook-www/React-profiling.modern.js?compare=1d618a9cf36948dbf94aa6a6f2eb9e6a64b52eb0) | **+1.58%** | 23.17 kB | 23.53 kB | +1.25% | 5.93 kB | 6.01 kB\n| [facebook-www/React-profiling.classic.js](https://react-builds.vercel.app/commits/c40ba1a3c3a556b997561ada43b3344e1a5586c1/files/facebook-www/React-profiling.classic.js?compare=1d618a9cf36948dbf94aa6a6f2eb9e6a64b52eb0) | **+1.58%** | 23.17 kB | 23.53 kB | +1.25% | 5.94 kB | 6.01 kB\n| [facebook-www/JSXDEVRuntime-dev.classic.js](https://react-builds.vercel.app/commits/c40ba1a3c3a556b997561ada43b3344e1a5586c1/files/facebook-www/JSXDEVRuntime-dev.classic.js?compare=1d618a9cf36948dbf94aa6a6f2eb9e6a64b52eb0) | **+0.50%** | 52.06 kB | 52.32 kB | +0.40% | 14.63 kB | 14.69 kB\n| [facebook-www/JSXDEVRuntime-dev.modern.js](https://react-builds.vercel.app/commits/c40ba1a3c3a556b997561ada43b3344e1a5586c1/files/facebook-www/JSXDEVRuntime-dev.modern.js?compare=1d618a9cf36948dbf94aa6a6f2eb9e6a64b52eb0) | **+0.50%** | 52.09 kB | 52.35 kB | +0.40% | 14.64 kB | 14.70 kB\n| [facebook-www/React-dev.modern.js](https://react-builds.vercel.app/commits/c40ba1a3c3a556b997561ada43b3344e1a5586c1/files/facebook-www/React-dev.modern.js?compare=1d618a9cf36948dbf94aa6a6f2eb9e6a64b52eb0) | **+0.22%** | 116.17 kB | 116.43 kB | +0.20% | 30.12 kB | 30.18 kB\n| [facebook-www/React-dev.classic.js](https://react-builds.vercel.app/commits/c40ba1a3c3a556b997561ada43b3344e1a5586c1/files/facebook-www/React-dev.classic.js?compare=1d618a9cf36948dbf94aa6a6f2eb9e6a64b52eb0) | **+0.22%** | 116.66 kB | 116.92 kB | +0.20% | 30.22 kB | 30.28 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/c40ba1a3c3a556b997561ada43b3344e1a5586c1/files/__test_utils__/ReactAllWarnings.js?compare=1d618a9cf36948dbf94aa6a6f2eb9e6a64b52eb0) | **Deleted** | 64.26 kB | 0.00 kB | Deleted | 16.02 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against c40ba1a3c3a556b997561ada43b3344e1a5586c1\n</p>\n", "Dynamic flags in JSX is a bad idea since it'll slow down the default case. You can maybe try it for bugs but you'll slow down both the test and control so perf testing isn't good and also you slow down everyone.", "Alternatively we could publish separate `fast-jsx-runtime` and `slow-jsx-runtime` for Meta and then you can run the test with a `requireCond`.", "Is 1 additional boolean check really that critical here? It seems like compared to all the allocations going on that would be minimal?", "At some point, we're going to start rolling out each of the feature flags affecting `jsx-runtime`, such as `enableRefAsProp` and `disableStringRefs`. When that happens, these flags will have to become dynamic for at least a short period of time for stabilization in production.\r\n\r\nI think there's consensus that they'll introduce non-zero overhead, but maybe there's disagreement about how much and the magnitude of regression. As long as we're not regressing open source bundles, I think that the regression can be a calculated risk for Meta-specific experimentation.\r\n\r\nFor what it's worth, my expectation is that as long as both the control and test groups have the additional overhead, our experimentation results should still be sufficiently meaningful. Knowing that these code paths are hot, we can also minimize the time that the feature flag is configured to be dynamic.\r\n\r\nIn conclusion, I don't think we need to block on forking the entire build artifact before trying this out in production.\r\n\r\nThat all said, I *would* prefer to see an `enableFastJSX` feature flag instead of an `enableFastJSXWithStringRefs` feature flag.", "@yungsters My intention here was to both have a path to testing this sooner that we expect the two blocking flags to roll out internally, and also to generally create a stable experiment to understand the impact of fast jsx. The built in assumption in the initial implementation was that we had a while before the blocking flags were enabled but I agree its better to be explicit, especially since the story there might be different on the RN side. Plus now we have the string ref codemod.\r\n\r\nMy next steps here will be:\r\n- Update this implementation to have a more general `enableFastJSX` flag like you suggest. On in OSS, dynamic for our tests\r\n- Run a benchmark with the extra boolean checks so we have an understanding (for this and for the future) of what kind of overhead will occur from the check\r\n- Clean up whatever tests are failing here and get this in a landable state so we can start testing assuming said benchmark doesn't majorly regress control" ]
2024-04-10 19:13:49
2024-05-03 14:47:17
2024-05-03 14:47:14
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28816', 'html_url': 'https://github.com/facebook/react/pull/28816', 'diff_url': 'https://github.com/facebook/react/pull/28816.diff', 'patch_url': 'https://github.com/facebook/react/pull/28816.patch', 'merged_at': datetime.datetime(2024, 5, 3, 14, 47, 14)}
Following #28768, add a path to testing Fast JSX on www. We want to measure the impact of Fast JSX and enable a path to testing before string refs are completely removed in www (which is a work in progress). Without `disableStringRefs`, we need to copy any object with a `ref` key so we can pass it through `coerceStringRef()` and copy it into the object. This de-opt path is what is gated behind `enableFastJSXWithStringRefs`. The additional checks should have no perf impact in OSS as the flags remain true there and the build output is not changed. For www, I've benchmarked the addition of the boolean checks with values cached at module scope. There is no significant change observed from our benchmarks and any latency will apply to test and control branches evenly. This added experiment complexity is temporary. We should be able to clean it up, along with the flag checks for `enableRefAsProp` and `disableStringRefs` shortly.
{'url': 'https://api.github.com/repos/facebook/react/issues/28816/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28816/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28815
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28815/labels{/name}
https://api.github.com/repos/facebook/react/issues/28815/comments
https://api.github.com/repos/facebook/react/issues/28815/events
https://github.com/facebook/react/pull/28815
2,236,175,359
PR_kwDOAJy2Ks5sRwGt
28,815
[Float] Don't preload images inside `<noscript>`
{'login': 'gnoff', 'id': 2716369, 'node_id': 'MDQ6VXNlcjI3MTYzNjk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2716369?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/gnoff', 'html_url': 'https://github.com/gnoff', 'followers_url': 'https://api.github.com/users/gnoff/followers', 'following_url': 'https://api.github.com/users/gnoff/following{/other_user}', 'gists_url': 'https://api.github.com/users/gnoff/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/gnoff/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/gnoff/subscriptions', 'organizations_url': 'https://api.github.com/users/gnoff/orgs', 'repos_url': 'https://api.github.com/users/gnoff/repos', 'events_url': 'https://api.github.com/users/gnoff/events{/privacy}', 'received_events_url': 'https://api.github.com/users/gnoff/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: bf40b024421a0e1f2f882fd7171ea39cd74c88df...48619d148785ab23ceed4f7a148a065d0876acc5\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/48619d148785ab23ceed4f7a148a065d0876acc5/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=bf40b024421a0e1f2f882fd7171ea39cd74c88df) | **=** | 168.09 kB | 168.09 kB | = | 52.71 kB | 52.71 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/48619d148785ab23ceed4f7a148a065d0876acc5/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=bf40b024421a0e1f2f882fd7171ea39cd74c88df) | **=** | 169.90 kB | 169.90 kB | = | 53.25 kB | 53.25 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/48619d148785ab23ceed4f7a148a065d0876acc5/files/facebook-www/ReactDOM-prod.classic.js?compare=bf40b024421a0e1f2f882fd7171ea39cd74c88df) | **=** | 589.45 kB | 589.45 kB | = | 103.79 kB | 103.79 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/48619d148785ab23ceed4f7a148a065d0876acc5/files/facebook-www/ReactDOM-prod.modern.js?compare=bf40b024421a0e1f2f882fd7171ea39cd74c88df) | **=** | 565.29 kB | 565.29 kB | = | 99.92 kB | 99.92 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/48619d148785ab23ceed4f7a148a065d0876acc5/files/__test_utils__/ReactAllWarnings.js?compare=bf40b024421a0e1f2f882fd7171ea39cd74c88df) | **Deleted** | 64.02 kB | 0.00 kB | Deleted | 15.94 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/48619d148785ab23ceed4f7a148a065d0876acc5/files/__test_utils__/ReactAllWarnings.js?compare=bf40b024421a0e1f2f882fd7171ea39cd74c88df) | **Deleted** | 64.02 kB | 0.00 kB | Deleted | 15.94 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 48619d148785ab23ceed4f7a148a065d0876acc5\n</p>\n" ]
2024-04-10 18:20:19
2024-04-10 19:15:11
2024-04-10 19:15:04
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28815', 'html_url': 'https://github.com/facebook/react/pull/28815', 'diff_url': 'https://github.com/facebook/react/pull/28815.diff', 'patch_url': 'https://github.com/facebook/react/pull/28815.patch', 'merged_at': datetime.datetime(2024, 4, 10, 19, 15, 4)}
`<noscript>` scopes should be considered inert from the perspective of Fizz since we assume they'll only be used in rare and adverse circumstances. When we added preload support for img tags we did not include the noscript scope check in the opt-out for preloading. This change adds it in fixes: #27910
{'url': 'https://api.github.com/repos/facebook/react/issues/28815/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28815/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28814
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28814/labels{/name}
https://api.github.com/repos/facebook/react/issues/28814/comments
https://api.github.com/repos/facebook/react/issues/28814/events
https://github.com/facebook/react/pull/28814
2,236,137,286
PR_kwDOAJy2Ks5sRnyr
28,814
[tests] add assertLog for legacy mode tests
{'login': 'rickhanlonii', 'id': 2440089, 'node_id': 'MDQ6VXNlcjI0NDAwODk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2440089?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/rickhanlonii', 'html_url': 'https://github.com/rickhanlonii', 'followers_url': 'https://api.github.com/users/rickhanlonii/followers', 'following_url': 'https://api.github.com/users/rickhanlonii/following{/other_user}', 'gists_url': 'https://api.github.com/users/rickhanlonii/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/rickhanlonii/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/rickhanlonii/subscriptions', 'organizations_url': 'https://api.github.com/users/rickhanlonii/orgs', 'repos_url': 'https://api.github.com/users/rickhanlonii/repos', 'events_url': 'https://api.github.com/users/rickhanlonii/events{/privacy}', 'received_events_url': 'https://api.github.com/users/rickhanlonii/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: bf09089f64cec31680b0bb63b2ebaa81e210c492...9cd95fa5b0bbb3b6712de0da9d41d8cb9d9426a6\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/9cd95fa5b0bbb3b6712de0da9d41d8cb9d9426a6/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=bf09089f64cec31680b0bb63b2ebaa81e210c492) | **=** | 168.12 kB | 168.12 kB | = | 52.72 kB | 52.72 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/9cd95fa5b0bbb3b6712de0da9d41d8cb9d9426a6/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=bf09089f64cec31680b0bb63b2ebaa81e210c492) | **=** | 169.92 kB | 169.92 kB | = | 53.26 kB | 53.26 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/9cd95fa5b0bbb3b6712de0da9d41d8cb9d9426a6/files/facebook-www/ReactDOM-prod.classic.js?compare=bf09089f64cec31680b0bb63b2ebaa81e210c492) | **=** | 588.50 kB | 588.50 kB | = | 103.50 kB | 103.50 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/9cd95fa5b0bbb3b6712de0da9d41d8cb9d9426a6/files/facebook-www/ReactDOM-prod.modern.js?compare=bf09089f64cec31680b0bb63b2ebaa81e210c492) | **=** | 564.35 kB | 564.35 kB | = | 99.66 kB | 99.66 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/9cd95fa5b0bbb3b6712de0da9d41d8cb9d9426a6/files/__test_utils__/ReactAllWarnings.js?compare=bf09089f64cec31680b0bb63b2ebaa81e210c492) | **Deleted** | 64.24 kB | 0.00 kB | Deleted | 16.03 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/9cd95fa5b0bbb3b6712de0da9d41d8cb9d9426a6/files/__test_utils__/ReactAllWarnings.js?compare=bf09089f64cec31680b0bb63b2ebaa81e210c492) | **Deleted** | 64.24 kB | 0.00 kB | Deleted | 16.03 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 9cd95fa5b0bbb3b6712de0da9d41d8cb9d9426a6\n</p>\n" ]
2024-04-10 17:54:55
2024-04-10 18:02:08
2024-04-10 18:01:59
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28814', 'html_url': 'https://github.com/facebook/react/pull/28814', 'diff_url': 'https://github.com/facebook/react/pull/28814.diff', 'patch_url': 'https://github.com/facebook/react/pull/28814.patch', 'merged_at': datetime.datetime(2024, 4, 10, 18, 1, 59)}
A few more tests for https://github.com/facebook/react/pull/28737
{'url': 'https://api.github.com/repos/facebook/react/issues/28814/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28814/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28813
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28813/labels{/name}
https://api.github.com/repos/facebook/react/issues/28813/comments
https://api.github.com/repos/facebook/react/issues/28813/events
https://github.com/facebook/react/pull/28813
2,236,094,101
PR_kwDOAJy2Ks5sReT2
28,813
Rename the react.element symbol to react.transitional.element
{'login': 'sebmarkbage', 'id': 63648, 'node_id': 'MDQ6VXNlcjYzNjQ4', 'avatar_url': 'https://avatars.githubusercontent.com/u/63648?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/sebmarkbage', 'html_url': 'https://github.com/sebmarkbage', 'followers_url': 'https://api.github.com/users/sebmarkbage/followers', 'following_url': 'https://api.github.com/users/sebmarkbage/following{/other_user}', 'gists_url': 'https://api.github.com/users/sebmarkbage/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/sebmarkbage/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/sebmarkbage/subscriptions', 'organizations_url': 'https://api.github.com/users/sebmarkbage/orgs', 'repos_url': 'https://api.github.com/users/sebmarkbage/repos', 'events_url': 'https://api.github.com/users/sebmarkbage/events{/privacy}', 'received_events_url': 'https://api.github.com/users/sebmarkbage/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: bf426f9b1de6ef6adfeff30297beba96464f5efb...0688f2de1926751bbd042c611108a01dd6daf7d0\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.03%** | 497.54 kB | 497.71 kB | +0.04% | 88.93 kB | 88.97 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.03%** | 502.86 kB | 503.03 kB | +0.04% | 89.84 kB | 89.87 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/facebook-www/ReactDOM-prod.classic.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.02%** | 591.00 kB | 591.14 kB | +0.02% | 103.95 kB | 103.96 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/facebook-www/ReactDOM-prod.modern.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.02%** | 566.82 kB | 566.95 kB | +0.02% | 100.15 kB | 100.17 kB\n| [oss-experimental/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/react-is/cjs/react-is.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 6.64 kB | 6.46 kB | = | 1.87 kB | 1.77 kB\n| [oss-stable-semver/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react-is/cjs/react-is.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 6.64 kB | 6.46 kB | = | 1.87 kB | 1.77 kB\n| [oss-stable/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react-is/cjs/react-is.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 6.64 kB | 6.46 kB | = | 1.87 kB | 1.77 kB\n| [oss-experimental/jest-react/cjs/jest-react.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/jest-react/cjs/jest-react.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 4.36 kB | 4.18 kB | = | 1.57 kB | 1.47 kB\n| [oss-stable-semver/jest-react/cjs/jest-react.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/jest-react/cjs/jest-react.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 4.36 kB | 4.18 kB | = | 1.57 kB | 1.47 kB\n| [oss-stable/jest-react/cjs/jest-react.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/jest-react/cjs/jest-react.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 4.36 kB | 4.18 kB | = | 1.57 kB | 1.47 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/__test_utils__/ReactAllWarnings.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-experimental/react/cjs/react-jsx-runtime.profiling.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/react/cjs/react-jsx-runtime.profiling.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.33%** | 0.98 kB | 0.99 kB | +1.60% | 0.50 kB | 0.51 kB\n| [oss-stable-semver/react/cjs/react-jsx-runtime.profiling.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react/cjs/react-jsx-runtime.profiling.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.33%** | 0.98 kB | 0.99 kB | +1.60% | 0.50 kB | 0.51 kB\n| [oss-stable/react/cjs/react-jsx-runtime.profiling.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react/cjs/react-jsx-runtime.profiling.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.33%** | 0.98 kB | 0.99 kB | +1.60% | 0.50 kB | 0.51 kB\n| [oss-experimental/react/cjs/react-jsx-runtime.production.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/react/cjs/react-jsx-runtime.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.33%** | 0.98 kB | 0.99 kB | +1.80% | 0.50 kB | 0.51 kB\n| [oss-stable-semver/react/cjs/react-jsx-runtime.production.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react/cjs/react-jsx-runtime.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.33%** | 0.98 kB | 0.99 kB | +1.80% | 0.50 kB | 0.51 kB\n| [oss-stable/react/cjs/react-jsx-runtime.production.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react/cjs/react-jsx-runtime.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.33%** | 0.98 kB | 0.99 kB | +1.80% | 0.50 kB | 0.51 kB\n| [oss-experimental/react/cjs/react-jsx-runtime.react-server.production.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/react/cjs/react-jsx-runtime.react-server.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.00%** | 1.30 kB | 1.31 kB | +1.04% | 0.67 kB | 0.68 kB\n| [oss-stable-semver/react/cjs/react-jsx-runtime.react-server.production.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react/cjs/react-jsx-runtime.react-server.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.00%** | 1.30 kB | 1.31 kB | +1.04% | 0.67 kB | 0.68 kB\n| [oss-stable/react/cjs/react-jsx-runtime.react-server.production.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react/cjs/react-jsx-runtime.react-server.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+1.00%** | 1.30 kB | 1.31 kB | +1.04% | 0.67 kB | 0.68 kB\n| [facebook-react-native/react-is/cjs/ReactIs-dev.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/facebook-react-native/react-is/cjs/ReactIs-dev.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.66%** | 7.15 kB | 7.19 kB | +0.05% | 1.96 kB | 1.96 kB\n| [facebook-www/ReactIs-dev.modern.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/facebook-www/ReactIs-dev.modern.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.65%** | 7.28 kB | 7.33 kB | = | 1.90 kB | 1.89 kB\n| [facebook-www/ReactIs-dev.classic.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/facebook-www/ReactIs-dev.classic.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.65%** | 7.28 kB | 7.33 kB | = | 1.90 kB | 1.90 kB\n| [facebook-www/ReactIs-prod.classic.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/facebook-www/ReactIs-prod.classic.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.49%** | 5.75 kB | 5.78 kB | +0.52% | 1.34 kB | 1.35 kB\n| [facebook-www/ReactIs-prod.modern.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/facebook-www/ReactIs-prod.modern.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.49%** | 5.75 kB | 5.78 kB | +0.52% | 1.34 kB | 1.35 kB\n| [facebook-react-native/react/cjs/JSXRuntime-prod.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/facebook-react-native/react/cjs/JSXRuntime-prod.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.42%** | 2.85 kB | 2.86 kB | +0.91% | 1.22 kB | 1.23 kB\n| [facebook-react-native/react/cjs/JSXRuntime-profiling.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/facebook-react-native/react/cjs/JSXRuntime-profiling.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.42%** | 2.85 kB | 2.86 kB | +0.91% | 1.22 kB | 1.23 kB\n| [oss-experimental/jest-react/cjs/jest-react.production.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/jest-react/cjs/jest-react.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.41%** | 3.20 kB | 3.21 kB | +0.52% | 1.16 kB | 1.17 kB\n| [oss-stable-semver/jest-react/cjs/jest-react.production.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/jest-react/cjs/jest-react.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.41%** | 3.20 kB | 3.21 kB | +0.52% | 1.16 kB | 1.17 kB\n| [oss-stable/jest-react/cjs/jest-react.production.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/jest-react/cjs/jest-react.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.41%** | 3.20 kB | 3.21 kB | +0.52% | 1.16 kB | 1.17 kB\n| [facebook-www/ReactFreshRuntime-dev.classic.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/facebook-www/ReactFreshRuntime-dev.classic.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.33%** | 20.36 kB | 20.43 kB | +0.57% | 5.93 kB | 5.96 kB\n| [facebook-www/ReactFreshRuntime-dev.modern.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/facebook-www/ReactFreshRuntime-dev.modern.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.33%** | 20.36 kB | 20.43 kB | +0.57% | 5.93 kB | 5.96 kB\n| [oss-experimental/react-is/cjs/react-is.production.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/react-is/cjs/react-is.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.29%** | 4.44 kB | 4.46 kB | +0.75% | 1.07 kB | 1.08 kB\n| [oss-stable-semver/react-is/cjs/react-is.production.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react-is/cjs/react-is.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.29%** | 4.44 kB | 4.46 kB | +0.75% | 1.07 kB | 1.08 kB\n| [oss-stable/react-is/cjs/react-is.production.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react-is/cjs/react-is.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **+0.29%** | 4.44 kB | 4.46 kB | +0.75% | 1.07 kB | 1.08 kB\n| [oss-experimental/react/cjs/react.react-server.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/react/cjs/react.react-server.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 79.75 kB | 79.59 kB | = | 22.61 kB | 22.53 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 85.50 kB | 85.32 kB | = | 19.46 kB | 19.38 kB\n| [oss-stable-semver/react-server/cjs/react-server-flight.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react-server/cjs/react-server-flight.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 85.15 kB | 84.97 kB | = | 19.79 kB | 19.71 kB\n| [oss-stable/react-server/cjs/react-server-flight.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react-server/cjs/react-server-flight.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 85.15 kB | 84.97 kB | = | 19.79 kB | 19.71 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 84.99 kB | 84.81 kB | = | 19.29 kB | 19.20 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 81.74 kB | 81.56 kB | = | 18.31 kB | 18.23 kB\n| [oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 81.50 kB | 81.32 kB | = | 18.25 kB | 18.16 kB\n| [oss-experimental/react-client/cjs/react-client-flight.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/react-client/cjs/react-client-flight.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 81.49 kB | 81.32 kB | = | 18.53 kB | 18.45 kB\n| [oss-stable/react/cjs/react.react-server.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react/cjs/react.react-server.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 74.20 kB | 74.03 kB | = | 21.03 kB | 20.95 kB\n| [oss-stable-semver/react/cjs/react.react-server.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react/cjs/react.react-server.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 74.17 kB | 74.01 kB | = | 21.00 kB | 20.92 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 75.28 kB | 75.11 kB | = | 18.25 kB | 18.17 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 75.28 kB | 75.11 kB | = | 18.25 kB | 18.17 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 75.26 kB | 75.08 kB | = | 18.21 kB | 18.13 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 75.26 kB | 75.08 kB | = | 18.21 kB | 18.13 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 74.21 kB | 74.04 kB | = | 18.04 kB | 17.96 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 74.21 kB | 74.04 kB | = | 18.04 kB | 17.96 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 74.19 kB | 74.01 kB | = | 18.00 kB | 17.92 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 74.19 kB | 74.01 kB | = | 18.00 kB | 17.92 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 72.79 kB | 72.61 kB | = | 17.66 kB | 17.58 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 72.79 kB | 72.61 kB | = | 17.66 kB | 17.58 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 72.75 kB | 72.58 kB | = | 17.64 kB | 17.55 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 72.75 kB | 72.58 kB | = | 17.64 kB | 17.55 kB\n| [facebook-react-native/react-is/cjs/ReactIs-prod.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/facebook-react-native/react-is/cjs/ReactIs-prod.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 5.19 kB | 5.18 kB | = | 1.25 kB | 1.25 kB\n| [facebook-react-native/react-is/cjs/ReactIs-profiling.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/facebook-react-native/react-is/cjs/ReactIs-profiling.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 5.19 kB | 5.18 kB | = | 1.25 kB | 1.25 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 70.97 kB | 70.79 kB | = | 17.06 kB | 16.98 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 70.97 kB | 70.79 kB | = | 17.06 kB | 16.98 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 67.05 kB | 66.87 kB | = | 16.17 kB | 16.09 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 67.05 kB | 66.87 kB | = | 16.17 kB | 16.09 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 66.54 kB | 66.36 kB | = | 16.00 kB | 15.92 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 66.54 kB | 66.36 kB | = | 16.00 kB | 15.92 kB\n| [oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 64.68 kB | 64.50 kB | = | 14.04 kB | 13.97 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 63.29 kB | 63.11 kB | = | 15.04 kB | 14.95 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 63.29 kB | 63.11 kB | = | 15.04 kB | 14.95 kB\n| [oss-stable-semver/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 63.05 kB | 62.87 kB | = | 14.97 kB | 14.89 kB\n| [oss-stable/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 63.05 kB | 62.87 kB | = | 14.97 kB | 14.89 kB\n| [oss-stable-semver/react-client/cjs/react-client-flight.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react-client/cjs/react-client-flight.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 63.04 kB | 62.87 kB | = | 15.26 kB | 15.18 kB\n| [oss-stable/react-client/cjs/react-client-flight.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react-client/cjs/react-client-flight.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 63.04 kB | 62.87 kB | = | 15.26 kB | 15.18 kB\n| [oss-stable-semver/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 46.65 kB | 46.48 kB | = | 10.88 kB | 10.80 kB\n| [oss-stable/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 46.65 kB | 46.48 kB | = | 10.88 kB | 10.80 kB\n| [oss-experimental/react/cjs/react-jsx-runtime.react-server.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/react/cjs/react-jsx-runtime.react-server.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 43.10 kB | 42.94 kB | = | 13.03 kB | 12.94 kB\n| [oss-stable-semver/react/cjs/react-jsx-runtime.react-server.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react/cjs/react-jsx-runtime.react-server.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 43.10 kB | 42.94 kB | = | 13.03 kB | 12.94 kB\n| [oss-stable/react/cjs/react-jsx-runtime.react-server.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react/cjs/react-jsx-runtime.react-server.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 43.10 kB | 42.94 kB | = | 13.03 kB | 12.94 kB\n| [oss-experimental/react/cjs/react-jsx-runtime.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/react/cjs/react-jsx-runtime.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 42.68 kB | 42.51 kB | = | 12.91 kB | 12.82 kB\n| [oss-stable-semver/react/cjs/react-jsx-runtime.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react/cjs/react-jsx-runtime.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 42.68 kB | 42.51 kB | = | 12.91 kB | 12.82 kB\n| [oss-stable/react/cjs/react-jsx-runtime.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react/cjs/react-jsx-runtime.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 42.68 kB | 42.51 kB | = | 12.91 kB | 12.82 kB\n| [oss-experimental/react/cjs/react-jsx-dev-runtime.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/react/cjs/react-jsx-dev-runtime.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 41.45 kB | 41.28 kB | = | 12.56 kB | 12.47 kB\n| [oss-stable-semver/react/cjs/react-jsx-dev-runtime.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react/cjs/react-jsx-dev-runtime.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 41.45 kB | 41.28 kB | = | 12.56 kB | 12.47 kB\n| [oss-stable/react/cjs/react-jsx-dev-runtime.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react/cjs/react-jsx-dev-runtime.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 41.45 kB | 41.28 kB | = | 12.56 kB | 12.47 kB\n| [oss-experimental/react-noop-renderer/cjs/react-noop-renderer-persistent.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer-persistent.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 42.84 kB | 42.66 kB | = | 9.80 kB | 9.71 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-persistent.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-persistent.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 42.84 kB | 42.66 kB | = | 9.80 kB | 9.71 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer-persistent.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer-persistent.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 42.84 kB | 42.66 kB | = | 9.80 kB | 9.71 kB\n| [oss-experimental/react-noop-renderer/cjs/react-noop-renderer.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 42.71 kB | 42.53 kB | = | 9.78 kB | 9.69 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 42.71 kB | 42.53 kB | = | 9.78 kB | 9.69 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 42.71 kB | 42.53 kB | = | 9.78 kB | 9.69 kB\n| [oss-experimental/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/react-is/cjs/react-is.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 6.64 kB | 6.46 kB | = | 1.87 kB | 1.77 kB\n| [oss-stable-semver/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/react-is/cjs/react-is.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 6.64 kB | 6.46 kB | = | 1.87 kB | 1.77 kB\n| [oss-stable/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/react-is/cjs/react-is.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 6.64 kB | 6.46 kB | = | 1.87 kB | 1.77 kB\n| [oss-experimental/jest-react/cjs/jest-react.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-experimental/jest-react/cjs/jest-react.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 4.36 kB | 4.18 kB | = | 1.57 kB | 1.47 kB\n| [oss-stable-semver/jest-react/cjs/jest-react.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable-semver/jest-react/cjs/jest-react.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 4.36 kB | 4.18 kB | = | 1.57 kB | 1.47 kB\n| [oss-stable/jest-react/cjs/jest-react.development.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/oss-stable/jest-react/cjs/jest-react.development.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **=** | 4.36 kB | 4.18 kB | = | 1.57 kB | 1.47 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/0688f2de1926751bbd042c611108a01dd6daf7d0/files/__test_utils__/ReactAllWarnings.js?compare=bf426f9b1de6ef6adfeff30297beba96464f5efb) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 0688f2de1926751bbd042c611108a01dd6daf7d0\n</p>\n", "I noticed babel has a reference to this\r\nhttps://github.com/babel/babel/blob/08b0472069cd207f043dd40a4d157addfdd36011/packages/babel-helpers/src/helpers/jsx.js#L11\r\n\r\nThere are also a couple of internal references at Meta that would need to be checked before merging this.", "I mean those are either broken or causing the page to deopt so you probably want to change them ASAP.", "It seems like Babel uses an inline helper for the `@babel/plugin-transform-react-inline-elements` only which is not really supported. So hopefully the error message I've included gives a hint.\r\n", "In addition to changing the format, we plan on JSX in RSC to have side-effects so the inlining strategy won't work in RSC regardless. So just upgrading an inlining plugin to use the new format might not be a good idea.", "Flagged for FB for now.", "I'm not sure, and I don't understand exactly why, but I think this commit might have broken our snapshot tests\r\n\r\n![image](https://github.com/facebook/react/assets/30793/50fd850f-aefc-4694-8889-e702fbffef8e)\r\n\r\nIs it really because of this commit?\r\nIs this expected?\r\nShould I try to update the test to now expect this output?", "@Tobbe I assume this is from https://github.com/redwoodjs/redwood, right? You need to make sure that you install the canary version of `react-is` (e.g. via yarn's `resolutions`), because Jest's snapshot pretty formatting is using that to determine whether an object is a react element. See https://github.com/jestjs/jest/blob/b019f507fb7e4246ecb6c668fe56bfa8685e6c4a/packages/pretty-format/src/plugins/ReactElement.ts#L116", "@unstubbable Amazing! Thank you ๐Ÿ™ \r\nAlready have a few resolutions to support React19, so this will just be yet another one in the list ๐Ÿ˜… " ]
2024-04-10 17:25:42
2024-04-25 16:59:44
2024-04-22 16:39:56
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28813', 'html_url': 'https://github.com/facebook/react/pull/28813', 'diff_url': 'https://github.com/facebook/react/pull/28813.diff', 'patch_url': 'https://github.com/facebook/react/pull/28813.patch', 'merged_at': datetime.datetime(2024, 4, 22, 16, 39, 56)}
We have changed the shape (and the runtime) of React Elements. To help avoid precompiled or inlined JSX having subtle breakages or deopting hidden classes, I renamed the symbol so that we can early error if private implementation details are used or mismatching versions are used. Why "transitional"? Well, because this is not the last time we'll change the shape. This is just a stepping stone to removing the `ref` field on the elements in the next version so we'll likely have to do it again.
{'url': 'https://api.github.com/repos/facebook/react/issues/28813/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28813/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28812
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28812/labels{/name}
https://api.github.com/repos/facebook/react/issues/28812/comments
https://api.github.com/repos/facebook/react/issues/28812/events
https://github.com/facebook/react/pull/28812
2,235,875,915
PR_kwDOAJy2Ks5sQuIi
28,812
Remove Scheduler.log from ReactSuspenseFuzz-test
{'login': 'rickhanlonii', 'id': 2440089, 'node_id': 'MDQ6VXNlcjI0NDAwODk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2440089?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/rickhanlonii', 'html_url': 'https://github.com/rickhanlonii', 'followers_url': 'https://api.github.com/users/rickhanlonii/followers', 'following_url': 'https://api.github.com/users/rickhanlonii/following{/other_user}', 'gists_url': 'https://api.github.com/users/rickhanlonii/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/rickhanlonii/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/rickhanlonii/subscriptions', 'organizations_url': 'https://api.github.com/users/rickhanlonii/orgs', 'repos_url': 'https://api.github.com/users/rickhanlonii/repos', 'events_url': 'https://api.github.com/users/rickhanlonii/events{/privacy}', 'received_events_url': 'https://api.github.com/users/rickhanlonii/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 2243b40abad449fe90a9af10f592d0c5c52591d5...128f11c2434db29cc1a7cf7e0fa620388ee8070f\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/128f11c2434db29cc1a7cf7e0fa620388ee8070f/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=2243b40abad449fe90a9af10f592d0c5c52591d5) | **=** | 168.12 kB | 168.12 kB | = | 52.72 kB | 52.72 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/128f11c2434db29cc1a7cf7e0fa620388ee8070f/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=2243b40abad449fe90a9af10f592d0c5c52591d5) | **=** | 169.92 kB | 169.92 kB | = | 53.26 kB | 53.26 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/128f11c2434db29cc1a7cf7e0fa620388ee8070f/files/facebook-www/ReactDOM-prod.classic.js?compare=2243b40abad449fe90a9af10f592d0c5c52591d5) | **=** | 589.57 kB | 589.57 kB | = | 103.80 kB | 103.80 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/128f11c2434db29cc1a7cf7e0fa620388ee8070f/files/facebook-www/ReactDOM-prod.modern.js?compare=2243b40abad449fe90a9af10f592d0c5c52591d5) | **=** | 565.41 kB | 565.41 kB | = | 99.93 kB | 99.93 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/128f11c2434db29cc1a7cf7e0fa620388ee8070f/files/__test_utils__/ReactAllWarnings.js?compare=2243b40abad449fe90a9af10f592d0c5c52591d5) | **Deleted** | 64.24 kB | 0.00 kB | Deleted | 16.03 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/128f11c2434db29cc1a7cf7e0fa620388ee8070f/files/__test_utils__/ReactAllWarnings.js?compare=2243b40abad449fe90a9af10f592d0c5c52591d5) | **Deleted** | 64.24 kB | 0.00 kB | Deleted | 16.03 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 128f11c2434db29cc1a7cf7e0fa620388ee8070f\n</p>\n" ]
2024-04-10 15:25:35
2024-04-10 15:40:25
2024-04-10 15:40:22
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28812', 'html_url': 'https://github.com/facebook/react/pull/28812', 'diff_url': 'https://github.com/facebook/react/pull/28812.diff', 'patch_url': 'https://github.com/facebook/react/pull/28812.patch', 'merged_at': datetime.datetime(2024, 4, 10, 15, 40, 22)}
These test don't `assertLog` or `waitFor` so we don't need to `Scheduler.log`. Ideally we would, but since they're fuzzers it's a bit difficult to know what the expected log is from the helper. Since this doesn't regress current test behavior, we can improve them after this to unblock https://github.com/facebook/react/pull/28737
{'url': 'https://api.github.com/repos/facebook/react/issues/28812/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28812/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28811
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28811/labels{/name}
https://api.github.com/repos/facebook/react/issues/28811/comments
https://api.github.com/repos/facebook/react/issues/28811/events
https://github.com/facebook/react/pull/28811
2,235,751,671
PR_kwDOAJy2Ks5sQSg7
28,811
Hardcode disableIEWorkarounds for www
{'login': 'rickhanlonii', 'id': 2440089, 'node_id': 'MDQ6VXNlcjI0NDAwODk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/2440089?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/rickhanlonii', 'html_url': 'https://github.com/rickhanlonii', 'followers_url': 'https://api.github.com/users/rickhanlonii/followers', 'following_url': 'https://api.github.com/users/rickhanlonii/following{/other_user}', 'gists_url': 'https://api.github.com/users/rickhanlonii/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/rickhanlonii/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/rickhanlonii/subscriptions', 'organizations_url': 'https://api.github.com/users/rickhanlonii/orgs', 'repos_url': 'https://api.github.com/users/rickhanlonii/repos', 'events_url': 'https://api.github.com/users/rickhanlonii/events{/privacy}', 'received_events_url': 'https://api.github.com/users/rickhanlonii/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: ed3c65caf042f75fe2fdc2a5e568a9624c6175fb...d427a419d056462c6975e80e67b1b44208561829\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/d427a419d056462c6975e80e67b1b44208561829/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=ed3c65caf042f75fe2fdc2a5e568a9624c6175fb) | **=** | 168.12 kB | 168.12 kB | = | 52.72 kB | 52.72 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/d427a419d056462c6975e80e67b1b44208561829/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=ed3c65caf042f75fe2fdc2a5e568a9624c6175fb) | **=** | 169.92 kB | 169.92 kB | = | 53.26 kB | 53.26 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/d427a419d056462c6975e80e67b1b44208561829/files/facebook-www/ReactDOM-prod.classic.js?compare=ed3c65caf042f75fe2fdc2a5e568a9624c6175fb) | **=** | 589.57 kB | 588.50 kB | = | 103.80 kB | 103.50 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/d427a419d056462c6975e80e67b1b44208561829/files/facebook-www/ReactDOM-prod.modern.js?compare=ed3c65caf042f75fe2fdc2a5e568a9624c6175fb) | **=** | 565.41 kB | 564.35 kB | = | 99.93 kB | 99.66 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/d427a419d056462c6975e80e67b1b44208561829/files/__test_utils__/ReactAllWarnings.js?compare=ed3c65caf042f75fe2fdc2a5e568a9624c6175fb) | **Deleted** | 64.24 kB | 0.00 kB | Deleted | 16.03 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/d427a419d056462c6975e80e67b1b44208561829/files/__test_utils__/ReactAllWarnings.js?compare=ed3c65caf042f75fe2fdc2a5e568a9624c6175fb) | **Deleted** | 64.24 kB | 0.00 kB | Deleted | 16.03 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against d427a419d056462c6975e80e67b1b44208561829\n</p>\n" ]
2024-04-10 14:32:37
2024-04-10 15:14:36
2024-04-10 15:14:33
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28811', 'html_url': 'https://github.com/facebook/react/pull/28811', 'diff_url': 'https://github.com/facebook/react/pull/28811.diff', 'patch_url': 'https://github.com/facebook/react/pull/28811.patch', 'merged_at': datetime.datetime(2024, 4, 10, 15, 14, 33)}
This has landed and is true everywhere, but let's keep the flag until it lands in the stable release.
{'url': 'https://api.github.com/repos/facebook/react/issues/28811/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28811/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28810
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28810/labels{/name}
https://api.github.com/repos/facebook/react/issues/28810/comments
https://api.github.com/repos/facebook/react/issues/28810/events
https://github.com/facebook/react/pull/28810
2,235,159,494
PR_kwDOAJy2Ks5sOSWk
28,810
Reconciler: Don't retry synchronous render
{'login': 'eps1lon', 'id': 12292047, 'node_id': 'MDQ6VXNlcjEyMjkyMDQ3', 'avatar_url': 'https://avatars.githubusercontent.com/u/12292047?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/eps1lon', 'html_url': 'https://github.com/eps1lon', 'followers_url': 'https://api.github.com/users/eps1lon/followers', 'following_url': 'https://api.github.com/users/eps1lon/following{/other_user}', 'gists_url': 'https://api.github.com/users/eps1lon/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/eps1lon/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/eps1lon/subscriptions', 'organizations_url': 'https://api.github.com/users/eps1lon/orgs', 'repos_url': 'https://api.github.com/users/eps1lon/repos', 'events_url': 'https://api.github.com/users/eps1lon/events{/privacy}', 'received_events_url': 'https://api.github.com/users/eps1lon/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
open
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 5b903cdaa94c78e8fabb985d8daca5bd7d266323...00d183b038af59f953cc12f444d562e5d463ef5c\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/00d183b038af59f953cc12f444d562e5d463ef5c/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+0.04%** | 497.54 kB | 497.71 kB | +0.05% | 88.93 kB | 88.98 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/00d183b038af59f953cc12f444d562e5d463ef5c/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+0.03%** | 502.86 kB | 503.04 kB | +0.05% | 89.84 kB | 89.88 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/00d183b038af59f953cc12f444d562e5d463ef5c/files/facebook-www/ReactDOM-prod.classic.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+0.03%** | 591.00 kB | 591.18 kB | +0.04% | 103.95 kB | 103.99 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/00d183b038af59f953cc12f444d562e5d463ef5c/files/facebook-www/ReactDOM-prod.modern.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **+0.03%** | 566.82 kB | 566.99 kB | +0.06% | 100.15 kB | 100.21 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/00d183b038af59f953cc12f444d562e5d463ef5c/files/__test_utils__/ReactAllWarnings.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **Deleted** | 64.68 kB | 0.00 kB | Deleted | 16.15 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/00d183b038af59f953cc12f444d562e5d463ef5c/files/__test_utils__/ReactAllWarnings.js?compare=5b903cdaa94c78e8fabb985d8daca5bd7d266323) | **Deleted** | 64.68 kB | 0.00 kB | Deleted | 16.15 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 00d183b038af59f953cc12f444d562e5d463ef5c\n</p>\n" ]
2024-04-10 09:36:03
2024-04-22 17:24:47
null
COLLABORATOR
null
true
{'url': 'https://api.github.com/repos/facebook/react/pulls/28810', 'html_url': 'https://github.com/facebook/react/pull/28810', 'diff_url': 'https://github.com/facebook/react/pull/28810.diff', 'patch_url': 'https://github.com/facebook/react/pull/28810.patch', 'merged_at': None}
## Summary In https://github.com/facebook/react/pull/13041 we started retrying the render synchronously if a render threw during a concurrent render. However, this also applied to synchronous renders which should help very rarely since we don't support mutations during render. The original PR even explicitly said that a synchronous render should not be retried. We also didn't used to retry in legacy roots: https://react-error-recovery-showcase.vercel.app/ A lot of tests asserted on the retry even though their render was sync i.e. not wrapped in `startTransition`. I originally caught this while investigating [duplicate host instance creation](https://github.com/facebook/react/issues/26518) in error boundary fallbacks. But this is expected by proxy of having error recovery for sync renders. Host instances are created during render phase. ## How did you test this change? - ~[ ] Codesandbox in https://github.com/facebook/react/issues/26518 no longer calls `document.createElement` twice~ We also create host instances twice when recovering from an error during concurrent render. We just never mutate the DOM twice. [Creating host instances during render is intentional and documented](https://github.com/facebook/react/blob/7f6201889e8e628eeb53e05d8850ddffa3c2e74a/packages/react-reconciler/README.md#L110) - Adjusted tests to not assert that sync render retries
{'url': 'https://api.github.com/repos/facebook/react/issues/28810/reactions', 'total_count': 0, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28810/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28809
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28809/labels{/name}
https://api.github.com/repos/facebook/react/issues/28809/comments
https://api.github.com/repos/facebook/react/issues/28809/events
https://github.com/facebook/react/pull/28809
2,234,704,293
PR_kwDOAJy2Ks5sMv8k
28,809
ReactDOM.requestFormReset
{'login': 'acdlite', 'id': 3624098, 'node_id': 'MDQ6VXNlcjM2MjQwOTg=', 'avatar_url': 'https://avatars.githubusercontent.com/u/3624098?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/acdlite', 'html_url': 'https://github.com/acdlite', 'followers_url': 'https://api.github.com/users/acdlite/followers', 'following_url': 'https://api.github.com/users/acdlite/following{/other_user}', 'gists_url': 'https://api.github.com/users/acdlite/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/acdlite/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/acdlite/subscriptions', 'organizations_url': 'https://api.github.com/users/acdlite/orgs', 'repos_url': 'https://api.github.com/users/acdlite/repos', 'events_url': 'https://api.github.com/users/acdlite/events{/privacy}', 'received_events_url': 'https://api.github.com/users/acdlite/received_events', 'type': 'User', 'site_admin': False}
[{'id': 196858374, 'node_id': 'MDU6TGFiZWwxOTY4NTgzNzQ=', 'url': 'https://api.github.com/repos/facebook/react/labels/CLA%20Signed', 'name': 'CLA Signed', 'color': 'e7e7e7', 'default': False, 'description': None} {'id': 1775958285, 'node_id': 'MDU6TGFiZWwxNzc1OTU4Mjg1', 'url': 'https://api.github.com/repos/facebook/react/labels/React%20Core%20Team', 'name': 'React Core Team', 'color': '9149d1', 'default': False, 'description': 'Opened by a member of the React Core Team'}]
closed
false
null
[]
null
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 374b5d26c2a379fe87ee6817217c8956c4e39aac...55fec73d295d4436ea201b84d0e415cffc79f2b8\n\n## Critical size changes\n\nIncludes critical production bundles, as well as any change greater than 2%:\n\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/55fec73d295d4436ea201b84d0e415cffc79f2b8/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=374b5d26c2a379fe87ee6817217c8956c4e39aac) | **+0.02%** | 168.73 kB | 168.76 kB | +0.03% | 52.89 kB | 52.91 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/55fec73d295d4436ea201b84d0e415cffc79f2b8/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=374b5d26c2a379fe87ee6817217c8956c4e39aac) | **+0.02%** | 170.53 kB | 170.57 kB | +0.03% | 53.43 kB | 53.44 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/55fec73d295d4436ea201b84d0e415cffc79f2b8/files/facebook-www/ReactDOM-prod.classic.js?compare=374b5d26c2a379fe87ee6817217c8956c4e39aac) | **+0.04%** | 590.15 kB | 590.38 kB | +0.06% | 103.77 kB | 103.83 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/55fec73d295d4436ea201b84d0e415cffc79f2b8/files/facebook-www/ReactDOM-prod.modern.js?compare=374b5d26c2a379fe87ee6817217c8956c4e39aac) | **+0.04%** | 565.96 kB | 566.20 kB | +0.05% | 99.97 kB | 100.02 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/55fec73d295d4436ea201b84d0e415cffc79f2b8/files/__test_utils__/ReactAllWarnings.js?compare=374b5d26c2a379fe87ee6817217c8956c4e39aac) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n\n## Significant size changes\n\nIncludes any change greater than 0.2%:\n\n\n<details>\n<summary>Expand to show</summary>\n\n | Name | +/- | Base | Current | +/- gzip | Base gzip | Current gzip |\n | ---- | --- | ---- | ------- | -------- | --------- | ------------ |\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/55fec73d295d4436ea201b84d0e415cffc79f2b8/files/__test_utils__/ReactAllWarnings.js?compare=374b5d26c2a379fe87ee6817217c8956c4e39aac) | **Deleted** | 64.44 kB | 0.00 kB | Deleted | 16.10 kB | 0.00 kB\n</details>\n\n\n<p align=\"right\">\n Generated by :no_entry_sign: <a href=\"https://danger.systems/js\">dangerJS</a> against 55fec73d295d4436ea201b84d0e415cffc79f2b8\n</p>\n", "Could there be a more general API to run some code after the transition completes? Sometimes we might need to perform some custom logic beyond the native form reset. Seems like some sort of callback could work?\r\n\r\n```js\r\nstartTransition(async () => {\r\n runAfterTransition(() => {\r\n form.reset();\r\n // whatever custom logic here.\r\n });\r\n\r\n await action();\r\n});\r\n```" ]
2024-04-10 03:52:26
2024-04-11 15:47:39
2024-04-10 20:56:55
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28809', 'html_url': 'https://github.com/facebook/react/pull/28809', 'diff_url': 'https://github.com/facebook/react/pull/28809.diff', 'patch_url': 'https://github.com/facebook/react/pull/28809.patch', 'merged_at': datetime.datetime(2024, 4, 10, 20, 56, 55)}
Based on: - #28808 - #28804 --- This adds a React DOM method called requestFormReset that schedules a form reset to occur when the current transition completes. Internally, it's the same method that's called automatically whenever a form action is submitted. It only affects uncontrolled form inputs. See https://github.com/facebook/react/pull/28804 for details. The reason for the public API is so UI libraries can implement their own action-based APIs and maintain the form-resetting behavior, something like this: ```js function onSubmit(event) { // Disable default form submission behavior event.preventDefault(); const form = event.target; startTransition(async () => { // Request the form to reset once the action // has completed requestFormReset(form); // Call the user-provided action prop await action(new FormData(form)); }) } ```
{'url': 'https://api.github.com/repos/facebook/react/issues/28809/reactions', 'total_count': 3, '+1': 0, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 3, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28809/timeline
null
null
true