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/28505
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28505/labels{/name}
https://api.github.com/repos/facebook/react/issues/28505/comments
https://api.github.com/repos/facebook/react/issues/28505/events
https://github.com/facebook/react/issues/28505
2,171,071,017
I_kwDOAJy2Ks6BZ-op
28,505
Bug: Class component with `defaultProps` not merging props correctly in `componentDidMount`
{'login': 'amitdahan', 'id': 9748762, 'node_id': 'MDQ6VXNlcjk3NDg3NjI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/9748762?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/amitdahan', 'html_url': 'https://github.com/amitdahan', 'followers_url': 'https://api.github.com/users/amitdahan/followers', 'following_url': 'https://api.github.com/users/amitdahan/following{/other_user}', 'gists_url': 'https://api.github.com/users/amitdahan/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/amitdahan/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/amitdahan/subscriptions', 'organizations_url': 'https://api.github.com/users/amitdahan/orgs', 'repos_url': 'https://api.github.com/users/amitdahan/repos', 'events_url': 'https://api.github.com/users/amitdahan/events{/privacy}', 'received_events_url': 'https://api.github.com/users/amitdahan/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}]
open
false
null
[]
null
[ "Thank you for the bug report and detailed repro! It also reproduces in Canary and Experimental release channels.\r\n\r\nKeep in mind that this would only affect development since StrictMode has no effect in production.", "has this been resolved?\r\n" ]
2024-03-06 09:45:18
2024-03-07 21:20:11
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.2.0` ## Steps To Reproduce 1. Have a `lazy`-wrapped, class-component with `defaultProps`, `componentDidMount` and `componentWillUnmount`. 2. Using `StrictMode`, on initial call to `componentDidMount`, `this.props` contains `defaultProps` correctly. 3. On 2nd mount - `this.props` isn't merged with `defaultProps` correctly. ```tsx const LazyComponent = lazy( async () => class SomeComponent extends Component { static defaultProps = { someProp: true }; componentDidMount() { // 1st mount - `true` // 2nd mount - `undefined` console.log(this.props.someProp); } componentWillUnmount() {} render() { /* ... */ } }, ); <StrictMode> <LazyComponent /> </StrictMode> ``` Link to code example: https://stackblitz.com/edit/vitejs-vite-1ptuah?file=src%2Fmain.jsx ## The current behavior The `StrictMode`-triggered 2nd mount doesn't correctly merge `defaultProps` into `this.props`. ## The expected behavior `this.props` contains the specified `defaultProps`. ## More context I noticed each of the following works-around the issue: - Wrapping the class-component in a function-component (before wrapping with `lazy`) - Not using `lazy` - Not defining a `componentWillUnmount` Since this is happening in a 3rd-party which we wrap with `lazy`, the 1st option is a solid workaround for now. ## Possibly related issues - #13960
{'url': 'https://api.github.com/repos/facebook/react/issues/28505/reactions', 'total_count': 2, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 1, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28505/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28504
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28504/labels{/name}
https://api.github.com/repos/facebook/react/issues/28504/comments
https://api.github.com/repos/facebook/react/issues/28504/events
https://github.com/facebook/react/pull/28504
2,170,887,812
PR_kwDOAJy2Ks5ozndG
28,504
useless returnFiber
{'login': 'bubucuo', 'id': 9839620, 'node_id': 'MDQ6VXNlcjk4Mzk2MjA=', 'avatar_url': 'https://avatars.githubusercontent.com/u/9839620?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/bubucuo', 'html_url': 'https://github.com/bubucuo', 'followers_url': 'https://api.github.com/users/bubucuo/followers', 'following_url': 'https://api.github.com/users/bubucuo/following{/other_user}', 'gists_url': 'https://api.github.com/users/bubucuo/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/bubucuo/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/bubucuo/subscriptions', 'organizations_url': 'https://api.github.com/users/bubucuo/orgs', 'repos_url': 'https://api.github.com/users/bubucuo/repos', 'events_url': 'https://api.github.com/users/bubucuo/events{/privacy}', 'received_events_url': 'https://api.github.com/users/bubucuo/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
[ "Thank you @bubucuo 👍 " ]
2024-03-06 08:09:27
2024-03-06 19:02:51
2024-03-06 19:02:51
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28504', 'html_url': 'https://github.com/facebook/react/pull/28504', 'diff_url': 'https://github.com/facebook/react/pull/28504.diff', 'patch_url': 'https://github.com/facebook/react/pull/28504.patch', 'merged_at': datetime.datetime(2024, 3, 6, 19, 2, 51)}
There is no use of returnFiber here, it can be removed.
{'url': 'https://api.github.com/repos/facebook/react/issues/28504/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/28504/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28503
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28503/labels{/name}
https://api.github.com/repos/facebook/react/issues/28503/comments
https://api.github.com/repos/facebook/react/issues/28503/events
https://github.com/facebook/react/issues/28503
2,170,609,079
I_kwDOAJy2Ks6BYN23
28,503
The value of useReducer (proposal)
{'login': 'DioNNiS', 'id': 89140, 'node_id': 'MDQ6VXNlcjg5MTQw', 'avatar_url': 'https://avatars.githubusercontent.com/u/89140?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/DioNNiS', 'html_url': 'https://github.com/DioNNiS', 'followers_url': 'https://api.github.com/users/DioNNiS/followers', 'following_url': 'https://api.github.com/users/DioNNiS/following{/other_user}', 'gists_url': 'https://api.github.com/users/DioNNiS/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/DioNNiS/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/DioNNiS/subscriptions', 'organizations_url': 'https://api.github.com/users/DioNNiS/orgs', 'repos_url': 'https://api.github.com/users/DioNNiS/repos', 'events_url': 'https://api.github.com/users/DioNNiS/events{/privacy}', 'received_events_url': 'https://api.github.com/users/DioNNiS/received_events', 'type': 'User', 'site_admin': False}
[]
closed
false
null
[]
null
[ "Hi, \r\n\r\n`useReducer` is beneficial when dealing with complex state logic and multiple sub-values; a very deep object for example. As the documentation says, it makes testing and debugging easier. So for small and simple states `useState` does the job. If you're incrementing the complexity of your state you should start thinking in `useReducer`\r\n\r\nAnyway I believe this sort of questions have a better place: https://react.dev/community", "> useReducer is beneficial when dealing with complex state logic and multiple sub-values; a very deep object for example. As the documentation says, it makes testing and debugging easier.\r\n\r\nI'm trying to convey that for the described use case, `useState` does a better job than `useReducer`. Please see my example in the first message.\r\n\r\nMy proposal is to deprecate `useReducer` and provide more examples for `useState`.", "I mean, yeah got your point. What I tried to say was that your **concrete** use case was simple enough to use `useState` instead of `useReducer`. No need to deprecate it; just **don't use it if you don't need it**. Both hooks serve different purposes. As you can see in the [source code](https://github.com/facebook/react/blob/4e2fe10fa388d499ba20a2821c9ddb1a6b129320/packages/react/src/ReactHooks.js#L86-L100), they do work in a similar way but with a couple of differences.\r\n\r\nYou may want to check the documentation for more `useReducer` examples in order to catch the idea of its purpose:\r\n- https://react.dev/reference/react/useReducer (This one includes an example with `Immer`)\r\n- https://legacy.reactjs.org/docs/hooks-reference.html#usereducer (this one has very practical examples regarding lazy initialization and the combo with `useContext`)\r\n\r\nRegarding to _\"...provide more examples for `useState`\"_. It's up to you how you're going to use `useState`, I'm sure there're a lot of cool recipes out there (including yours). I mean you can make an API request in the initial state; doesn't mean you should do it tho ¯\\_(ツ)_/¯.\r\n", "Conside if you are building an ecommerce site or something more complex, at that point of time the `useReducer` will be of more use than useState. If you consider a simple increment, decrement separate module will be better option. Ensuring that the state remains consistent and predictable across all actions and components can be difficult with a separate module, especially as the application grows and evolves over time", "If we were going to remove anything, it would be useState, because useState is basically a helper for useReducer to handle the basic cases. In fact, useState is implemented with useReducer under the hood, with a basic reducer provided. \r\n\r\nWhat you've provided is essentially a reducer. The example you give can be replaced with useReducer, which is closely equivalent to what useState is doing:\r\n\r\n```js\r\nconst myModule = {\r\n increment: (state) => {\r\n return {count: state.count + 1};\r\n },\r\n \r\n decrement: (state) => {\r\n return {count: state.count - 1};\r\n }\r\n};\r\n\r\nconst reducer = (state, action) => {\r\n return action(state);\r\n} ;\r\nconst Counter = () => {\r\n const [state, dispatch] = useReducer(reducer, initialState);\r\n\r\n return (\r\n <div>\r\n <p>Count: {state.count}</p>\r\n <button onClick={() => dispatch(myModule.increment)}>Increment</button>\r\n <button onClick={() => dispatch(myModule.decrement)}>Decrement</button>\r\n </div>\r\n );\r\n};\r\n```\r\n\r\nBut both this and the useState example are annoying because now you'll need to pass both the `dispatch` and the `myModule` functions around to children. You can solve this by wrapping the dispatches:\r\n\r\n```js\r\nconst myModule = {\r\n increment: (state) => {\r\n return {count: state.count + 1};\r\n },\r\n \r\n decrement: (state) => {\r\n return {count: state.count - 1};\r\n }\r\n};\r\n\r\nconst reducer = (state, action) => {\r\n return action(state);\r\n};\r\nconst Counter = () => {\r\n const [state, dispatch] = useReducer(reducer, initialState);\r\n\r\n const dispatcher = useMemo(\r\n () => ({\r\n increment: () => dispatch(myModule.increment),\r\n decrement: () => dispatch(myModule.decrement),\r\n }),\r\n []\r\n );\r\n\r\n return (\r\n <div>\r\n <p>Count: {state.count}</p>\r\n <button onClick={() => dispatcher.increment()}>Increment</button>\r\n <button onClick={() => dispatcher.decrement()}>Decrement</button>\r\n </div>\r\n );\r\n};\r\n```\r\n\r\nBut that's a lot of indirection to follow. It's less indirection to write as typical reducer:\r\n\r\n```js\r\nconst reducer = (state, action) => {\r\n switch (action) {\r\n case \"increment\":\r\n return { count: state.count + 1 };\r\n case \"decrement\":\r\n return { count: state.count - 1 };\r\n default:\r\n throw Error('Unknown action: ' + action.type);\r\n }\r\n };\r\nconst SCounter = () => {\r\n const [state, dispatch] = useReducer(reducer, initialState);\r\n\r\n return (\r\n <div>\r\n <p>Count: {state.count}</p>\r\n <button onClick={() => dispatch(\"increment\")}>Increment</button>\r\n <button onClick={() => dispatch(\"decrement\")}>Decrement</button>\r\n </div>\r\n );\r\n};\r\n```\r\n\r\nAnd if you want to pass more values to the action, the convention is to use `type` on the action:\r\n\r\n```js\r\nconst reducer = (state, action) => {\r\n switch (action.type) {\r\n case \"increment\":\r\n return { count: state.count + 1 };\r\n case \"decrement\":\r\n return { count: state.count - 1 };\r\n default:\r\n throw Error('Unknown action: ' + action.type);\r\n }\r\n };\r\nconst Counter = () => {\r\n const [state, dispatch] = useReducer(reducer, initialState);\r\n\r\n return (\r\n <div>\r\n <p>Count: {state.count}</p>\r\n <button onClick={() => dispatch({type: \"increment\"})}>Increment</button>\r\n <button onClick={() => dispatch({type: \"decrement\"})}>Decrement</button>\r\n </div>\r\n );\r\n};\r\n```\r\n\r\nOf course, if you want to use functions, you can still wrap them:\r\n\r\n```js\r\nconst reducer = (state, action) => {\r\n switch (action.type) {\r\n case \"increment\":\r\n return { count: state.count + 1 };\r\n case \"decrement\":\r\n return { count: state.count - 1 };\r\n default:\r\n throw Error('Unknown action: ' + action.type);\r\n }\r\n };\r\nconst Counter = () => {\r\n const [state, dispatch] = useReducer(reducer, initialState);\r\n\r\n const {increment, decrement} = useMemo(() => {\r\n return {\r\n increment: (...args) => dispatch({type: \"increment\", ...args}),\r\n decrement: (...args) => dispatch({type: \"decrement\", ...args}),\r\n }\r\n }, []);\r\n \r\n return (\r\n <div>\r\n <p>Count: {state.count}</p>\r\n <button onClick={() => increment()}>Increment</button>\r\n <button onClick={() => decrement()}>Decrement</button>\r\n </div>\r\n );\r\n};\r\n```\r\n\r\nBut notice that there's still less indirection than before. This also scales up better because the single reducer function operates as a function that accepts state, and an action and returns the same state object. The \"switch\" here is a benefit because you're able to see a list of all the actions that can be taken on the state, and the result of the action. For complex state objects, the function example may be difficult to follow and result in hard to see bugs, because essentially each function in your object is a separate reducer.\r\n\r\n" ]
2024-03-06 04:24:17
2024-03-24 19:23:13
2024-03-24 19:23:12
NONE
null
null
null
Hi! This is not a bug. Please help me to understand the value of `useReducer`. Let's take a look at the typical example: ```js import React, { useReducer } from 'react'; interface CounterState { count: number; } type CounterAction = | { type: 'increment' } | { type: 'decrement' }; const initialState: CounterState = { count: 0 }; const reducer = (state: CounterState, action: CounterAction): CounterState => { switch (action.type) { case 'increment': return { count: state.count + 1 }; case 'decrement': return { count: state.count - 1 }; default: throw new Error('Unhandled action'); } }; const Counter: React.FC = () => { const [state, dispatch] = useReducer(reducer, initialState); return ( <div> <p>Count: {state.count}</p> <button onClick={() => dispatch({ type: 'increment' })}>Increment</button> <button onClick={() => dispatch({ type: 'decrement' })}>Decrement</button> </div> ); } export default Counter; ``` Documentation says: https://react.dev/learn/extracting-state-logic-into-a-reducer#comparing-usestate-and-usereducer > However, useReducer can help cut down on the code if many event handlers modify state in a similar way. > `useReducer` is usually preferable to `useState` when you have complex state logic that involves multiple sub-values. It also lets you optimize performance for components that trigger deep updates because you can pass `dispatch` down instead of callbacks. Wouldn't it be easier to use just a JavaScript module to aggregate state logic? ```js const myModule = { increment: (state) => { return {count: state.count + 1}; }, decrement: (state) => { return {count: state.count - 1}; } }; const Counter: React.FC = () => { const [state, setState] = useState(initialState); return ( <div> <p>Count: {state.count}</p> <button onClick={() => setState(myModule.increment)}>Increment</button> <button onClick={() => setState(myModule.decrement))}>Decrement</button> </div> ); } ``` Benefits: - no calling function by string - no switch statement - no conditional types (CounterAction)
{'url': 'https://api.github.com/repos/facebook/react/issues/28503/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/28503/timeline
null
not_planned
false
https://api.github.com/repos/facebook/react/issues/28502
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28502/labels{/name}
https://api.github.com/repos/facebook/react/issues/28502/comments
https://api.github.com/repos/facebook/react/issues/28502/events
https://github.com/facebook/react/pull/28502
2,170,447,677
PR_kwDOAJy2Ks5oyIJr
28,502
Move Hydration Mismatch Errors to Throw or Log Once (Kind of)
{'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\n\nComparing: 4b8dfd6215bf855402ae1a94cb0ae4f467afca9a...ec5901d9724af6ccbacd5d7612ada5a285cd61ed\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/ec5901d9724af6ccbacd5d7612ada5a285cd61ed/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=4b8dfd6215bf855402ae1a94cb0ae4f467afca9a) | **=** | 175.92 kB | 175.85 kB | = | 54.70 kB | 54.68 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/ec5901d9724af6ccbacd5d7612ada5a285cd61ed/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=4b8dfd6215bf855402ae1a94cb0ae4f467afca9a) | **=** | 172.41 kB | 172.33 kB | = | 53.84 kB | 53.81 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/ec5901d9724af6ccbacd5d7612ada5a285cd61ed/files/facebook-www/ReactDOM-prod.classic.js?compare=4b8dfd6215bf855402ae1a94cb0ae4f467afca9a) | **=** | 589.78 kB | 589.61 kB | = | 103.78 kB | 103.77 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/ec5901d9724af6ccbacd5d7612ada5a285cd61ed/files/facebook-www/ReactDOM-prod.modern.js?compare=4b8dfd6215bf855402ae1a94cb0ae4f467afca9a) | **=** | 573.30 kB | 573.13 kB | = | 100.82 kB | 100.81 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/ec5901d9724af6ccbacd5d7612ada5a285cd61ed/files/__test_utils__/ReactAllWarnings.js?compare=4b8dfd6215bf855402ae1a94cb0ae4f467afca9a) | **Deleted** | 65.27 kB | 0.00 kB | Deleted | 16.17 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/ec5901d9724af6ccbacd5d7612ada5a285cd61ed/files/__test_utils__/ReactAllWarnings.js?compare=4b8dfd6215bf855402ae1a94cb0ae4f467afca9a) | **Deleted** | 65.27 kB | 0.00 kB | Deleted | 16.17 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 ec5901d9724af6ccbacd5d7612ada5a285cd61ed\n</p>\n", "Stamped downstream." ]
2024-03-06 01:25:23
2024-03-27 00:01:41
2024-03-27 00:01:41
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28502', 'html_url': 'https://github.com/facebook/react/pull/28502', 'diff_url': 'https://github.com/facebook/react/pull/28502.diff', 'patch_url': 'https://github.com/facebook/react/pull/28502.patch', 'merged_at': datetime.datetime(2024, 3, 27, 0, 1, 41)}
Stacked on #28476. We used to `console.error` for every mismatch we found, up until the error we threw for the hydration mismatch. This changes it so that we build up a set of diffs up until we either throw or complete hydrating the root/suspense boundary. If we throw, we append the diff to the error message which gets passed to onRecoverableError (which by default is also logged to console). If we complete, we append it to a `console.error`. Since we early abort when something throws, it effectively means that we can only collect multiple diffs if there were preceding non-throwing mismatches - i.e. only properties mismatched but tag name matched. There can still be multiple logs if multiple siblings Suspense boundaries all error hydrating but then they're separate errors entirely. We still log an extra line about something erroring but I think the goal should be that it leads to a single recoverable or console.error. This doesn't yet actually print the diff as part of this message. That's in a follow up PR.
{'url': 'https://api.github.com/repos/facebook/react/issues/28502/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/28502/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28501
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28501/labels{/name}
https://api.github.com/repos/facebook/react/issues/28501/comments
https://api.github.com/repos/facebook/react/issues/28501/events
https://github.com/facebook/react/pull/28501
2,170,425,111
PR_kwDOAJy2Ks5oyDS1
28,501
Move tail hydration mismatch back to hydration context
{'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: 113ab9af08c46e8a548a397154f5c9dfeb96ab6a...f20732a8e1bdd83802693b182eb1eba26627fb45\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/f20732a8e1bdd83802693b182eb1eba26627fb45/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=113ab9af08c46e8a548a397154f5c9dfeb96ab6a) | **=** | 177.19 kB | 177.10 kB | = | 55.23 kB | 55.19 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/f20732a8e1bdd83802693b182eb1eba26627fb45/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=113ab9af08c46e8a548a397154f5c9dfeb96ab6a) | **=** | 177.72 kB | 177.64 kB | = | 55.55 kB | 55.52 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/f20732a8e1bdd83802693b182eb1eba26627fb45/files/facebook-www/ReactDOM-prod.classic.js?compare=113ab9af08c46e8a548a397154f5c9dfeb96ab6a) | **=** | 594.67 kB | 594.36 kB | = | 105.04 kB | 104.96 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/f20732a8e1bdd83802693b182eb1eba26627fb45/files/facebook-www/ReactDOM-prod.modern.js?compare=113ab9af08c46e8a548a397154f5c9dfeb96ab6a) | **=** | 577.93 kB | 577.62 kB | = | 102.10 kB | 102.01 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/f20732a8e1bdd83802693b182eb1eba26627fb45/files/__test_utils__/ReactAllWarnings.js?compare=113ab9af08c46e8a548a397154f5c9dfeb96ab6a) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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/f20732a8e1bdd83802693b182eb1eba26627fb45/files/__test_utils__/ReactAllWarnings.js?compare=113ab9af08c46e8a548a397154f5c9dfeb96ab6a) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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 f20732a8e1bdd83802693b182eb1eba26627fb45\n</p>\n" ]
2024-03-06 01:00:20
2024-03-06 01:54:24
2024-03-06 01:54:24
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28501', 'html_url': 'https://github.com/facebook/react/pull/28501', 'diff_url': 'https://github.com/facebook/react/pull/28501.diff', 'patch_url': 'https://github.com/facebook/react/pull/28501.patch', 'merged_at': datetime.datetime(2024, 3, 6, 1, 54, 24)}
In #23176 we added a special case in completeWork for SuspenseBoundaries if they still have trailing children. However, that misses a case because it doesn't log a recoverable error for the hydration mismatch. So we get an error that we rerendered. I think this special case was done to avoid contexts getting out of sync. I don't know why we didn't just move where the pop happens though so that's what I did here and let the regular pass throw instead. Seems to be pass the tests.
{'url': 'https://api.github.com/repos/facebook/react/issues/28501/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/28501/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28500
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28500/labels{/name}
https://api.github.com/repos/facebook/react/issues/28500/comments
https://api.github.com/repos/facebook/react/issues/28500/events
https://github.com/facebook/react/pull/28500
2,170,399,168
PR_kwDOAJy2Ks5ox9t5
28,500
[DOM] move `flushSync` out of the reconciler
{'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}]
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: 8e1462e8c471fbec98aac2b3e1326498d0ff7139...e664514be37ee841cdb4af9af0cb412b4bd5db1b\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/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+0.08%** | 168.96 kB | 169.11 kB | +0.11% | 52.70 kB | 52.76 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+0.08%** | 170.77 kB | 170.91 kB | +0.07% | 53.23 kB | 53.27 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/facebook-www/ReactDOM-prod.classic.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+0.12%** | 589.88 kB | 590.58 kB | +0.23% | 103.62 kB | 103.86 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/facebook-www/ReactDOM-prod.modern.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+0.07%** | 566.26 kB | 566.68 kB | +0.53% | 99.48 kB | 100.01 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/__test_utils__/ReactAllWarnings.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **Deleted** | 64.04 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-noop-renderer/cjs/react-noop-renderer.production.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer.production.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+1.95%** | 36.03 kB | 36.73 kB | +2.19% | 7.72 kB | 7.89 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer.production.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer.production.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+1.95%** | 36.03 kB | 36.73 kB | +2.19% | 7.72 kB | 7.89 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer.production.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer.production.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+1.95%** | 36.03 kB | 36.73 kB | +2.19% | 7.72 kB | 7.89 kB\n| [oss-experimental/react-noop-renderer/cjs/react-noop-renderer-persistent.production.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer-persistent.production.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+1.95%** | 36.16 kB | 36.86 kB | +2.18% | 7.74 kB | 7.91 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-persistent.production.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-persistent.production.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+1.95%** | 36.16 kB | 36.86 kB | +2.18% | 7.74 kB | 7.91 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer-persistent.production.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer-persistent.production.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+1.95%** | 36.16 kB | 36.86 kB | +2.18% | 7.74 kB | 7.91 kB\n| [oss-experimental/react-noop-renderer/cjs/react-noop-renderer.production.min.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer.production.min.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+1.38%** | 15.40 kB | 15.61 kB | +2.19% | 4.69 kB | 4.80 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer.production.min.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer.production.min.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+1.38%** | 15.40 kB | 15.61 kB | +2.19% | 4.69 kB | 4.80 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer.production.min.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer.production.min.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+1.38%** | 15.40 kB | 15.61 kB | +2.19% | 4.69 kB | 4.80 kB\n| [oss-experimental/react-noop-renderer/cjs/react-noop-renderer-persistent.production.min.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer-persistent.production.min.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+1.38%** | 15.48 kB | 15.69 kB | +2.23% | 4.71 kB | 4.82 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-persistent.production.min.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-persistent.production.min.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+1.38%** | 15.48 kB | 15.69 kB | +2.23% | 4.71 kB | 4.82 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer-persistent.production.min.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer-persistent.production.min.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+1.38%** | 15.48 kB | 15.69 kB | +2.23% | 4.71 kB | 4.82 kB\n| [oss-experimental/react-noop-renderer/cjs/react-noop-renderer.development.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer.development.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+1.37%** | 42.27 kB | 42.85 kB | +0.99% | 9.72 kB | 9.82 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer.development.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer.development.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+1.37%** | 42.27 kB | 42.85 kB | +0.99% | 9.72 kB | 9.82 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer.development.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer.development.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+1.37%** | 42.27 kB | 42.85 kB | +0.99% | 9.72 kB | 9.82 kB\n| [oss-experimental/react-noop-renderer/cjs/react-noop-renderer-persistent.development.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer-persistent.development.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+1.37%** | 42.40 kB | 42.98 kB | +0.99% | 9.74 kB | 9.83 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-persistent.development.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-persistent.development.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+1.37%** | 42.40 kB | 42.98 kB | +0.99% | 9.74 kB | 9.83 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer-persistent.development.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer-persistent.development.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+1.37%** | 42.40 kB | 42.98 kB | +0.99% | 9.74 kB | 9.83 kB\n| [oss-experimental/react-dom/cjs/react-dom.react-server.production.min.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-experimental/react-dom/cjs/react-dom.react-server.production.min.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+0.58%** | 2.76 kB | 2.77 kB | +1.46% | 0.89 kB | 0.91 kB\n| [oss-stable-semver/react-dom/cjs/react-dom.react-server.production.min.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable-semver/react-dom/cjs/react-dom.react-server.production.min.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+0.58%** | 2.76 kB | 2.77 kB | +1.46% | 0.89 kB | 0.91 kB\n| [oss-stable/react-dom/cjs/react-dom.react-server.production.min.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable/react-dom/cjs/react-dom.react-server.production.min.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+0.58%** | 2.76 kB | 2.77 kB | +1.46% | 0.89 kB | 0.91 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-server-rendering-stub.production.min.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable-semver/react-dom/cjs/react-dom-server-rendering-stub.production.min.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+0.43%** | 3.71 kB | 3.73 kB | +0.46% | 1.29 kB | 1.30 kB\n| [oss-stable/react-dom/cjs/react-dom-server-rendering-stub.production.min.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable/react-dom/cjs/react-dom-server-rendering-stub.production.min.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+0.43%** | 3.74 kB | 3.76 kB | +0.53% | 1.32 kB | 1.33 kB\n| [oss-experimental/react-dom/cjs/react-dom-server-rendering-stub.production.min.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-experimental/react-dom/cjs/react-dom-server-rendering-stub.production.min.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+0.43%** | 3.75 kB | 3.76 kB | +0.53% | 1.32 kB | 1.32 kB\n| [oss-stable-semver/react-dom/umd/react-dom-server-rendering-stub.production.min.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable-semver/react-dom/umd/react-dom-server-rendering-stub.production.min.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+0.42%** | 3.85 kB | 3.87 kB | +0.58% | 1.39 kB | 1.39 kB\n| [oss-stable/react-dom/umd/react-dom-server-rendering-stub.production.min.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable/react-dom/umd/react-dom-server-rendering-stub.production.min.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+0.41%** | 3.88 kB | 3.89 kB | +0.64% | 1.41 kB | 1.42 kB\n| [oss-experimental/react-dom/umd/react-dom-server-rendering-stub.production.min.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-experimental/react-dom/umd/react-dom-server-rendering-stub.production.min.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+0.41%** | 3.88 kB | 3.90 kB | +0.64% | 1.41 kB | 1.42 kB\n| [oss-experimental/react-dom/cjs/react-dom.react-server.production.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-experimental/react-dom/cjs/react-dom.react-server.production.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+0.34%** | 6.74 kB | 6.76 kB | +0.85% | 1.42 kB | 1.43 kB\n| [oss-stable-semver/react-dom/cjs/react-dom.react-server.production.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable-semver/react-dom/cjs/react-dom.react-server.production.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+0.34%** | 6.74 kB | 6.76 kB | +0.85% | 1.42 kB | 1.43 kB\n| [oss-stable/react-dom/cjs/react-dom.react-server.production.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable/react-dom/cjs/react-dom.react-server.production.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+0.34%** | 6.74 kB | 6.76 kB | +0.85% | 1.42 kB | 1.43 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-server-rendering-stub.production.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable-semver/react-dom/cjs/react-dom-server-rendering-stub.production.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+0.24%** | 9.51 kB | 9.54 kB | +0.29% | 2.43 kB | 2.44 kB\n| [oss-stable/react-dom/cjs/react-dom-server-rendering-stub.production.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-stable/react-dom/cjs/react-dom-server-rendering-stub.production.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+0.24%** | 9.54 kB | 9.56 kB | +0.33% | 2.46 kB | 2.46 kB\n| [oss-experimental/react-dom/cjs/react-dom-server-rendering-stub.production.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/oss-experimental/react-dom/cjs/react-dom-server-rendering-stub.production.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **+0.24%** | 9.55 kB | 9.57 kB | +0.33% | 2.46 kB | 2.47 kB\n| [facebook-www/ReactART-prod.modern.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/facebook-www/ReactART-prod.modern.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **=** | 347.09 kB | 345.85 kB | = | 58.63 kB | 58.49 kB\n| [facebook-www/ReactART-prod.classic.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/facebook-www/ReactART-prod.classic.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **=** | 365.50 kB | 364.12 kB | = | 61.54 kB | 61.36 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/e664514be37ee841cdb4af9af0cb412b4bd5db1b/files/__test_utils__/ReactAllWarnings.js?compare=8e1462e8c471fbec98aac2b3e1326498d0ff7139) | **Deleted** | 64.04 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 e664514be37ee841cdb4af9af0cb412b4bd5db1b\n</p>\n" ]
2024-03-06 00:29:16
2024-04-08 16:03:23
2024-04-08 16:03:20
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28500', 'html_url': 'https://github.com/facebook/react/pull/28500', 'diff_url': 'https://github.com/facebook/react/pull/28500.diff', 'patch_url': 'https://github.com/facebook/react/pull/28500.patch', 'merged_at': datetime.datetime(2024, 4, 8, 16, 3, 20)}
This PR moves `flushSync` out of the reconciler. there is still an internal implementation that is used when these semantics are needed for React methods such as `unmount` on roots. This new isomorphic `flushSync` is only used in builds that no longer support legacy mode. Additionally all the internal uses of flushSync in the reconciler have been replaced with more direct methods. There is a new `updateContainerSync` method which updates a container but forces it to the Sync lane and flushes passive effects if necessary. This combined with flushSyncWork can be used to replace flushSync for all instances of internal usage. We still maintain the original flushSync implementation as `flushSyncFromReconciler` because it will be used as the flushSync implementation for FB builds. This is because it has special legacy mode handling that the new isomorphic implementation does not need to consider. It will be removed from production OSS builds by closure though
{'url': 'https://api.github.com/repos/facebook/react/issues/28500/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/28500/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28499
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28499/labels{/name}
https://api.github.com/repos/facebook/react/issues/28499/comments
https://api.github.com/repos/facebook/react/issues/28499/events
https://github.com/facebook/react/pull/28499
2,170,245,722
PR_kwDOAJy2Ks5oxbWq
28,499
Devtools: Display actual pending state when inspecting `useTransition`
{'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: 0ae2b13412e0e4cf10a799ec645035213834556c...b0cd5a802137d6b5a8a5aa62615ea67e284e12c5\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/b0cd5a802137d6b5a8a5aa62615ea67e284e12c5/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **=** | 177.19 kB | 177.19 kB | = | 55.23 kB | 55.23 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/b0cd5a802137d6b5a8a5aa62615ea67e284e12c5/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **=** | 177.72 kB | 177.72 kB | = | 55.55 kB | 55.55 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/b0cd5a802137d6b5a8a5aa62615ea67e284e12c5/files/facebook-www/ReactDOM-prod.classic.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **=** | 594.67 kB | 594.67 kB | = | 105.04 kB | 105.04 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/b0cd5a802137d6b5a8a5aa62615ea67e284e12c5/files/facebook-www/ReactDOM-prod.modern.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **=** | 577.93 kB | 577.93 kB | = | 102.10 kB | 102.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/b0cd5a802137d6b5a8a5aa62615ea67e284e12c5/files/__test_utils__/ReactAllWarnings.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/b0cd5a802137d6b5a8a5aa62615ea67e284e12c5/files/oss-experimental/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **+0.30%** | 9.91 kB | 9.94 kB | = | 3.36 kB | 3.36 kB\n| [oss-stable-semver/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/b0cd5a802137d6b5a8a5aa62615ea67e284e12c5/files/oss-stable-semver/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **+0.30%** | 9.91 kB | 9.94 kB | = | 3.36 kB | 3.36 kB\n| [oss-stable/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/b0cd5a802137d6b5a8a5aa62615ea67e284e12c5/files/oss-stable/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **+0.30%** | 9.91 kB | 9.94 kB | = | 3.36 kB | 3.36 kB\n| [oss-experimental/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/b0cd5a802137d6b5a8a5aa62615ea67e284e12c5/files/oss-experimental/react-debug-tools/cjs/react-debug-tools.development.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **+0.25%** | 29.68 kB | 29.76 kB | +0.29% | 7.64 kB | 7.66 kB\n| [oss-stable-semver/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/b0cd5a802137d6b5a8a5aa62615ea67e284e12c5/files/oss-stable-semver/react-debug-tools/cjs/react-debug-tools.development.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **+0.25%** | 29.68 kB | 29.76 kB | +0.29% | 7.64 kB | 7.66 kB\n| [oss-stable/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/b0cd5a802137d6b5a8a5aa62615ea67e284e12c5/files/oss-stable/react-debug-tools/cjs/react-debug-tools.development.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **+0.25%** | 29.68 kB | 29.76 kB | +0.29% | 7.64 kB | 7.66 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/b0cd5a802137d6b5a8a5aa62615ea67e284e12c5/files/__test_utils__/ReactAllWarnings.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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 b0cd5a802137d6b5a8a5aa62615ea67e284e12c5\n</p>\n" ]
2024-03-05 22:27:08
2024-03-06 14:38:03
2024-03-06 14:38:01
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28499', 'html_url': 'https://github.com/facebook/react/pull/28499', 'diff_url': 'https://github.com/facebook/react/pull/28499.diff', 'patch_url': 'https://github.com/facebook/react/pull/28499.patch', 'merged_at': datetime.datetime(2024, 3, 6, 14, 38, 1)}
## Summary We used to always return `false` for is pending and display `undefined` as the values in the inspect panel. Now we return the actual pending state and display that in the value instead. ## How did you test this change? - Added test (check by-commit to highlight the change in observable behavior) - Added showcase to devtools fixture https://github.com/facebook/react/assets/12292047/ce7e0567-0a22-4124-ab31-60bcaf75de55
{'url': 'https://api.github.com/repos/facebook/react/issues/28499/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/28499/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28498
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28498/labels{/name}
https://api.github.com/repos/facebook/react/issues/28498/comments
https://api.github.com/repos/facebook/react/issues/28498/events
https://github.com/facebook/react/pull/28498
2,170,165,983
PR_kwDOAJy2Ks5oxJ6c
28,498
Use concurrent root in RTR
{'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'} {'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\n\nComparing: 1f9befef5c6045c6f65f5c667d83fbe6ab025d81...a5b7ae13d0ebdea0988a5c04011f6ba6d1488575\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/a5b7ae13d0ebdea0988a5c04011f6ba6d1488575/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=1f9befef5c6045c6f65f5c667d83fbe6ab025d81) | **=** | 175.91 kB | 175.91 kB | = | 54.53 kB | 54.53 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/a5b7ae13d0ebdea0988a5c04011f6ba6d1488575/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=1f9befef5c6045c6f65f5c667d83fbe6ab025d81) | **=** | 172.39 kB | 172.39 kB | = | 53.70 kB | 53.70 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/a5b7ae13d0ebdea0988a5c04011f6ba6d1488575/files/facebook-www/ReactDOM-prod.classic.js?compare=1f9befef5c6045c6f65f5c667d83fbe6ab025d81) | **=** | 589.86 kB | 589.86 kB | = | 103.60 kB | 103.60 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/a5b7ae13d0ebdea0988a5c04011f6ba6d1488575/files/facebook-www/ReactDOM-prod.modern.js?compare=1f9befef5c6045c6f65f5c667d83fbe6ab025d81) | **=** | 573.39 kB | 573.39 kB | = | 100.66 kB | 100.66 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/a5b7ae13d0ebdea0988a5c04011f6ba6d1488575/files/__test_utils__/ReactAllWarnings.js?compare=1f9befef5c6045c6f65f5c667d83fbe6ab025d81) | **Deleted** | 64.83 kB | 0.00 kB | Deleted | 16.08 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/a5b7ae13d0ebdea0988a5c04011f6ba6d1488575/files/__test_utils__/ReactAllWarnings.js?compare=1f9befef5c6045c6f65f5c667d83fbe6ab025d81) | **Deleted** | 64.83 kB | 0.00 kB | Deleted | 16.08 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 a5b7ae13d0ebdea0988a5c04011f6ba6d1488575\n</p>\n" ]
2024-03-05 21:22:57
2024-03-26 22:53:13
2024-03-26 22:53:09
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28498', 'html_url': 'https://github.com/facebook/react/pull/28498', 'diff_url': 'https://github.com/facebook/react/pull/28498.diff', 'patch_url': 'https://github.com/facebook/react/pull/28498.patch', 'merged_at': datetime.datetime(2024, 3, 26, 22, 53, 9)}
Based on - https://github.com/facebook/react/pull/28497 - https://github.com/facebook/react/pull/28419 Reusing the disableLegacyMode flag, we set ReactTestRenderer to always render with concurrent root where legacy APIs are no longer available. If disableLegacyMode is false, we continue to allow the unstable_isConcurrent option determine the root type. Also checking a global `IS_REACT_NATIVE_TEST_ENVIRONMENT` so we can maintain the existing behavior for RN until we remove legacy root support there.
{'url': 'https://api.github.com/repos/facebook/react/issues/28498/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/28498/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28497
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28497/labels{/name}
https://api.github.com/repos/facebook/react/issues/28497/comments
https://api.github.com/repos/facebook/react/issues/28497/events
https://github.com/facebook/react/pull/28497
2,169,628,650
PR_kwDOAJy2Ks5ovTqd
28,497
Remove react-test-renderer/shallow export
{'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'} {'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\n\nComparing: f73d11f0923ace72b867bec6a9f48930c3a4b9b6...a4c5ff602aef5103c4175c9cb9c83a848c6ff104\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/a4c5ff602aef5103c4175c9cb9c83a848c6ff104/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=f73d11f0923ace72b867bec6a9f48930c3a4b9b6) | **=** | 175.94 kB | 175.94 kB | = | 54.54 kB | 54.54 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/a4c5ff602aef5103c4175c9cb9c83a848c6ff104/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=f73d11f0923ace72b867bec6a9f48930c3a4b9b6) | **=** | 172.42 kB | 172.42 kB | = | 53.72 kB | 53.72 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/a4c5ff602aef5103c4175c9cb9c83a848c6ff104/files/facebook-www/ReactDOM-prod.classic.js?compare=f73d11f0923ace72b867bec6a9f48930c3a4b9b6) | **=** | 590.84 kB | 590.84 kB | = | 103.76 kB | 103.76 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/a4c5ff602aef5103c4175c9cb9c83a848c6ff104/files/facebook-www/ReactDOM-prod.modern.js?compare=f73d11f0923ace72b867bec6a9f48930c3a4b9b6) | **=** | 574.36 kB | 574.36 kB | = | 100.83 kB | 100.83 kB\n| [oss-experimental/react-test-renderer/shallow.js](https://react-builds.vercel.app/commits/a4c5ff602aef5103c4175c9cb9c83a848c6ff104/files/oss-experimental/react-test-renderer/shallow.js?compare=f73d11f0923ace72b867bec6a9f48930c3a4b9b6) | **+226.87%** | 0.07 kB | 0.22 kB | +94.12% | 0.09 kB | 0.17 kB\n| [oss-stable-semver/react-test-renderer/shallow.js](https://react-builds.vercel.app/commits/a4c5ff602aef5103c4175c9cb9c83a848c6ff104/files/oss-stable-semver/react-test-renderer/shallow.js?compare=f73d11f0923ace72b867bec6a9f48930c3a4b9b6) | **+226.87%** | 0.07 kB | 0.22 kB | +94.12% | 0.09 kB | 0.17 kB\n| [oss-stable/react-test-renderer/shallow.js](https://react-builds.vercel.app/commits/a4c5ff602aef5103c4175c9cb9c83a848c6ff104/files/oss-stable/react-test-renderer/shallow.js?compare=f73d11f0923ace72b867bec6a9f48930c3a4b9b6) | **+226.87%** | 0.07 kB | 0.22 kB | +94.12% | 0.09 kB | 0.17 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/a4c5ff602aef5103c4175c9cb9c83a848c6ff104/files/__test_utils__/ReactAllWarnings.js?compare=f73d11f0923ace72b867bec6a9f48930c3a4b9b6) | **Deleted** | 64.83 kB | 0.00 kB | Deleted | 16.08 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-test-renderer/shallow.js](https://react-builds.vercel.app/commits/a4c5ff602aef5103c4175c9cb9c83a848c6ff104/files/oss-experimental/react-test-renderer/shallow.js?compare=f73d11f0923ace72b867bec6a9f48930c3a4b9b6) | **+226.87%** | 0.07 kB | 0.22 kB | +94.12% | 0.09 kB | 0.17 kB\n| [oss-stable-semver/react-test-renderer/shallow.js](https://react-builds.vercel.app/commits/a4c5ff602aef5103c4175c9cb9c83a848c6ff104/files/oss-stable-semver/react-test-renderer/shallow.js?compare=f73d11f0923ace72b867bec6a9f48930c3a4b9b6) | **+226.87%** | 0.07 kB | 0.22 kB | +94.12% | 0.09 kB | 0.17 kB\n| [oss-stable/react-test-renderer/shallow.js](https://react-builds.vercel.app/commits/a4c5ff602aef5103c4175c9cb9c83a848c6ff104/files/oss-stable/react-test-renderer/shallow.js?compare=f73d11f0923ace72b867bec6a9f48930c3a4b9b6) | **+226.87%** | 0.07 kB | 0.22 kB | +94.12% | 0.09 kB | 0.17 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/a4c5ff602aef5103c4175c9cb9c83a848c6ff104/files/__test_utils__/ReactAllWarnings.js?compare=f73d11f0923ace72b867bec6a9f48930c3a4b9b6) | **Deleted** | 64.83 kB | 0.00 kB | Deleted | 16.08 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 a4c5ff602aef5103c4175c9cb9c83a848c6ff104\n</p>\n", "It's a bit unfortunate that we never landed a deprecation warning. Instead of removing, can we throw in the entrypoint with a message pointing to the new package?" ]
2024-03-05 16:15:20
2024-03-26 22:04:50
2024-03-26 22:04:47
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28497', 'html_url': 'https://github.com/facebook/react/pull/28497', 'diff_url': 'https://github.com/facebook/react/pull/28497.diff', 'patch_url': 'https://github.com/facebook/react/pull/28497.patch', 'merged_at': datetime.datetime(2024, 3, 26, 22, 4, 47)}
Based on - https://github.com/facebook/react/pull/28419 ## Summary The shallow renderer was extracted from the repo years ago and published by enzyme: https://github.com/enzymejs/react-shallow-renderer We no longer need to reexport under the react-test-renderer namespace. People can import `react-shallow-renderer` as needed ## How did you test this change? - Observe shallow.js in react-test-renderer package from standard build - Run build with changes on this branch - Observe no more shallow.js export in build output
{'url': 'https://api.github.com/repos/facebook/react/issues/28497/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/28497/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28496
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28496/labels{/name}
https://api.github.com/repos/facebook/react/issues/28496/comments
https://api.github.com/repos/facebook/react/issues/28496/events
https://github.com/facebook/react/pull/28496
2,169,251,168
PR_kwDOAJy2Ks5ouAgk
28,496
React DevTools 5.0.1 -> 5.0.2
{'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-03-05 13:33:13
2024-03-05 14:11:34
2024-03-05 14:11:31
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28496', 'html_url': 'https://github.com/facebook/react/pull/28496', 'diff_url': 'https://github.com/facebook/react/pull/28496.diff', 'patch_url': 'https://github.com/facebook/react/pull/28496.patch', 'merged_at': datetime.datetime(2024, 3, 5, 14, 11, 30)}
* feat[devtools]: symbolicate source for inspected element ([hoxyq](https://github.com/hoxyq) in [#28471](https://github.com/facebook/react/pull/28471)) * refactor[devtools]: lazily define source for fiber based on component stacks ([hoxyq](https://github.com/hoxyq) in [#28351](https://github.com/facebook/react/pull/28351)) * fix[devtools/tree/element]: onClick -> onMouseDown to handle first click correctly ([hoxyq](https://github.com/hoxyq) in [#28486](https://github.com/facebook/react/pull/28486)) * [DOM] disable legacy mode behind flag ([gnoff](https://github.com/gnoff) in [#28468](https://github.com/facebook/react/pull/28468)) * Fix Broken Links In Documentation ([justindhillon](https://github.com/justindhillon) in [#28321](https://github.com/facebook/react/pull/28321)) * Update /link URLs to react.dev ([rickhanlonii](https://github.com/rickhanlonii) in [#28477](https://github.com/facebook/react/pull/28477)) * [tests] add support for @gate pragma ([gnoff](https://github.com/gnoff) in [#28479](https://github.com/facebook/react/pull/28479)) * Devtools: Unwrap Promise in useFormState ([eps1lon](https://github.com/eps1lon) in [#28319](https://github.com/facebook/react/pull/28319)) * Add support for rendering BigInt ([eps1lon](https://github.com/eps1lon) in [#24580](https://github.com/facebook/react/pull/24580)) * Include server component names in the componentStack in DEV ([sebmarkbage](https://github.com/sebmarkbage) in [#28415](https://github.com/facebook/react/pull/28415))
{'url': 'https://api.github.com/repos/facebook/react/issues/28496/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/28496/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28495
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28495/labels{/name}
https://api.github.com/repos/facebook/react/issues/28495/comments
https://api.github.com/repos/facebook/react/issues/28495/events
https://github.com/facebook/react/pull/28495
2,169,025,707
PR_kwDOAJy2Ks5otORl
28,495
fix: calling onblur event on unmount
{'login': 'Biki-das', 'id': 72331432, 'node_id': 'MDQ6VXNlcjcyMzMxNDMy', 'avatar_url': 'https://avatars.githubusercontent.com/u/72331432?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Biki-das', 'html_url': 'https://github.com/Biki-das', 'followers_url': 'https://api.github.com/users/Biki-das/followers', 'following_url': 'https://api.github.com/users/Biki-das/following{/other_user}', 'gists_url': 'https://api.github.com/users/Biki-das/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/Biki-das/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/Biki-das/subscriptions', 'organizations_url': 'https://api.github.com/users/Biki-das/orgs', 'repos_url': 'https://api.github.com/users/Biki-das/repos', 'events_url': 'https://api.github.com/users/Biki-das/events{/privacy}', 'received_events_url': 'https://api.github.com/users/Biki-das/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: 01ab35a9a731dec69995fbd28f3ac7eaad11e183...2e8c2a1537a574762d0aaf5001a7067efd73b85c\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/2e8c2a1537a574762d0aaf5001a7067efd73b85c/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=01ab35a9a731dec69995fbd28f3ac7eaad11e183) | **+0.06%** | 176.89 kB | 176.99 kB | +0.09% | 55.14 kB | 55.18 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/2e8c2a1537a574762d0aaf5001a7067efd73b85c/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=01ab35a9a731dec69995fbd28f3ac7eaad11e183) | **+0.06%** | 179.00 kB | 179.10 kB | +0.07% | 55.80 kB | 55.84 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/2e8c2a1537a574762d0aaf5001a7067efd73b85c/files/facebook-www/ReactDOM-prod.classic.js?compare=01ab35a9a731dec69995fbd28f3ac7eaad11e183) | **+0.02%** | 594.04 kB | 594.19 kB | +0.05% | 104.94 kB | 105.00 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/2e8c2a1537a574762d0aaf5001a7067efd73b85c/files/facebook-www/ReactDOM-prod.modern.js?compare=01ab35a9a731dec69995fbd28f3ac7eaad11e183) | **+0.03%** | 577.33 kB | 577.47 kB | +0.05% | 101.96 kB | 102.01 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/2e8c2a1537a574762d0aaf5001a7067efd73b85c/files/__test_utils__/ReactAllWarnings.js?compare=01ab35a9a731dec69995fbd28f3ac7eaad11e183) | **Deleted** | 66.40 kB | 0.00 kB | Deleted | 16.26 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/2e8c2a1537a574762d0aaf5001a7067efd73b85c/files/__test_utils__/ReactAllWarnings.js?compare=01ab35a9a731dec69995fbd28f3ac7eaad11e183) | **Deleted** | 66.40 kB | 0.00 kB | Deleted | 16.26 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 2e8c2a1537a574762d0aaf5001a7067efd73b85c\n</p>\n", "@hoxyq , would love to also know your thoughts" ]
2024-03-05 12:03:05
2024-03-07 08:24:07
null
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28495', 'html_url': 'https://github.com/facebook/react/pull/28495', 'diff_url': 'https://github.com/facebook/react/pull/28495.diff', 'patch_url': 'https://github.com/facebook/react/pull/28495.patch', 'merged_at': None}
Working wit React, there was a small bug i discovered, related to unmounting off a particular element in the DOM, in vanilla JS whenever a particular item gets removed from the DOM, an `onBlur` event is triggered automatically, as said in MDN <img width="837" alt="Screenshot 2024-03-05 at 6 30 36 PM" src="https://github.com/facebook/react/assets/72331432/90f95cd1-ce67-4867-a6e5-1ae9e03c9cbf"> [MDN LINK](https://developer.mozilla.org/en-US/docs/Web/API/Element/blur_event) React simply does not seem to call this `onBlur` event when a particular element is unmounted, i might be wrong to judge why the same wasn't implemented in the context of react, anyways this would mean a learning opportunity for me to understand react design principles more better. here is a Vanilla Js repro of the onBlur being called https://github.com/facebook/react/assets/72331432/71764d95-8cf1-46f4-870c-7260496eb4ed [Vanilla JS codesandbox repro](https://codesandbox.io/p/sandbox/thirsty-dew-m3c9rw?file=%2Fsrc%2Findex.js&layout=%257B%2522sidebarPanel%2522%253A%2522EXPLORER%2522%252C%2522rootPanelGroup%2522%253A%257B%2522direction%2522%253A%2522horizontal%2522%252C%2522contentType%2522%253A%2522UNKNOWN%2522%252C%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522id%2522%253A%2522ROOT_LAYOUT%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522UNKNOWN%2522%252C%2522direction%2522%253A%2522vertical%2522%252C%2522id%2522%253A%2522cltebycuk00063b7gmdoekmb7%2522%252C%2522sizes%2522%253A%255B70%252C30%255D%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522EDITOR%2522%252C%2522direction%2522%253A%2522horizontal%2522%252C%2522id%2522%253A%2522EDITOR%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522EDITOR%2522%252C%2522id%2522%253A%2522cltebycuk00023b7gkqj1jfl5%2522%257D%255D%257D%252C%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522SHELLS%2522%252C%2522direction%2522%253A%2522horizontal%2522%252C%2522id%2522%253A%2522SHELLS%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522SHELLS%2522%252C%2522id%2522%253A%2522cltebycuk00033b7g0lpr7ihd%2522%257D%255D%252C%2522sizes%2522%253A%255B100%255D%257D%255D%257D%252C%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522DEVTOOLS%2522%252C%2522direction%2522%253A%2522vertical%2522%252C%2522id%2522%253A%2522DEVTOOLS%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522DEVTOOLS%2522%252C%2522id%2522%253A%2522cltebycuk00053b7giz3n0fay%2522%257D%255D%252C%2522sizes%2522%253A%255B100%255D%257D%255D%252C%2522sizes%2522%253A%255B50%252C50%255D%257D%252C%2522tabbedPanels%2522%253A%257B%2522cltebycuk00023b7gkqj1jfl5%2522%253A%257B%2522id%2522%253A%2522cltebycuk00023b7gkqj1jfl5%2522%252C%2522tabs%2522%253A%255B%257B%2522id%2522%253A%2522cltecjrm500023b7gfcgihboa%2522%252C%2522mode%2522%253A%2522permanent%2522%252C%2522type%2522%253A%2522FILE%2522%252C%2522filepath%2522%253A%2522%252Fsrc%252Findex.js%2522%252C%2522state%2522%253A%2522IDLE%2522%257D%255D%252C%2522activeTabId%2522%253A%2522cltecjrm500023b7gfcgihboa%2522%257D%252C%2522cltebycuk00053b7giz3n0fay%2522%253A%257B%2522tabs%2522%253A%255B%257B%2522id%2522%253A%2522cltebycuk00043b7gf3vg0hzn%2522%252C%2522mode%2522%253A%2522permanent%2522%252C%2522type%2522%253A%2522UNASSIGNED_PORT%2522%252C%2522port%2522%253A0%252C%2522path%2522%253A%2522%252F%2522%257D%255D%252C%2522id%2522%253A%2522cltebycuk00053b7giz3n0fay%2522%252C%2522activeTabId%2522%253A%2522cltebycuk00043b7gf3vg0hzn%2522%257D%252C%2522cltebycuk00033b7g0lpr7ihd%2522%253A%257B%2522tabs%2522%253A%255B%255D%252C%2522id%2522%253A%2522cltebycuk00033b7g0lpr7ihd%2522%257D%257D%252C%2522showDevtools%2522%253Atrue%252C%2522showShells%2522%253Atrue%252C%2522showSidebar%2522%253Atrue%252C%2522sidebarPanelSize%2522%253A15%257Dl) here is the React Codesandbox example, check console as the `onBlur` is not called https://github.com/facebook/react/assets/72331432/f12b66bf-5bb9-4a0b-a0f5-aa37c57c3119 [React Sandbox Link](https://codesandbox.io/p/sandbox/react-blur-cyffzf?layout=%257B%2522sidebarPanel%2522%253A%2522EXPLORER%2522%252C%2522rootPanelGroup%2522%253A%257B%2522direction%2522%253A%2522horizontal%2522%252C%2522contentType%2522%253A%2522UNKNOWN%2522%252C%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522id%2522%253A%2522ROOT_LAYOUT%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522UNKNOWN%2522%252C%2522direction%2522%253A%2522vertical%2522%252C%2522id%2522%253A%2522cltecd0id00063b7g9dw8muas%2522%252C%2522sizes%2522%253A%255B70%252C30%255D%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522EDITOR%2522%252C%2522direction%2522%253A%2522horizontal%2522%252C%2522id%2522%253A%2522EDITOR%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522EDITOR%2522%252C%2522id%2522%253A%2522cltecd0ic00023b7gfaq73wrr%2522%257D%255D%257D%252C%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522SHELLS%2522%252C%2522direction%2522%253A%2522horizontal%2522%252C%2522id%2522%253A%2522SHELLS%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522SHELLS%2522%252C%2522id%2522%253A%2522cltecd0ic00033b7gu9schf65%2522%257D%255D%252C%2522sizes%2522%253A%255B100%255D%257D%255D%257D%252C%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522DEVTOOLS%2522%252C%2522direction%2522%253A%2522vertical%2522%252C%2522id%2522%253A%2522DEVTOOLS%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522DEVTOOLS%2522%252C%2522id%2522%253A%2522cltecd0ic00053b7gw8foqyy4%2522%257D%255D%252C%2522sizes%2522%253A%255B100%255D%257D%255D%252C%2522sizes%2522%253A%255B40%252C60%255D%257D%252C%2522tabbedPanels%2522%253A%257B%2522cltecd0ic00023b7gfaq73wrr%2522%253A%257B%2522id%2522%253A%2522cltecd0ic00023b7gfaq73wrr%2522%252C%2522tabs%2522%253A%255B%255D%257D%252C%2522cltecd0ic00053b7gw8foqyy4%2522%253A%257B%2522tabs%2522%253A%255B%257B%2522id%2522%253A%2522cltecd0ic00043b7gtgtst7qn%2522%252C%2522mode%2522%253A%2522permanent%2522%252C%2522type%2522%253A%2522UNASSIGNED_PORT%2522%252C%2522port%2522%253A0%252C%2522path%2522%253A%2522%252F%2522%257D%255D%252C%2522id%2522%253A%2522cltecd0ic00053b7gw8foqyy4%2522%252C%2522activeTabId%2522%253A%2522cltecd0ic00043b7gtgtst7qn%2522%257D%252C%2522cltecd0ic00033b7gu9schf65%2522%253A%257B%2522tabs%2522%253A%255B%255D%252C%2522id%2522%253A%2522cltecd0ic00033b7gu9schf65%2522%257D%257D%252C%2522showDevtools%2522%253Atrue%252C%2522showShells%2522%253Atrue%252C%2522showSidebar%2522%253Atrue%252C%2522sidebarPanelSize%2522%253A15%257D) The fix i proposed here is if the deletedFiber object has `memoizedProps` and if those `memoizedProps` contain an `onBlur` property. If both conditions are true, it calls the onBlur function with a new blur event. I have added a test for the same, to not allow regression to occur Tested on the fixtures file after running `yarn build` Passing Test <img width="724" alt="Screenshot 2024-03-07 at 1 48 03 PM" src="https://github.com/facebook/react/assets/72331432/4ab2f6c5-1a3f-45ec-9021-0df18435cfb6"> https://github.com/facebook/react/assets/72331432/badedda2-94fa-46b0-a1e7-3c24e9dd26ae This Behaviour falls under the category where React and Vanilla JS act differently , earlier i raised #27016 , reviewed by sophie , which concluded to refer away from custom event logic as of now, as the future of react seems to get rid of React event system logic and rely on browser event system. tagging @sebmarkbage @sophiebits @acdlite @rickhanlonii , would love to know all of your thoughts and what you feel about this.
{'url': 'https://api.github.com/repos/facebook/react/issues/28495/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/28495/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28494
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28494/labels{/name}
https://api.github.com/repos/facebook/react/issues/28494/comments
https://api.github.com/repos/facebook/react/issues/28494/events
https://github.com/facebook/react/issues/28494
2,168,865,953
I_kwDOAJy2Ks6BRkSh
28,494
Bug:
{'login': 'KhorshedRiju', 'id': 162308831, 'node_id': 'U_kgDOCayi3w', 'avatar_url': 'https://avatars.githubusercontent.com/u/162308831?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/KhorshedRiju', 'html_url': 'https://github.com/KhorshedRiju', 'followers_url': 'https://api.github.com/users/KhorshedRiju/followers', 'following_url': 'https://api.github.com/users/KhorshedRiju/following{/other_user}', 'gists_url': 'https://api.github.com/users/KhorshedRiju/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/KhorshedRiju/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/KhorshedRiju/subscriptions', 'organizations_url': 'https://api.github.com/users/KhorshedRiju/orgs', 'repos_url': 'https://api.github.com/users/KhorshedRiju/repos', 'events_url': 'https://api.github.com/users/KhorshedRiju/events{/privacy}', 'received_events_url': 'https://api.github.com/users/KhorshedRiju/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
[]
2024-03-05 10:39:15
2024-03-06 23:19:23
2024-03-06 23:19:23
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/28494/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/28494/timeline
null
not_planned
false
https://api.github.com/repos/facebook/react/issues/28493
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28493/labels{/name}
https://api.github.com/repos/facebook/react/issues/28493/comments
https://api.github.com/repos/facebook/react/issues/28493/events
https://github.com/facebook/react/pull/28493
2,168,784,104
PR_kwDOAJy2Ks5osZZY
28,493
Link to reactjs/react.dev repo instead of reactjs/reactjs.org
{'login': '0ldh', 'id': 89984740, 'node_id': 'MDQ6VXNlcjg5OTg0NzQw', 'avatar_url': 'https://avatars.githubusercontent.com/u/89984740?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/0ldh', 'html_url': 'https://github.com/0ldh', 'followers_url': 'https://api.github.com/users/0ldh/followers', 'following_url': 'https://api.github.com/users/0ldh/following{/other_user}', 'gists_url': 'https://api.github.com/users/0ldh/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/0ldh/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/0ldh/subscriptions', 'organizations_url': 'https://api.github.com/users/0ldh/orgs', 'repos_url': 'https://api.github.com/users/0ldh/repos', 'events_url': 'https://api.github.com/users/0ldh/events{/privacy}', 'received_events_url': 'https://api.github.com/users/0ldh/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: 0ae2b13412e0e4cf10a799ec645035213834556c...f758e0e95d9cdb1a218644251ae6a25aca8f4b03\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/f758e0e95d9cdb1a218644251ae6a25aca8f4b03/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **=** | 177.19 kB | 177.19 kB | = | 55.23 kB | 55.23 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/f758e0e95d9cdb1a218644251ae6a25aca8f4b03/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **=** | 177.72 kB | 177.72 kB | = | 55.55 kB | 55.55 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/f758e0e95d9cdb1a218644251ae6a25aca8f4b03/files/facebook-www/ReactDOM-prod.classic.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **=** | 594.67 kB | 594.67 kB | = | 105.04 kB | 105.04 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/f758e0e95d9cdb1a218644251ae6a25aca8f4b03/files/facebook-www/ReactDOM-prod.modern.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **=** | 577.93 kB | 577.93 kB | = | 102.10 kB | 102.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/f758e0e95d9cdb1a218644251ae6a25aca8f4b03/files/__test_utils__/ReactAllWarnings.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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/f758e0e95d9cdb1a218644251ae6a25aca8f4b03/files/__test_utils__/ReactAllWarnings.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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 f758e0e95d9cdb1a218644251ae6a25aca8f4b03\n</p>\n" ]
2024-03-05 10:00:10
2024-03-07 00:08:44
2024-03-06 23:20:58
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28493', 'html_url': 'https://github.com/facebook/react/pull/28493', 'diff_url': 'https://github.com/facebook/react/pull/28493.diff', 'patch_url': 'https://github.com/facebook/react/pull/28493.patch', 'merged_at': datetime.datetime(2024, 3, 6, 23, 20, 58)}
<!-- 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 Update document repository link <!-- 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/28493/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/28493/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28492
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28492/labels{/name}
https://api.github.com/repos/facebook/react/issues/28492/comments
https://api.github.com/repos/facebook/react/issues/28492/events
https://github.com/facebook/react/issues/28492
2,168,681,475
I_kwDOAJy2Ks6BQ3QD
28,492
Bug: onBlur is not firing in IOS Chrome when trigger done button
{'login': 'youryu0212', 'id': 87521172, 'node_id': 'MDQ6VXNlcjg3NTIxMTcy', 'avatar_url': 'https://avatars.githubusercontent.com/u/87521172?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/youryu0212', 'html_url': 'https://github.com/youryu0212', 'followers_url': 'https://api.github.com/users/youryu0212/followers', 'following_url': 'https://api.github.com/users/youryu0212/following{/other_user}', 'gists_url': 'https://api.github.com/users/youryu0212/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/youryu0212/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/youryu0212/subscriptions', 'organizations_url': 'https://api.github.com/users/youryu0212/orgs', 'repos_url': 'https://api.github.com/users/youryu0212/repos', 'events_url': 'https://api.github.com/users/youryu0212/events{/privacy}', 'received_events_url': 'https://api.github.com/users/youryu0212/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
[ "It look like React listening `focusout` instead of `blur` event, because `blur` event doesn't bubble up to the container. However, the `focusout` isn't triggered when the `Done` button is clicked in Chrome for iOS.\r\n\r\nhttps://github.com/facebook/react/blob/0ae2b13412e0e4cf10a799ec645035213834556c/packages/react-dom-bindings/src/events/plugins/SimpleEventPlugin.js#L85-L96\r\n\r\nMay same issue in Flutter:\r\n- https://github.com/flutter/flutter/issues/86682\r\n\r\nRelated Chrome issue:\r\n- https://support.google.com/chrome/thread/170808931?hl=en&sjid=6941042876217237643-AP", "Thank you for your kind response.\r\nI think using the focusout event for onBlur's internal implementation is a matter of choice. The React team's\r\nBut I think it's unexpected behavior that it doesn't trigger when actual DOM blur occurs.\r\n\r\nI understand that in the ios chrome environment, the DOM blur event is triggered, but the focusout is not, and that's probably an issue that either ios or chrome intended or should address. \r\nHowever, I think if the DOM blur event were still triggered, the onBlur handler should still be fired.\r\n\r\nPlease feel free to share your opinions", "Since React listens to the actual DOM events on the container and distributes them internally, and the `blur` event don't bubble up and can't be listened by React, `focusout` is used instead. It may be a lot of trouble to solve this problem without changing the way the React event system works." ]
2024-03-05 09:11:05
2024-03-07 12:10:49
null
NONE
null
null
null
### Version - react: 18.2.0 - react-dom: 18.2.0 - test device version: Iphone X(IOS 16.3) ### Sample Code - https://github.com/youryu0212/react-blur-error ### Expectation - Clicking the DONE button on the IOS keyboard, I expected the blur to be triggered by losing focus on the html Input Element. ### Result - The onBlur event is not fired. ### Detailed description: - After the done button on the keypad was clicked, the html was blurred but react's onBlur was not fired - If you apply blur as a native event instead of react onBlur, it works fine. - IOS, Android Other Browsers onBlur was fine. https://github.com/youryu0212/react-blur-sample/assets/87521172/517787aa-4856-4eb4-a416-eb0c8db3a62d https://github.com/youryu0212/react-blur-sample/assets/87521172/71ff622b-e982-4bcc-98c3-fd25b17aef3e ### The current behavior - Clicking the DONE button on the IOS keyboard, The onBlur event is not fired. ### The expected behavior - Clicking the DONE button on the IOS keyboard, The onBlur event is fired.
{'url': 'https://api.github.com/repos/facebook/react/issues/28492/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/28492/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28491
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28491/labels{/name}
https://api.github.com/repos/facebook/react/issues/28491/comments
https://api.github.com/repos/facebook/react/issues/28491/events
https://github.com/facebook/react/pull/28491
2,168,250,145
PR_kwDOAJy2Ks5oqlkR
28,491
Add `React.useActionState`
{'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: 17eaacaac167addf0c4358b4983f054073a0626d...643e562135220b52b8ca97161ab7c71943feda06\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/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.06%** | 176.80 kB | 176.90 kB | +0.08% | 54.90 kB | 54.94 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.06%** | 177.34 kB | 177.44 kB | +0.04% | 55.26 kB | 55.28 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-www/ReactDOM-prod.classic.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.06%** | 593.95 kB | 594.29 kB | +0.02% | 104.36 kB | 104.38 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-www/ReactDOM-prod.modern.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.06%** | 577.21 kB | 577.55 kB | +0.01% | 101.41 kB | 101.43 kB\n| [oss-experimental/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react-debug-tools/cjs/react-debug-tools.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+6.54%** | 29.84 kB | 31.79 kB | +0.79% | 7.69 kB | 7.75 kB\n| [oss-stable-semver/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable-semver/react-debug-tools/cjs/react-debug-tools.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+6.54%** | 29.84 kB | 31.79 kB | +0.79% | 7.69 kB | 7.75 kB\n| [oss-stable/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react-debug-tools/cjs/react-debug-tools.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+6.54%** | 29.84 kB | 31.79 kB | +0.79% | 7.69 kB | 7.75 kB\n| [oss-experimental/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+5.89%** | 9.95 kB | 10.53 kB | +1.07% | 3.37 kB | 3.40 kB\n| [oss-stable-semver/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable-semver/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+5.89%** | 9.95 kB | 10.53 kB | +1.07% | 3.37 kB | 3.40 kB\n| [oss-stable/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+5.89%** | 9.95 kB | 10.53 kB | +1.07% | 3.37 kB | 3.40 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/__test_utils__/ReactAllWarnings.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react-debug-tools/cjs/react-debug-tools.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+6.54%** | 29.84 kB | 31.79 kB | +0.79% | 7.69 kB | 7.75 kB\n| [oss-stable-semver/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable-semver/react-debug-tools/cjs/react-debug-tools.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+6.54%** | 29.84 kB | 31.79 kB | +0.79% | 7.69 kB | 7.75 kB\n| [oss-stable/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react-debug-tools/cjs/react-debug-tools.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+6.54%** | 29.84 kB | 31.79 kB | +0.79% | 7.69 kB | 7.75 kB\n| [oss-experimental/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+5.89%** | 9.95 kB | 10.53 kB | +1.07% | 3.37 kB | 3.40 kB\n| [oss-stable-semver/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable-semver/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+5.89%** | 9.95 kB | 10.53 kB | +1.07% | 3.37 kB | 3.40 kB\n| [oss-stable/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+5.89%** | 9.95 kB | 10.53 kB | +1.07% | 3.37 kB | 3.40 kB\n| [facebook-react-native/react/cjs/React-prod.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-react-native/react/cjs/React-prod.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+1.24%** | 20.14 kB | 20.39 kB | +1.17% | 5.06 kB | 5.12 kB\n| [facebook-react-native/react/cjs/React-profiling.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-react-native/react/cjs/React-profiling.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+1.23%** | 20.29 kB | 20.54 kB | +1.08% | 5.08 kB | 5.14 kB\n| [facebook-www/ReactServer-prod.modern.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-www/ReactServer-prod.modern.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+1.08%** | 16.54 kB | 16.71 kB | +1.01% | 4.34 kB | 4.38 kB\n| [oss-stable-semver/react/cjs/react.react-server.production.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable-semver/react/cjs/react.react-server.production.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+1.05%** | 7.55 kB | 7.63 kB | +0.54% | 3.13 kB | 3.15 kB\n| [oss-stable/react/cjs/react.react-server.production.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react/cjs/react.react-server.production.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+1.04%** | 7.58 kB | 7.66 kB | +0.63% | 3.15 kB | 3.17 kB\n| [oss-stable-semver/react/cjs/react.production.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable-semver/react/cjs/react.production.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.92%** | 8.58 kB | 8.66 kB | +0.25% | 3.24 kB | 3.25 kB\n| [oss-stable/react/cjs/react.production.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react/cjs/react.production.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.92%** | 8.61 kB | 8.69 kB | +0.34% | 3.26 kB | 3.27 kB\n| [facebook-www/React-prod.modern.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-www/React-prod.modern.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.88%** | 20.29 kB | 20.47 kB | +0.69% | 5.09 kB | 5.12 kB\n| [facebook-www/React-prod.classic.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-www/React-prod.classic.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.86%** | 20.58 kB | 20.76 kB | +0.74% | 5.15 kB | 5.19 kB\n| [oss-stable-semver/react/cjs/react.react-server.production.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable-semver/react/cjs/react.react-server.production.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.86%** | 33.52 kB | 33.80 kB | +0.75% | 9.99 kB | 10.06 kB\n| [facebook-www/React-profiling.modern.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-www/React-profiling.modern.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.86%** | 20.73 kB | 20.90 kB | +0.72% | 5.16 kB | 5.20 kB\n| [oss-stable/react/cjs/react.react-server.production.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react/cjs/react.react-server.production.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.86%** | 33.54 kB | 33.83 kB | +0.79% | 10.01 kB | 10.09 kB\n| [facebook-www/React-profiling.classic.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-www/React-profiling.classic.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.85%** | 21.01 kB | 21.19 kB | +0.69% | 5.23 kB | 5.27 kB\n| [oss-experimental/react/cjs/react.production.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react/cjs/react.production.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.83%** | 9.56 kB | 9.64 kB | +0.39% | 3.56 kB | 3.57 kB\n| [oss-experimental/react/cjs/react.react-server.production.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react/cjs/react.react-server.production.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.82%** | 9.62 kB | 9.70 kB | +0.47% | 3.84 kB | 3.86 kB\n| [oss-stable-semver/react/cjs/react.production.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable-semver/react/cjs/react.production.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.75%** | 38.36 kB | 38.65 kB | +0.39% | 10.71 kB | 10.75 kB\n| [oss-stable/react/cjs/react.production.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react/cjs/react.production.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.75%** | 38.39 kB | 38.68 kB | +0.46% | 10.73 kB | 10.78 kB\n| [oss-experimental/react/cjs/react.react-server.production.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react/cjs/react.react-server.production.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.72%** | 39.92 kB | 40.21 kB | +0.65% | 11.80 kB | 11.87 kB\n| [oss-experimental/react/cjs/react.production.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react/cjs/react.production.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.70%** | 41.28 kB | 41.57 kB | +0.36% | 11.49 kB | 11.53 kB\n| [oss-stable-semver/react/umd/react.profiling.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable-semver/react/umd/react.profiling.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.60%** | 12.20 kB | 12.27 kB | +0.28% | 4.72 kB | 4.73 kB\n| [oss-stable-semver/react/umd/react.production.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable-semver/react/umd/react.production.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.60%** | 12.20 kB | 12.27 kB | +0.30% | 4.72 kB | 4.73 kB\n| [oss-stable/react/umd/react.profiling.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react/umd/react.profiling.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.60%** | 12.22 kB | 12.29 kB | +0.34% | 4.74 kB | 4.76 kB\n| [oss-stable/react/umd/react.production.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react/umd/react.production.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.60%** | 12.22 kB | 12.30 kB | +0.34% | 4.74 kB | 4.76 kB\n| [oss-experimental/react-refresh/cjs/react-refresh-babel.production.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react-refresh/cjs/react-refresh-babel.production.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.58%** | 8.56 kB | 8.61 kB | +0.35% | 2.88 kB | 2.89 kB\n| [oss-stable-semver/react-refresh/cjs/react-refresh-babel.production.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable-semver/react-refresh/cjs/react-refresh-babel.production.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.58%** | 8.56 kB | 8.61 kB | +0.35% | 2.88 kB | 2.89 kB\n| [oss-stable/react-refresh/cjs/react-refresh-babel.production.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react-refresh/cjs/react-refresh-babel.production.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.58%** | 8.56 kB | 8.61 kB | +0.35% | 2.88 kB | 2.89 kB\n| [oss-experimental/react/umd/react.profiling.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react/umd/react.profiling.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.56%** | 13.11 kB | 13.19 kB | +0.32% | 5.02 kB | 5.04 kB\n| [oss-experimental/react/umd/react.production.min.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react/umd/react.production.min.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.56%** | 13.11 kB | 13.19 kB | +0.34% | 5.02 kB | 5.04 kB\n| [oss-stable-semver/react/cjs/react.react-server.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable-semver/react/cjs/react.react-server.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.38%** | 75.73 kB | 76.02 kB | +0.35% | 21.04 kB | 21.12 kB\n| [oss-stable/react/cjs/react.react-server.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react/cjs/react.react-server.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.38%** | 75.76 kB | 76.05 kB | +0.38% | 21.07 kB | 21.14 kB\n| [oss-experimental/react/cjs/react.react-server.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react/cjs/react.react-server.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.35%** | 82.27 kB | 82.55 kB | +0.31% | 23.12 kB | 23.19 kB\n| [facebook-www/ReactServer-dev.modern.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-www/ReactServer-dev.modern.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.33%** | 93.89 kB | 94.20 kB | +0.32% | 22.27 kB | 22.34 kB\n| [facebook-react-native/react/cjs/React-dev.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-react-native/react/cjs/React-dev.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.32%** | 123.65 kB | 124.04 kB | +0.20% | 29.54 kB | 29.60 kB\n| [oss-stable-semver/react/cjs/react.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable-semver/react/cjs/react.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.29%** | 98.43 kB | 98.72 kB | +0.15% | 26.52 kB | 26.56 kB\n| [oss-stable/react/cjs/react.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react/cjs/react.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.29%** | 98.46 kB | 98.74 kB | +0.16% | 26.54 kB | 26.59 kB\n| [oss-experimental/react/cjs/react.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react/cjs/react.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.28%** | 101.07 kB | 101.36 kB | +0.16% | 27.38 kB | 27.42 kB\n| [facebook-www/React-dev.modern.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-www/React-dev.modern.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.25%** | 124.16 kB | 124.48 kB | +0.15% | 29.56 kB | 29.60 kB\n| [facebook-www/React-dev.classic.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-www/React-dev.classic.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.25%** | 125.75 kB | 126.06 kB | +0.13% | 29.94 kB | 29.98 kB\n| [oss-stable-semver/react/umd/react.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable-semver/react/umd/react.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.25%** | 121.02 kB | 121.32 kB | +0.14% | 31.09 kB | 31.13 kB\n| [oss-stable/react/umd/react.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react/umd/react.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.25%** | 121.04 kB | 121.34 kB | +0.16% | 31.11 kB | 31.16 kB\n| [oss-experimental/react/umd/react.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react/umd/react.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.24%** | 123.76 kB | 124.06 kB | +0.17% | 31.99 kB | 32.04 kB\n| [facebook-react-native/react-test-renderer/cjs/ReactTestRenderer-dev.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-react-native/react-test-renderer/cjs/ReactTestRenderer-dev.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.24%** | 921.90 kB | 924.12 kB | +0.06% | 183.07 kB | 183.17 kB\n| [oss-experimental/react-refresh/cjs/react-refresh-babel.production.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react-refresh/cjs/react-refresh-babel.production.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.24%** | 27.12 kB | 27.18 kB | +0.17% | 6.00 kB | 6.01 kB\n| [oss-stable-semver/react-refresh/cjs/react-refresh-babel.production.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable-semver/react-refresh/cjs/react-refresh-babel.production.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.24%** | 27.12 kB | 27.18 kB | +0.17% | 6.00 kB | 6.01 kB\n| [oss-stable/react-refresh/cjs/react-refresh-babel.production.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react-refresh/cjs/react-refresh-babel.production.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.24%** | 27.12 kB | 27.18 kB | +0.17% | 6.00 kB | 6.01 kB\n| [facebook-www/ReactTestRenderer-dev.modern.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-www/ReactTestRenderer-dev.modern.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.23%** | 942.76 kB | 944.97 kB | +0.05% | 187.36 kB | 187.46 kB\n| [facebook-www/ReactTestRenderer-dev.classic.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-www/ReactTestRenderer-dev.classic.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.23%** | 942.76 kB | 944.97 kB | +0.05% | 187.36 kB | 187.46 kB\n| [oss-experimental/react-refresh/cjs/react-refresh-babel.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react-refresh/cjs/react-refresh-babel.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.23%** | 27.34 kB | 27.40 kB | +0.15% | 6.06 kB | 6.07 kB\n| [oss-stable-semver/react-refresh/cjs/react-refresh-babel.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable-semver/react-refresh/cjs/react-refresh-babel.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.23%** | 27.34 kB | 27.40 kB | +0.15% | 6.06 kB | 6.07 kB\n| [oss-stable/react-refresh/cjs/react-refresh-babel.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react-refresh/cjs/react-refresh-babel.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.23%** | 27.34 kB | 27.40 kB | +0.15% | 6.06 kB | 6.07 kB\n| [oss-experimental/react-test-renderer/cjs/react-test-renderer.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react-test-renderer/cjs/react-test-renderer.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.23%** | 812.84 kB | 814.70 kB | +0.05% | 176.66 kB | 176.75 kB\n| [oss-stable-semver/react-test-renderer/cjs/react-test-renderer.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable-semver/react-test-renderer/cjs/react-test-renderer.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.23%** | 814.57 kB | 816.43 kB | +0.05% | 177.12 kB | 177.21 kB\n| [oss-stable/react-test-renderer/cjs/react-test-renderer.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react-test-renderer/cjs/react-test-renderer.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.23%** | 814.60 kB | 816.46 kB | +0.05% | 177.15 kB | 177.24 kB\n| [oss-experimental/react-test-renderer/umd/react-test-renderer.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react-test-renderer/umd/react-test-renderer.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.23%** | 851.24 kB | 853.18 kB | +0.05% | 178.61 kB | 178.70 kB\n| [oss-stable-semver/react-test-renderer/umd/react-test-renderer.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable-semver/react-test-renderer/umd/react-test-renderer.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.23%** | 853.06 kB | 855.00 kB | +0.05% | 179.08 kB | 179.17 kB\n| [oss-stable/react-test-renderer/umd/react-test-renderer.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react-test-renderer/umd/react-test-renderer.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.23%** | 853.09 kB | 855.03 kB | +0.05% | 179.11 kB | 179.20 kB\n| [oss-stable-semver/react-art/cjs/react-art.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable-semver/react-art/cjs/react-art.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.22%** | 829.68 kB | 831.54 kB | +0.05% | 179.65 kB | 179.74 kB\n| [oss-stable/react-art/cjs/react-art.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react-art/cjs/react-art.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.22%** | 829.70 kB | 831.57 kB | +0.05% | 179.68 kB | 179.77 kB\n| [oss-experimental/react-art/cjs/react-art.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react-art/cjs/react-art.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.22%** | 835.93 kB | 837.79 kB | +0.05% | 180.31 kB | 180.39 kB\n| [facebook-www/ReactART-dev.modern.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-www/ReactART-dev.modern.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.21%** | 1,045.74 kB | 1,047.95 kB | +0.05% | 204.71 kB | 204.81 kB\n| [facebook-www/ReactART-dev.classic.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-www/ReactART-dev.classic.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.21%** | 1,057.94 kB | 1,060.16 kB | +0.05% | 207.14 kB | 207.24 kB\n| [react-native/implementations/ReactFabric-dev.fb.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/react-native/implementations/ReactFabric-dev.fb.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.21%** | 1,072.45 kB | 1,074.67 kB | +0.05% | 212.95 kB | 213.05 kB\n| [oss-stable-semver/react-art/umd/react-art.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable-semver/react-art/umd/react-art.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.21%** | 945.61 kB | 947.55 kB | +0.04% | 198.99 kB | 199.07 kB\n| [oss-stable/react-art/umd/react-art.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-stable/react-art/umd/react-art.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.21%** | 945.64 kB | 947.58 kB | +0.04% | 199.01 kB | 199.10 kB\n| [react-native/implementations/ReactNativeRenderer-dev.fb.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/react-native/implementations/ReactNativeRenderer-dev.fb.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.20%** | 1,087.03 kB | 1,089.24 kB | +0.05% | 216.81 kB | 216.90 kB\n| [oss-experimental/react-art/umd/react-art.development.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/oss-experimental/react-art/umd/react-art.development.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **+0.20%** | 952.21 kB | 954.15 kB | +0.04% | 199.68 kB | 199.76 kB\n| [facebook-www/ReactDOMServerStreaming-prod.modern.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-www/ReactDOMServerStreaming-prod.modern.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **=** | 208.62 kB | 208.18 kB | = | 38.47 kB | 38.45 kB\n| [facebook-www/ReactDOMServer-prod.classic.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-www/ReactDOMServer-prod.classic.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **=** | 206.32 kB | 205.88 kB | = | 37.40 kB | 37.40 kB\n| [facebook-www/ReactDOMServer-prod.modern.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/facebook-www/ReactDOMServer-prod.modern.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **=** | 204.77 kB | 204.32 kB | = | 37.10 kB | 37.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/643e562135220b52b8ca97161ab7c71943feda06/files/__test_utils__/ReactAllWarnings.js?compare=17eaacaac167addf0c4358b4983f054073a0626d) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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 643e562135220b52b8ca97161ab7c71943feda06\n</p>\n", "In your PR description, what is the `if (errorMessage != null) {` for?", "I guess there is a typo in the following code snippet:\r\n<hr>\r\n\r\n![image](https://github.com/facebook/react/assets/13042947/58d833d4-bd62-48dd-9eec-d9748ddeb6cf)\r\n", "Good call @sophiebits, I was thinking it it's null you would do something with it like handle a re-direct, but in the other examples the action would handle that for you so it makes sense to drop it here.\r\n\r\nNice catch @meghsohor, fixed and I re-formatted all the examples to fix the syntax errors and formatting.", "Reading between the lines a bit here, could this be used allow you to opt out of Next.js' serial server action processing?", "@tom-sherman I'm not familiar with the Next processing for server actions, but I don't think anything about this would change their implementation and that wasn't a motivating factor. It's the same hook, with a different name, a pending value, and just moved to the `'react'` package.", "In case anyone is reading the PR description examples and wondering (like I did) what types the first returned array element can be (`errorMessage` in the example, which looks like `string | null` type):\r\n\r\nIt looks like the first argument is just `state`, and it can be any type:\r\n\r\nhttps://github.com/facebook/react/blob/651adbaad55a596b3c7f1d7ff3ccb3c454728076/packages/react-debug-tools/src/ReactDebugHooks.js#L656-L659\r\n\r\nAlso confirmed over here:\r\n\r\n> Correct, it's whatever data your action returns, just like useFormState. Since successful actions will typically navigate on success, it's probably most common to use the return value to show an error, which is the only reason I used an errorMessage in the example.\r\n\r\nSource: https://twitter.com/rickhanlonii/status/1765592038026641571", "Thanks @karlhorky, I added the type to the reference section, updated the code examples to use `state` instead.", "Great PR and great to see how fast the team responds to the feedback! Leaving just my 2 cents here from an educational perspective:\r\n\r\nI ran into the same confusion when I wrote my blog post about Forms in Next. Now if I understand this PR correctly, `useFormState` will go away in favor or `useActionState`, but `useFormStatus` will stay around as a more fine-grained primitive (where I didn't have any usage yet, but probably more interesting for library/framework authors).\r\n\r\nNow I have a kinda related question. In my [article](https://www.robinwieruch.de/next-forms/#toast-message-with-server-actions-in-next), I wanted to show how to trigger a reactive toast message once an action returns its response. But I had no indicator for the new `formState`, therefore I had to return a `timestamp` (read: `timestamp: Date.now()`) from the action as `formState`, so that I could reactively show a toast message in a custom hook:\r\n\r\n```\r\nimport { useRef, useEffect } from 'react';\r\nimport { toast } from 'react-hot-toast';\r\n\r\ntype FormState = {\r\n message: string;\r\n fieldErrors: Record<string, string[] | undefined>;\r\n timestamp: number;\r\n};\r\n\r\nconst useToastMessage = (formState: FormState) => {\r\n const prevTimestamp = useRef(formState.timestamp);\r\n\r\n const showToast =\r\n formState.message &&\r\n formState.timestamp !== prevTimestamp.current;\r\n\r\n useEffect(() => {\r\n if (showToast) {\r\n if (formState.status === 'ERROR') {\r\n toast.error(formState.message);\r\n } else {\r\n toast.success(formState.message);\r\n }\r\n\r\n prevTimestamp.current = formState.timestamp;\r\n }\r\n }, [formState, showToast]);\r\n};\r\n\r\nexport { useToastMessage };\r\n```\r\n\r\nSince the returned `message` could be the same (e.g. \"Successful request.\") for two successive requests, I had to introduce the `timestamp` which does the check to see whether its a new instance of `message` to show as toast. Otherwise the toast would have only shown once:\r\n\r\n```\r\nformState.timestamp !== prevTimestamp.current\r\n```\r\n\r\nNow I see there would be a way around this with `useActionState`, e.g. checking if the `pending` state goes from `true` to `false` and showing the toast `message` (if there is any in the `formState`). Am I correct or is the best practice any other way? Thanks for you input! I want to showcase these use case in the best possible way :)\r\n", "Hey there,\r\n\r\nI hope you don't mind me jumping into the conversation.\r\n\r\nI've been catching up the discussion that led to these changes and I'm genuinely excited to see these APIs receiving more attention.\r\n\r\nI've got a few thoughts on how React could take this even further and help developers to create forms that are progressively enhanced rather than (un)gracefully degraded.\r\n\r\n## Motivation and suggestions\r\n\r\nOne of the key advantages, for me, of `useFormState()`/`useActionState()` and `<form action={action}>` is their ability to create isomorphic/universal forms that are progressively enhanced.\r\n\r\nHowever, the current API lacks some nuance needed for isomorphic forms:\r\n\r\n### 1. Access to `Payload` for enhanced abstractions\r\n\r\nOne challenge is the difficulty in creating abstractions that gracefully degrade due to limited access to `Payload`. In PHP, for example, you have the convenient `$_POST` object for accessing form data anywhere.\r\n\r\nI'd like `Payload` to be as easily accessible as `$_POST` so that all my uncontrolled form inputs could look something like this:\r\n\r\n```tsx\r\n<input type=\"text\" name=\"title\" defaultValue={payload?.get('title')} />\r\n```\r\n\r\nIf I was to make a custom `<Input>`-component that supported this now, I couldn't rely on React giving me access to the payload, without forcing a specific envelope on the server.\r\n\r\n#### Suggestion\r\n\r\nI propose updating the hook to return a tuple *(or object)* with:\r\n\r\n- `dispatch`: the method to call to dispatch the wrapped action\r\n- `state`: the last state the action returned\r\n- `payload` (🆕): the last payload sent to the server (`null | Payload`)\r\n- `pending`: the pending state of the action and any state updates contained\r\n\r\n```ts\r\nfunction useActionState<State, Payload>(\r\n action: (state: Awaited<State>, payload: Payload) => State,\r\n initialState: Awaited<State>,\r\n permalink?: string,\r\n): [\r\n state: State,\r\n dispatch: (payload: Payload) => Promise<State>,\r\n payload: null | Payload,\r\n pending: boolean;\r\n];\r\n```\r\n\r\n- When JS is loaded, we should have access to the `Payload` through the latest dispatch\r\n- When JS isn't loaded, we should have access to the `Payload` through the incoming `Request`\r\n\r\nAnother benefit is that having every API handler to returning the `Payload` adds unnecessary payload on every \"SPA-request\".\r\n\r\n### 2. Consistent behavior with/without JS as a default\r\n\r\nCurrently, the behavior differs between JS and no-JS scenarios. When a form is submitted without JS, all inputs clear, whereas with JS enabled, they do not.\r\n\r\nIt seems unlikely that a user would fill out a full form before JS is loaded, but this behavior makes it needlessly difficult to implement forms that work well without JS.\r\n\r\n#### Suggestion\r\n\r\n> Similar: #27876\r\n\r\nI suggest aligning React's behavior with JS to mimic the web's default behavior without JS. This means putting the form inputs back to their `defaultValue` when submitted.\r\n\r\nWhile this adjustment may seem inconvenient and annoying, it will provide clarity on implementing forms that work well regardless of JS availability, which to me aligns with one of the main goals of React's APIs in this context.\r\n", "@KATT \r\n\r\n\r\nRegarding the second point:\r\n\r\n> I suggest aligning React's behavior with JS to mimic the web's default behavior without JS. This means putting the form inputs back to their defaultValue when submitted.\r\n\r\nThis is indeed what we're planning to do in React 19, but with a few caveats:\r\n\r\n- We only reset if a function is passed to `action`.\r\n- Only uncontrolled form inputs will be reset.\r\n- The form is reset to `defaultValue` only once the action is completed. That way you can update `defaultValue` to a new value from the server right before the reset happens. (This is different from how regular `form.reset()` works because it's asynchronous.)\r\n- To allow you to implement the same behavior manually, we'll provide a `resetForm` import from `react-dom` that works the same way: reset the form the to `defaultValue` once the current action/transition has completed.\r\n\r\n\r\n---\r\n\r\nRegarding the first point, I'm not sure your Payload proposal makes sense to me. What is the value of Payload after the submission has completed? It sounds like maybe you intend for it to be `null`, but in that case, the `defaultValue` in your example would also be empty, which conflicts with the idea of resetting back to `defaultValue` upon submission.", "> This is indeed what we're planning to do in React 19, but with a few caveats:\r\n\r\n🥳 . All makes sense.\r\n\r\nAppreciate your responses here. I'll elaborate more on the `Payload` 👇 \r\n\r\n---\r\n\r\n> Regarding the first point, I'm not sure your Payload proposal makes sense to me. What is the value of Payload after the submission has completed? It sounds like maybe you intend for it to be `null`, but in that case, the `defaultValue` in your example would also be empty, which conflicts with the idea of resetting back to `defaultValue` upon submission.\r\n\r\nServer-side validation errors. Server actions can be completed without the form being \"done\".\r\n\r\nRight now, any error response would have to return the full payload as well in order not to render with empty inputs.\r\n\r\nI don't see many people doing forms that work nicely without JS without easy access to payload, it adds a quite a bit of grokking to know that you should return \"last payload\" on your server in order to render the invalid form with the last submission's values.\r\n\r\nIt doesn't conflict the resetting proposal if the order of operations is right in the \"JS-enabled\" perspective:\r\n\r\n1. Form is submitted / action is dispatched \r\n2. `useActionState()` now is a new tuple/object in `pending` with the new `payload`\r\n3. My `<input />` is re-rendered with a new `defaultValue` (nothing happens since updating the `defaultValue` doesn't actually update it)\r\n4. Action completes, resets the form to their `defaultValue`s (which is the latest payload since I used `defaultValue={payload?.get('title')}`\r\n\r\n_Might be some nuance there that needs tweaking to align it to how a browser without JS would work, especially in cases of frenzy-clicking submit buttons, but you get my point_\r\n\r\n## Concrete example where this causes a problem\r\n\r\n@acdlite, how would you suggest handling a form that returns validation errors on the server which would work nicely **with** and **without** JS and render inputs with the last submitted values? Is it straight-forward enough to get most people using React to do it \"the right way\"?\r\n\r\nI'll try to describe it here in more detail:\r\n\r\n```ts\r\n// /app/posts/_actions.ts\r\n'use server';\r\n// [...] imports \r\n\r\nconst postSchema = z.object({\r\n title: z.string().trim().min(10),\r\n content: z.string().trim().min(50),\r\n});\r\nexport async function createPost(_: unknown, formData: FormData) {\r\n const result = postSchema.safeParse(Object.fromEntries(formData));\r\n if (!result.success) { \r\n return {\r\n error: result.error.flatten(),\r\n // in order to render with the last values, we gotta return formData here :(\r\n formData,\r\n };\r\n }\r\n\r\n // i don't care about the result of successes since i just redirect\r\n const post = await prisma.post.create(result.data);\r\n redirect(`/post/${post.id}`);\r\n}\r\n```\r\n\r\nReturning payload as part of `State` here isn't great:\r\n\r\n- adds extra complexity to the server actions to handle standard functionality\r\n- when JS is enabled it's completely unnecessary payload since it can be grabbed when dispatching\r\n- without returning the payload as part of `State`, you can't re-render the form's inputs with the right `defaultValue`/`value`\r\n- what if I had a file input with a big file? is that gonna be passed back-and-forth when it doesn't even need to be passed at all?\r\n\r\n\r\nI just used an input validation error as an example here, but it could be a unique validation error from the database or something else that couldn't be handled gracefully in the browser before it hit the server", "@KATT Your proposal/argument was compelling. We've spent some time evaluating a variant of your proposal (useFormStatus would have previous payload), but are currently leaning towards not adding it. Mainly due to hydration.\r\n\r\nWhen you use the sent FormData directly to represent the \"current\" state of a form, there's no way to reset the form or control a field. E.g. filtering out invalid characters or upper case the field from the action. If that was ok, we could do something even better and just automatically set the value of a form field to the last set. Since it's not ok, that's why it's not a sufficient solution, you may need to move the source of truth into the state later on once you need to be able to control it from the action. That doesn't dismiss that you could start with the last-sent payload and then later upgrade to putting it inside useActionState as need arrises.\r\n\r\nHowever, the main problem with surfacing the last sent payload is that we would still need to serialize it into the HTML for hydration. Since the current model is that even after submitting an MPA form, we can still hydrate the second attempt. It doesn't stay in no-JS land afterwards. So it wouldn't be better than the `useActionState` option and you still might need the `useActionState` option later when the need arrises. In that case we'd have to keep serializing the whole form - including files potentially - for hydration purposes in case you end up using it.\r\n\r\nTherefore, it seems like it's better to stay with the model where previous state is returned from `useActionState`. That way you can control it and filter out anything that's not needed (such as Blobs).\r\n\r\nThere are a couple of things we can do to improve that experience though:\r\n\r\n- I've already [added support for returning FormData from an Action](https://github.com/facebook/react/pull/28754). So that for a simple form you can just return the payload.\r\n- We have plans for an optimization that would exclude serializing the \"previous state\" argument if it's completely unused.\r\n- It would still serialize it in the return path though. For MPA form submissions this is still needed in the HTML for hydration purposes for the reasons mentioned above. However, for client submissions we can avoid sending this down if we already have a copy on the client using the [Temporary References](https://github.com/facebook/react/pull/28564) mechanism.\r\n\r\nThis mode is still opt-in though in that by default the form would not preserve user state unless you passed it through `useActionState` and did something like `<input name=\"field\" defaultValue={formData.has('field') ? formData.get('field') : lastSaved.field} />`.\r\n\r\nWe've also evaluated a few other modes. Including we could automatically restore the last submitted field to inputs so that it's instead preserved by default and you have to call `reset()` explicitly inside a Server Action to clear it. However, once you get into that - afterwards you still back to square one. It's a bit leaky in terms of abstractions and it's also not necessarily always a better default.\r\n\r\nI will also say that it's not expected that uncontrolled form fields is *the way* to do forms in React. Even the no-JS mode is not that great. We consider it more of an easy way to start, or good enough. But a *good* form should include controlled inputs, live-synchronized to localStorage or remotely (e.g. using `useOptimistic`) and deal with things like race conditions between submitting and returning the response (our resetting can blow away changes in this gap unless you disable form for example).\r\n\r\nTherefore the expectation of these APIs is more that they're kind of \"close to the metal\" with some composition enhancements and you can get basic stuff done with uncontrolled forms alone - but mainly that you can build rich abstractions on top. The goal is to enable those libraries rather than having a really good outcome built-in. We have more examples and features planned for the advanced use cases too.", "I think there is a typo in code example under **Benefits** section - it should be `startTransition` instead of `setIsPending`, right?\r\n\r\n![image](https://github.com/facebook/react/assets/10441355/179e3cb5-7cb8-46db-a5d2-955e8a1d147f)", "@malyzeli Thanks, fixed.", "Does useActionState can be used for right now in the canary version?, i got an error in the nextjs 14 \r\n<img width=\"716\" alt=\"Screenshot 2024-04-24 at 20 38 55\" src=\"https://github.com/facebook/react/assets/9457288/0dd36cde-c2fd-40b5-a4da-ee13112c8462\">\r\n", "Next.js hasn't caught up with the React version that supports this hook. You need to wait for a release of https://github.com/vercel/next.js/pull/64798 to use this hook. ", "In the benefits part where the `useActionState`\r\n\r\n![image](https://github.com/facebook/react/assets/140632490/d8a92d97-f780-4a9c-89fb-6ce03b962ee5)\r\n", "> Great PR and great to see how fast the team responds to the feedback! Leaving just my 2 cents here from an educational perspective:\r\n> \r\n> I ran into the same confusion when I wrote my blog post about Forms in Next. Now if I understand this PR correctly, `useFormState` will go away in favor or `useActionState`, but `useFormStatus` will stay around as a more fine-grained primitive (where I didn't have any usage yet, but probably more interesting for library/framework authors).\r\n> \r\n> Now I have a kinda related question. In my [article](https://www.robinwieruch.de/next-forms/#toast-message-with-server-actions-in-next), I wanted to show how to trigger a reactive toast message once an action returns its response. But I had no indicator for the new `formState`, therefore I had to return a `timestamp` (read: `timestamp: Date.now()`) from the action as `formState`, so that I could reactively show a toast message in a custom hook:\r\n> \r\n> ```\r\n> import { useRef, useEffect } from 'react';\r\n> import { toast } from 'react-hot-toast';\r\n> \r\n> type FormState = {\r\n> message: string;\r\n> fieldErrors: Record<string, string[] | undefined>;\r\n> timestamp: number;\r\n> };\r\n> \r\n> const useToastMessage = (formState: FormState) => {\r\n> const prevTimestamp = useRef(formState.timestamp);\r\n> \r\n> const showToast =\r\n> formState.message &&\r\n> formState.timestamp !== prevTimestamp.current;\r\n> \r\n> useEffect(() => {\r\n> if (showToast) {\r\n> if (formState.status === 'ERROR') {\r\n> toast.error(formState.message);\r\n> } else {\r\n> toast.success(formState.message);\r\n> }\r\n> \r\n> prevTimestamp.current = formState.timestamp;\r\n> }\r\n> }, [formState, showToast]);\r\n> };\r\n> \r\n> export { useToastMessage };\r\n> ```\r\n> \r\n> Since the returned `message` could be the same (e.g. \"Successful request.\") for two successive requests, I had to introduce the `timestamp` which does the check to see whether its a new instance of `message` to show as toast. Otherwise the toast would have only shown once:\r\n> \r\n> ```\r\n> formState.timestamp !== prevTimestamp.current\r\n> ```\r\n> \r\n> Now I see there would be a way around this with `useActionState`, e.g. checking if the `pending` state goes from `true` to `false` and showing the toast `message` (if there is any in the `formState`). Am I correct or is the best practice any other way? Thanks for you input! I want to showcase these use case in the best possible way :)\r\n\r\nExcellent article you published, really a detailed way of explanation, waiting for an update. Thank you", "great work. Cant wait to use it w/ NextJS. I really like that the pending is merged into one hook (apart from other great things). Came here to see if useFormState can also be triggered manually within a react-hook-form handler just to see that the next iteration is even better. One little bonus of the rename is that there is no name clash with the hook from react-hook-form anymore. I know that was not the reason but a nice sideeffect. ", "Thank you for adding this new hook—I'm really excited about it. \r\nI have a question regarding its functionality. \r\nIs it possible for the hook to accept a function with variadic arguments for the payload?\r\nFor example, could it handle a ServerAction function designed to take multiple arguments like this?\r\n\r\n```js\r\nasync function serverAction(arg1, arg2, arg3) {}\r\n```", "Hey @sebmarkbage, thanks for getting back to me [above](https://github.com/facebook/react/pull/28491#issuecomment-2046154917) and apologies for not replying back until now. \r\n\r\nBefore receiving your response, I created [this reference repo](https://github.com/KATT/react-server-action-useActionState-useFormState-issues) where I highlighted the aforementioned issues in a practical example. Happy `FormData` can be serialized and forms are cleared by default now, those changes isomorphic behavior a bit clearer and easier to do well.\r\n\r\nI still don't see the purpose of the first \"last state\"-argument on the action handlers - anything that it does solve for me in my app can be solved by adding a hidden input, but I'm looking forward to seeing these advanced use cases. I did [ask Twitter](https://twitter.com/alexdotjs/status/1775835646491283604) to see if anyone could give me a compelling reason why it exists, but I received no compelling responses, so I and others seem to need some education. Currently, it feels like a leaky abstraction that should be hidden from me as a user.\r\n\r\n---\r\n\r\nAlso before receiving your response, I created a bastardized version of the API I suggested above [in this PR of the repo above](https://github.com/KATT/react-server-action-useActionState-useFormState-issues/pull/1) by hacking Next.js' async storage and using a global context provider.\r\n\r\nI did it by hydrating the submitted form's values (with omitted files) and I think it's worth the trade-off, considering it also would mean each proper \"with JS\" submission can always return zero bytes for the previous payload since it can simply be provided by sniffing `FormData` before sending it to the server (and it could include `File`s there too). In the case of uncontrolled forms, my proposed API only adds extra payload for no-JS form submissions, while the current API will add extra payload to all with-JS submissions that have errors.\r\n\r\nI see that \"good forms\" are per definition \"controlled forms\" (and for big/complex forms it'd always be the case), but if the APIs would allow it, I think uncontrolled forms could become _great_ forms.\r\n\r\n---\r\n\r\nThe APIs still leave me wanting a lil' bit more, but I'm grateful for your work and your response to this; I know there are many considerations and I know that I still might be missing important nuances. Thank you. 🙏 \r\n" ]
2024-03-05 04:00:49
2024-05-07 02:10:07
2024-03-22 17:03:45
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28491', 'html_url': 'https://github.com/facebook/react/pull/28491', 'diff_url': 'https://github.com/facebook/react/pull/28491.diff', 'patch_url': 'https://github.com/facebook/react/pull/28491.patch', 'merged_at': datetime.datetime(2024, 3, 22, 17, 3, 44)}
## Overview _Depends on https://github.com/facebook/react/pull/28514_ This PR adds a new React hook called `useActionState` to replace and improve the ReactDOM `useFormState` hook. ## Motivation This hook intends to fix some of the confusion and limitations of the `useFormState` hook. The `useFormState` hook is only exported from the `ReactDOM` package and implies that it is used only for the state of `<form>` actions, similar to `useFormStatus` (which is only for `<form>` element status). This leads to understandable confusion about why `useFormState` does not provide a `pending` state value like `useFormStatus` does. The key insight is that the `useFormState` hook does not actually return the state of any particular form at all. Instead, it returns the state of the _action_ passed to the hook, wrapping it and returning a trackable action to add to a form, and returning the last returned value of the action given. In fact, `useFormState` doesn't need to be used in a `<form>` at all. Thus, adding a `pending` value to `useFormState` as-is would thus be confusing because it would only return the pending state of the _action_ given, not the `<form>` the action is passed to. Even if we wanted to tie them together, the returned `action` can be passed to multiple forms, creating confusing and conflicting pending states during multiple form submissions. Additionally, since the action is not related to any particular `<form>`, the hook can be used in any renderer - not only `react-dom`. For example, React Native could use the hook to wrap an action, pass it to a component that will unwrap it, and return the form result state and pending state. It's renderer agnostic. To fix these issues, this PR: - Renames `useFormState` to `useActionState` - Adds a `pending` state to the returned tuple - Moves the hook to the `'react'` package ## Reference The `useFormState` hook allows you to track the pending state and return value of a function (called an "action"). The function passed can be a plain JavaScript client function, or a bound server action to a reference on the server. It accepts an optional `initialState` value used for the initial render, and an optional `permalink` argument for renderer specific pre-hydration handling (such as a URL to support progressive hydration in `react-dom`). Type: ```ts function useActionState<State>( action: (state: Awaited<State>) => State | Promise<State>, initialState: Awaited<State>, permalink?: string, ): [state: Awaited<State>, dispatch: () => void, boolean]; ``` The hook returns a tuple with: - `state`: the last state the action returned - `dispatch`: the method to call to dispatch the wrapped action - `pending`: the pending state of the action and any state updates contained Notably, state updates inside of the action dispatched are wrapped in a transition to keep the page responsive while the action is completing and the UI is updated based on the result. ## Usage The `useActionState` hook can be used similar to `useFormState`: ```js import { useActionState } from "react"; // not react-dom function Form({ formAction }) { const [state, action, isPending] = useActionState(formAction); return ( <form action={action}> <input type="email" name="email" disabled={isPending} /> <button type="submit" disabled={isPending}> Submit </button> {state.errorMessage && <p>{state.errorMessage}</p>} </form> ); } ``` But it doesn't need to be used with a `<form/>` (neither did `useFormState`, hence the confusion): ```js import { useActionState, useRef } from "react"; function Form({ someAction }) { const ref = useRef(null); const [state, action, isPending] = useActionState(someAction); async function handleSubmit() { // See caveats below await action({ email: ref.current.value }); } return ( <div> <input ref={ref} type="email" name="email" disabled={isPending} /> <button onClick={handleSubmit} disabled={isPending}> Submit </button> {state.errorMessage && <p>{state.errorMessage}</p>} </div> ); } ``` ## Benefits One of the benefits of using this hook is the automatic tracking of the return value and pending states of the wrapped function. For example, the above example could be accomplished via: ```js import { useActionState, useRef } from "react"; function Form({ someAction }) { const ref = useRef(null); const [state, setState] = useState(null); const [isPending, startTransition] = useTransition(); function handleSubmit() { startTransition(async () => { const response = await someAction({ email: ref.current.value }); setState(response); }); } return ( <div> <input ref={ref} type="email" name="email" disabled={isPending} /> <button onClick={handleSubmit} disabled={isPending}> Submit </button> {state.errorMessage && <p>{state.errorMessage}</p>} </div> ); } ``` However, this hook adds more benefits when used with render specific elements like react-dom `<form>` elements and Server Action. With `<form>` elements, React will automatically support replay actions on the form if it is submitted before hydration has completed, providing a form of partial progressive enhancement: enhancement for when javascript is enabled but not ready. Additionally, with the `permalink` argument and Server Actions, frameworks can provide full progressive enhancement support, submitting the form to the URL provided along with the FormData from the form. On submission, the Server Action will be called during the MPA navigation, similar to any raw HTML app, server rendered, and the result returned to the client without any JavaScript on the client. ## Caveats There are a few Caveats to this new hook: **Additional state update**: Since we cannot know whether you use the pending state value returned by the hook, the hook will always set the `isPending` state at the beginning of the first chained action, resulting in an additional state update similar to `useTransition`. In the future a type-aware compiler could optimize this for when the pending state is not accessed. **Pending state is for the action, not the handler**: The difference is subtle but important, the pending state begins when the return action is dispatched and will revert back after all actions and transitions have settled. The mechanism for this under the hook is the same as useOptimisitic. Concretely, what this means is that the pending state of `useActionState` will not represent any actions or sync work performed before dispatching the action returned by `useActionState`. Hopefully this is obvious based on the name and shape of the API, but there may be some temporary confusion. As an example, let's take the above example and await another action inside of it: ```js import { useActionState, useRef } from "react"; function Form({ someAction, someOtherAction }) { const ref = useRef(null); const [state, action, isPending] = useActionState(someAction); async function handleSubmit() { await someOtherAction(); // The pending state does not start until this call. await action({ email: ref.current.value }); } return ( <div> <input ref={ref} type="email" name="email" disabled={isPending} /> <button onClick={handleSubmit} disabled={isPending}> Submit </button> {state.errorMessage && <p>{state.errorMessage}</p>} </div> ); } ``` Since the pending state is related to the action, and not the handler or form it's attached to, the pending state only changes when the action is dispatched. To solve, there are two options. First (recommended): place the other function call inside of the action passed to `useActionState`: ```js import { useActionState, useRef } from "react"; function Form({ someAction, someOtherAction }) { const ref = useRef(null); const [state, action, isPending] = useActionState(async (data) => { // Pending state is true already. await someOtherAction(); return someAction(data); }); async function handleSubmit() { // The pending state starts at this call. await action({ email: ref.current.value }); } return ( <div> <input ref={ref} type="email" name="email" disabled={isPending} /> <button onClick={handleSubmit} disabled={isPending}> Submit </button> {state.errorMessage && <p>{state.errorMessage}</p>} </div> ); } ``` For greater control, you can also wrap both in a transition and use the `isPending` state of the transition: ```js import { useActionState, useTransition, useRef } from "react"; function Form({ someAction, someOtherAction }) { const ref = useRef(null); // isPending is used from the transition wrapping both action calls. const [isPending, startTransition] = useTransition(); // isPending not used from the individual action. const [state, action] = useActionState(someAction); async function handleSubmit() { startTransition(async () => { // The transition pending state has begun. await someOtherAction(); await action({ email: ref.current.value }); }); } return ( <div> <input ref={ref} type="email" name="email" disabled={isPending} /> <button onClick={handleSubmit} disabled={isPending}> Submit </button> {state.errorMessage && <p>{state.errorMessage}</p>} </div> ); } ``` A similar technique using `useOptimistic` is preferred over using `useTransition` directly, and is left as an exercise to the reader. ## Thanks Thanks to @ryanflorence @mjackson @wesbos (https://github.com/facebook/react/issues/27980#issuecomment-1960685940) and [Allan Lasser](https://allanlasser.com/posts/2024-01-26-avoid-using-reacts-useformstatus) for their feedback and suggestions on `useFormStatus` hook.
{'url': 'https://api.github.com/repos/facebook/react/issues/28491/reactions', 'total_count': 103, '+1': 47, '-1': 0, 'laugh': 0, 'hooray': 15, 'confused': 0, 'heart': 22, 'rocket': 0, 'eyes': 19}
https://api.github.com/repos/facebook/react/issues/28491/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28490
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28490/labels{/name}
https://api.github.com/repos/facebook/react/issues/28490/comments
https://api.github.com/repos/facebook/react/issues/28490/events
https://github.com/facebook/react/pull/28490
2,168,216,501
PR_kwDOAJy2Ks5oqec4
28,490
[Test] Update `flushSync` tests to use react-dom
{'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: 113ab9af08c46e8a548a397154f5c9dfeb96ab6a...012445d585dde7838e862131e3bd51ba53b47070\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/012445d585dde7838e862131e3bd51ba53b47070/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=113ab9af08c46e8a548a397154f5c9dfeb96ab6a) | **=** | 177.19 kB | 177.19 kB | = | 55.23 kB | 55.23 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/012445d585dde7838e862131e3bd51ba53b47070/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=113ab9af08c46e8a548a397154f5c9dfeb96ab6a) | **=** | 177.72 kB | 177.72 kB | = | 55.55 kB | 55.55 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/012445d585dde7838e862131e3bd51ba53b47070/files/facebook-www/ReactDOM-prod.classic.js?compare=113ab9af08c46e8a548a397154f5c9dfeb96ab6a) | **=** | 594.67 kB | 594.67 kB | = | 105.04 kB | 105.04 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/012445d585dde7838e862131e3bd51ba53b47070/files/facebook-www/ReactDOM-prod.modern.js?compare=113ab9af08c46e8a548a397154f5c9dfeb96ab6a) | **=** | 577.93 kB | 577.93 kB | = | 102.10 kB | 102.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/012445d585dde7838e862131e3bd51ba53b47070/files/__test_utils__/ReactAllWarnings.js?compare=113ab9af08c46e8a548a397154f5c9dfeb96ab6a) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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/012445d585dde7838e862131e3bd51ba53b47070/files/__test_utils__/ReactAllWarnings.js?compare=113ab9af08c46e8a548a397154f5c9dfeb96ab6a) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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 012445d585dde7838e862131e3bd51ba53b47070\n</p>\n" ]
2024-03-05 03:19:40
2024-03-05 05:40:18
2024-03-05 05:40:16
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28490', 'html_url': 'https://github.com/facebook/react/pull/28490', 'diff_url': 'https://github.com/facebook/react/pull/28490.diff', 'patch_url': 'https://github.com/facebook/react/pull/28490.patch', 'merged_at': datetime.datetime(2024, 3, 5, 5, 40, 16)}
Updates the `flushSync` tests to use react-dom instead of ReactNoop. flushSync is primarily a react-dom API and asserting the implementation of ReactNoop is not really ideal especially since we are going to be refactoring flushSync soon to not be implemented in the reconciler internals. ReactNoop still have a flushSync api and it can still be used in other tests that are primarily about testing other functionlity and use ReactNoop as the renderer.
{'url': 'https://api.github.com/repos/facebook/react/issues/28490/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/28490/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28489
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28489/labels{/name}
https://api.github.com/repos/facebook/react/issues/28489/comments
https://api.github.com/repos/facebook/react/issues/28489/events
https://github.com/facebook/react/pull/28489
2,167,810,124
PR_kwDOAJy2Ks5opF9d
28,489
Remove unstable_concurrentUpdateByDefault option from RTR
{'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'}]
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: 9ffe9102ffd08ca7a56c60aa6952208890d213ce...be25aaefb4141a438d7d147503bcd35636c4e359\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/be25aaefb4141a438d7d147503bcd35636c4e359/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=9ffe9102ffd08ca7a56c60aa6952208890d213ce) | **=** | 176.83 kB | 176.83 kB | = | 54.91 kB | 54.91 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/be25aaefb4141a438d7d147503bcd35636c4e359/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=9ffe9102ffd08ca7a56c60aa6952208890d213ce) | **=** | 173.55 kB | 173.55 kB | = | 54.11 kB | 54.11 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/be25aaefb4141a438d7d147503bcd35636c4e359/files/facebook-www/ReactDOM-prod.classic.js?compare=9ffe9102ffd08ca7a56c60aa6952208890d213ce) | **=** | 594.04 kB | 594.04 kB | = | 104.37 kB | 104.37 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/be25aaefb4141a438d7d147503bcd35636c4e359/files/facebook-www/ReactDOM-prod.modern.js?compare=9ffe9102ffd08ca7a56c60aa6952208890d213ce) | **=** | 577.30 kB | 577.30 kB | = | 101.42 kB | 101.42 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/be25aaefb4141a438d7d147503bcd35636c4e359/files/__test_utils__/ReactAllWarnings.js?compare=9ffe9102ffd08ca7a56c60aa6952208890d213ce) | **Deleted** | 66.87 kB | 0.00 kB | Deleted | 16.36 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-test-renderer/cjs/ReactTestRenderer-profiling.js](https://react-builds.vercel.app/commits/be25aaefb4141a438d7d147503bcd35636c4e359/files/facebook-react-native/react-test-renderer/cjs/ReactTestRenderer-profiling.js?compare=9ffe9102ffd08ca7a56c60aa6952208890d213ce) | **=** | 331.04 kB | 330.34 kB | = | 58.14 kB | 58.01 kB\n| [facebook-react-native/react-test-renderer/cjs/ReactTestRenderer-prod.js](https://react-builds.vercel.app/commits/be25aaefb4141a438d7d147503bcd35636c4e359/files/facebook-react-native/react-test-renderer/cjs/ReactTestRenderer-prod.js?compare=9ffe9102ffd08ca7a56c60aa6952208890d213ce) | **=** | 315.14 kB | 314.43 kB | = | 55.67 kB | 55.55 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/be25aaefb4141a438d7d147503bcd35636c4e359/files/__test_utils__/ReactAllWarnings.js?compare=9ffe9102ffd08ca7a56c60aa6952208890d213ce) | **Deleted** | 66.87 kB | 0.00 kB | Deleted | 16.36 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 be25aaefb4141a438d7d147503bcd35636c4e359\n</p>\n" ]
2024-03-04 21:34:46
2024-03-14 14:42:55
null
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28489', 'html_url': 'https://github.com/facebook/react/pull/28489', 'diff_url': 'https://github.com/facebook/react/pull/28489.diff', 'patch_url': 'https://github.com/facebook/react/pull/28489.patch', 'merged_at': None}
Clean up unused ReactTestRenderer option: `unstable_concurrentUpdateByDefault`
{'url': 'https://api.github.com/repos/facebook/react/issues/28489/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/28489/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28488
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28488/labels{/name}
https://api.github.com/repos/facebook/react/issues/28488/comments
https://api.github.com/repos/facebook/react/issues/28488/events
https://github.com/facebook/react/pull/28488
2,167,573,065
PR_kwDOAJy2Ks5ooRWd
28,488
[Flight][Fizz][Fiber] Chain HostDispatcher implementations
{'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: 1c02b9d2bdc18091cc6afec810fc1b361f00abdd...155bae42b80f9dd04e9e99b7eac2d33d7223ef4b\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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.15%** | 176.93 kB | 177.19 kB | +0.16% | 55.14 kB | 55.23 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.15%** | 177.46 kB | 177.72 kB | +0.17% | 55.45 kB | 55.55 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/facebook-www/ReactDOM-prod.classic.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.11%** | 594.04 kB | 594.67 kB | +0.09% | 104.94 kB | 105.04 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/facebook-www/ReactDOM-prod.modern.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.10%** | 577.32 kB | 577.93 kB | +0.14% | 101.96 kB | 102.10 kB\n| [oss-experimental/react-dom/cjs/react-dom.react-server.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/cjs/react-dom.react-server.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+4.06%** | 2.58 kB | 2.69 kB | +4.21% | 0.83 kB | 0.87 kB\n| [oss-stable-semver/react-dom/cjs/react-dom.react-server.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-dom/cjs/react-dom.react-server.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+4.06%** | 2.58 kB | 2.69 kB | +4.21% | 0.83 kB | 0.87 kB\n| [oss-stable/react-dom/cjs/react-dom.react-server.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/cjs/react-dom.react-server.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+4.06%** | 2.58 kB | 2.69 kB | +4.21% | 0.83 kB | 0.87 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-server-rendering-stub.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-dom/cjs/react-dom-server-rendering-stub.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+3.08%** | 3.53 kB | 3.64 kB | +2.51% | 1.24 kB | 1.27 kB\n| [oss-stable/react-dom/cjs/react-dom-server-rendering-stub.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/cjs/react-dom-server-rendering-stub.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+3.06%** | 3.56 kB | 3.67 kB | +2.46% | 1.26 kB | 1.29 kB\n| [oss-experimental/react-dom/cjs/react-dom-server-rendering-stub.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/cjs/react-dom-server-rendering-stub.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+3.06%** | 3.57 kB | 3.68 kB | +2.54% | 1.26 kB | 1.29 kB\n| [oss-stable-semver/react-dom/umd/react-dom-server-rendering-stub.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-dom/umd/react-dom-server-rendering-stub.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+2.86%** | 3.68 kB | 3.78 kB | +1.72% | 1.34 kB | 1.36 kB\n| [oss-stable/react-dom/umd/react-dom-server-rendering-stub.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/umd/react-dom-server-rendering-stub.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+2.84%** | 3.70 kB | 3.81 kB | +1.69% | 1.36 kB | 1.38 kB\n| [oss-experimental/react-dom/umd/react-dom-server-rendering-stub.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/umd/react-dom-server-rendering-stub.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+2.83%** | 3.71 kB | 3.81 kB | +1.62% | 1.36 kB | 1.38 kB\n| [oss-experimental/react-dom/cjs/react-dom.react-server.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/cjs/react-dom.react-server.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+2.14%** | 6.26 kB | 6.39 kB | +4.30% | 1.23 kB | 1.29 kB\n| [oss-stable-semver/react-dom/cjs/react-dom.react-server.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-dom/cjs/react-dom.react-server.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+2.14%** | 6.26 kB | 6.39 kB | +4.30% | 1.23 kB | 1.29 kB\n| [oss-stable/react-dom/cjs/react-dom.react-server.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/cjs/react-dom.react-server.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+2.14%** | 6.26 kB | 6.39 kB | +4.30% | 1.23 kB | 1.29 kB\n| [oss-experimental/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 1.39 kB | 1.35 kB | = | 0.64 kB | 0.63 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 1.39 kB | 1.35 kB | = | 0.64 kB | 0.63 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 1.39 kB | 1.35 kB | = | 0.64 kB | 0.63 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/__test_utils__/ReactAllWarnings.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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.react-server.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/cjs/react-dom.react-server.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+4.06%** | 2.58 kB | 2.69 kB | +4.21% | 0.83 kB | 0.87 kB\n| [oss-stable-semver/react-dom/cjs/react-dom.react-server.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-dom/cjs/react-dom.react-server.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+4.06%** | 2.58 kB | 2.69 kB | +4.21% | 0.83 kB | 0.87 kB\n| [oss-stable/react-dom/cjs/react-dom.react-server.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/cjs/react-dom.react-server.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+4.06%** | 2.58 kB | 2.69 kB | +4.21% | 0.83 kB | 0.87 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-server-rendering-stub.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-dom/cjs/react-dom-server-rendering-stub.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+3.08%** | 3.53 kB | 3.64 kB | +2.51% | 1.24 kB | 1.27 kB\n| [oss-stable/react-dom/cjs/react-dom-server-rendering-stub.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/cjs/react-dom-server-rendering-stub.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+3.06%** | 3.56 kB | 3.67 kB | +2.46% | 1.26 kB | 1.29 kB\n| [oss-experimental/react-dom/cjs/react-dom-server-rendering-stub.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/cjs/react-dom-server-rendering-stub.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+3.06%** | 3.57 kB | 3.68 kB | +2.54% | 1.26 kB | 1.29 kB\n| [oss-stable-semver/react-dom/umd/react-dom-server-rendering-stub.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-dom/umd/react-dom-server-rendering-stub.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+2.86%** | 3.68 kB | 3.78 kB | +1.72% | 1.34 kB | 1.36 kB\n| [oss-stable/react-dom/umd/react-dom-server-rendering-stub.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/umd/react-dom-server-rendering-stub.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+2.84%** | 3.70 kB | 3.81 kB | +1.69% | 1.36 kB | 1.38 kB\n| [oss-experimental/react-dom/umd/react-dom-server-rendering-stub.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/umd/react-dom-server-rendering-stub.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+2.83%** | 3.71 kB | 3.81 kB | +1.62% | 1.36 kB | 1.38 kB\n| [oss-experimental/react-dom/cjs/react-dom.react-server.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/cjs/react-dom.react-server.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+2.14%** | 6.26 kB | 6.39 kB | +4.30% | 1.23 kB | 1.29 kB\n| [oss-stable-semver/react-dom/cjs/react-dom.react-server.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-dom/cjs/react-dom.react-server.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+2.14%** | 6.26 kB | 6.39 kB | +4.30% | 1.23 kB | 1.29 kB\n| [oss-stable/react-dom/cjs/react-dom.react-server.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/cjs/react-dom.react-server.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+2.14%** | 6.26 kB | 6.39 kB | +4.30% | 1.23 kB | 1.29 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-server-rendering-stub.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-dom/cjs/react-dom-server-rendering-stub.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+1.48%** | 9.04 kB | 9.17 kB | +2.32% | 2.24 kB | 2.29 kB\n| [oss-stable/react-dom/cjs/react-dom-server-rendering-stub.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/cjs/react-dom-server-rendering-stub.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+1.48%** | 9.06 kB | 9.20 kB | +2.29% | 2.27 kB | 2.32 kB\n| [oss-experimental/react-dom/cjs/react-dom-server-rendering-stub.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/cjs/react-dom-server-rendering-stub.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+1.48%** | 9.07 kB | 9.20 kB | +2.29% | 2.27 kB | 2.32 kB\n| [oss-experimental/react-dom/cjs/react-dom.react-server.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/cjs/react-dom.react-server.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.99%** | 14.59 kB | 14.74 kB | +1.73% | 3.06 kB | 3.11 kB\n| [oss-stable-semver/react-dom/cjs/react-dom.react-server.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-dom/cjs/react-dom.react-server.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.99%** | 14.59 kB | 14.74 kB | +1.73% | 3.06 kB | 3.11 kB\n| [oss-stable/react-dom/cjs/react-dom.react-server.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/cjs/react-dom.react-server.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.99%** | 14.59 kB | 14.74 kB | +1.73% | 3.06 kB | 3.11 kB\n| [oss-stable-semver/react-dom/umd/react-dom-server-rendering-stub.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-dom/umd/react-dom-server-rendering-stub.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.81%** | 18.71 kB | 18.86 kB | +1.30% | 4.24 kB | 4.29 kB\n| [oss-stable/react-dom/umd/react-dom-server-rendering-stub.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/umd/react-dom-server-rendering-stub.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.81%** | 18.74 kB | 18.89 kB | +1.29% | 4.26 kB | 4.32 kB\n| [oss-experimental/react-dom/umd/react-dom-server-rendering-stub.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/umd/react-dom-server-rendering-stub.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.81%** | 18.74 kB | 18.89 kB | +1.27% | 4.26 kB | 4.32 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-server-rendering-stub.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-dom/cjs/react-dom-server-rendering-stub.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.81%** | 17.80 kB | 17.95 kB | +1.39% | 4.11 kB | 4.17 kB\n| [oss-stable/react-dom/cjs/react-dom-server-rendering-stub.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/cjs/react-dom-server-rendering-stub.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.81%** | 17.83 kB | 17.97 kB | +1.38% | 4.14 kB | 4.20 kB\n| [oss-experimental/react-dom/cjs/react-dom-server-rendering-stub.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/cjs/react-dom-server-rendering-stub.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.81%** | 17.84 kB | 17.98 kB | +1.38% | 4.14 kB | 4.20 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.78%** | 25.42 kB | 25.62 kB | +0.57% | 8.89 kB | 8.94 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.78%** | 25.42 kB | 25.62 kB | +0.57% | 8.89 kB | 8.94 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.76%** | 26.76 kB | 26.96 kB | +0.46% | 9.17 kB | 9.21 kB\n| [oss-stable/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.76%** | 26.76 kB | 26.96 kB | +0.46% | 9.17 kB | 9.21 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.74%** | 27.27 kB | 27.47 kB | +0.48% | 9.30 kB | 9.35 kB\n| [oss-stable/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.74%** | 27.27 kB | 27.47 kB | +0.48% | 9.30 kB | 9.35 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.74%** | 26.65 kB | 26.85 kB | +0.56% | 9.08 kB | 9.13 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.74%** | 26.65 kB | 26.85 kB | +0.56% | 9.08 kB | 9.13 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.73%** | 27.17 kB | 27.36 kB | +0.54% | 9.24 kB | 9.29 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.73%** | 27.17 kB | 27.36 kB | +0.54% | 9.24 kB | 9.29 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.73%** | 27.17 kB | 27.37 kB | +0.56% | 9.21 kB | 9.26 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.73%** | 27.17 kB | 27.37 kB | +0.56% | 9.21 kB | 9.26 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.72%** | 27.57 kB | 27.77 kB | +0.55% | 9.33 kB | 9.38 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.72%** | 27.57 kB | 27.77 kB | +0.55% | 9.33 kB | 9.38 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.71%** | 27.93 kB | 28.13 kB | +0.50% | 9.55 kB | 9.60 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.71%** | 27.96 kB | 28.16 kB | +0.63% | 9.53 kB | 9.59 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.71%** | 27.96 kB | 28.16 kB | +0.63% | 9.53 kB | 9.59 kB\n| [oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.70%** | 29.32 kB | 29.52 kB | +0.37% | 9.87 kB | 9.90 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.70%** | 28.46 kB | 28.66 kB | +0.62% | 9.68 kB | 9.74 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.70%** | 28.46 kB | 28.66 kB | +0.62% | 9.68 kB | 9.74 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.69%** | 28.53 kB | 28.73 kB | +0.63% | 9.67 kB | 9.73 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.69%** | 28.53 kB | 28.73 kB | +0.63% | 9.67 kB | 9.73 kB\n| [oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.68%** | 29.83 kB | 30.04 kB | +0.48% | 10.00 kB | 10.05 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.68%** | 29.04 kB | 29.24 kB | +0.63% | 9.83 kB | 9.89 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.68%** | 29.04 kB | 29.24 kB | +0.63% | 9.83 kB | 9.89 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.68%** | 29.21 kB | 29.41 kB | +0.57% | 9.76 kB | 9.81 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.67%** | 29.75 kB | 29.95 kB | +0.55% | 9.92 kB | 9.98 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.67%** | 29.73 kB | 29.93 kB | +0.56% | 9.89 kB | 9.94 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.66%** | 30.15 kB | 30.35 kB | +0.56% | 10.02 kB | 10.08 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.65%** | 30.47 kB | 30.67 kB | +0.52% | 10.20 kB | 10.25 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.64%** | 30.96 kB | 31.16 kB | +0.54% | 10.35 kB | 10.41 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.64%** | 31.04 kB | 31.24 kB | +0.55% | 10.35 kB | 10.40 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.63%** | 31.55 kB | 31.75 kB | +0.53% | 10.51 kB | 10.56 kB\n| [facebook-www/ReactFlightDOMServer-prod.modern.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/facebook-www/ReactFlightDOMServer-prod.modern.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.61%** | 39.15 kB | 39.39 kB | +0.62% | 8.89 kB | 8.95 kB\n| [facebook-www/ReactFlightDOMServer-dev.modern.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/facebook-www/ReactFlightDOMServer-dev.modern.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.49%** | 100.53 kB | 101.02 kB | +0.25% | 20.97 kB | 21.02 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.47%** | 92.30 kB | 92.73 kB | +0.23% | 21.91 kB | 21.96 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.47%** | 92.30 kB | 92.73 kB | +0.23% | 21.91 kB | 21.96 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.46%** | 94.97 kB | 95.40 kB | +0.24% | 22.89 kB | 22.95 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.46%** | 94.97 kB | 95.40 kB | +0.24% | 22.89 kB | 22.95 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.46%** | 95.81 kB | 96.25 kB | +0.22% | 23.12 kB | 23.18 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.46%** | 95.81 kB | 96.25 kB | +0.22% | 23.12 kB | 23.18 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.45%** | 97.22 kB | 97.65 kB | +0.23% | 23.49 kB | 23.55 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.45%** | 97.22 kB | 97.65 kB | +0.23% | 23.49 kB | 23.55 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.45%** | 97.54 kB | 97.97 kB | +0.21% | 23.56 kB | 23.61 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.45%** | 97.54 kB | 97.97 kB | +0.21% | 23.56 kB | 23.61 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.44%** | 98.44 kB | 98.88 kB | +0.25% | 23.31 kB | 23.37 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.44%** | 98.44 kB | 98.88 kB | +0.25% | 23.31 kB | 23.37 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.43%** | 100.52 kB | 100.95 kB | +0.24% | 23.80 kB | 23.86 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.43%** | 100.52 kB | 100.95 kB | +0.24% | 23.80 kB | 23.86 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.43%** | 101.10 kB | 101.54 kB | +0.23% | 24.14 kB | 24.20 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.43%** | 101.10 kB | 101.54 kB | +0.23% | 24.14 kB | 24.20 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.43%** | 102.45 kB | 102.89 kB | +0.23% | 24.06 kB | 24.11 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.42%** | 103.18 kB | 103.61 kB | +0.24% | 24.69 kB | 24.75 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.42%** | 103.18 kB | 103.61 kB | +0.24% | 24.69 kB | 24.75 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.41%** | 105.58 kB | 106.01 kB | +0.21% | 25.23 kB | 25.28 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.41%** | 106.16 kB | 106.60 kB | +0.21% | 24.94 kB | 24.99 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.41%** | 106.16 kB | 106.60 kB | +0.21% | 24.94 kB | 24.99 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.41%** | 106.42 kB | 106.86 kB | +0.22% | 25.47 kB | 25.53 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.40%** | 107.83 kB | 108.26 kB | +0.21% | 25.83 kB | 25.89 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.40%** | 108.15 kB | 108.58 kB | +0.22% | 25.91 kB | 25.97 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.40%** | 108.60 kB | 109.03 kB | +0.22% | 25.46 kB | 25.52 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.40%** | 109.05 kB | 109.48 kB | +0.19% | 25.92 kB | 25.97 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.40%** | 109.05 kB | 109.48 kB | +0.19% | 25.92 kB | 25.97 kB\n| [oss-stable-semver/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.40%** | 115.12 kB | 115.58 kB | +0.21% | 26.23 kB | 26.28 kB\n| [oss-stable/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.40%** | 115.12 kB | 115.58 kB | +0.21% | 26.23 kB | 26.28 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.40%** | 109.94 kB | 110.37 kB | +0.22% | 26.15 kB | 26.21 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.40%** | 109.94 kB | 110.37 kB | +0.22% | 26.15 kB | 26.21 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.39%** | 110.68 kB | 111.11 kB | +0.21% | 25.96 kB | 26.01 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.39%** | 111.26 kB | 111.70 kB | +0.21% | 26.29 kB | 26.35 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.39%** | 111.49 kB | 111.93 kB | +0.20% | 26.59 kB | 26.64 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.39%** | 111.49 kB | 111.93 kB | +0.20% | 26.59 kB | 26.64 kB\n| [oss-stable-semver/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.39%** | 117.69 kB | 118.15 kB | +0.21% | 26.91 kB | 26.96 kB\n| [oss-stable/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.39%** | 117.69 kB | 118.15 kB | +0.21% | 26.91 kB | 26.96 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.39%** | 111.87 kB | 112.30 kB | +0.21% | 26.66 kB | 26.71 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.39%** | 111.87 kB | 112.30 kB | +0.21% | 26.66 kB | 26.71 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.39%** | 112.32 kB | 112.76 kB | +0.20% | 26.31 kB | 26.37 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.39%** | 112.32 kB | 112.76 kB | +0.20% | 26.31 kB | 26.37 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.38%** | 113.33 kB | 113.77 kB | +0.20% | 26.85 kB | 26.91 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.38%** | 114.61 kB | 115.05 kB | +0.19% | 26.87 kB | 26.93 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.38%** | 114.61 kB | 115.05 kB | +0.19% | 26.87 kB | 26.93 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.38%** | 114.96 kB | 115.40 kB | +0.19% | 27.15 kB | 27.20 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.38%** | 114.96 kB | 115.40 kB | +0.19% | 27.15 kB | 27.20 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.37%** | 117.24 kB | 117.68 kB | +0.18% | 27.76 kB | 27.81 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.37%** | 117.24 kB | 117.68 kB | +0.18% | 27.76 kB | 27.81 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-server.node.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.34%** | 127.75 kB | 128.18 kB | +0.16% | 29.14 kB | 29.19 kB\n| [oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-server.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.33%** | 137.51 kB | 137.97 kB | +0.15% | 30.48 kB | 30.53 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.33%** | 130.43 kB | 130.86 kB | +0.20% | 30.01 kB | 30.07 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.edge.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.33%** | 131.99 kB | 132.43 kB | +0.14% | 30.56 kB | 30.60 kB\n| [oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-server.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.33%** | 140.08 kB | 140.54 kB | +0.15% | 31.18 kB | 31.23 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.33%** | 132.87 kB | 133.31 kB | +0.20% | 30.72 kB | 30.78 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.unbundled.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.33%** | 133.90 kB | 134.34 kB | +0.18% | 30.59 kB | 30.64 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.edge.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.33%** | 133.92 kB | 134.36 kB | +0.14% | 31.07 kB | 31.11 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.unbundled.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.32%** | 136.19 kB | 136.63 kB | +0.18% | 31.17 kB | 31.23 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-server.node.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.32%** | 136.54 kB | 136.98 kB | +0.18% | 31.39 kB | 31.45 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-server.node.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.31%** | 138.83 kB | 139.26 kB | +0.17% | 32.02 kB | 32.08 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-server-legacy.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-dom/cjs/react-dom-server-legacy.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.26%** | 79.73 kB | 79.94 kB | +0.22% | 24.28 kB | 24.33 kB\n| [oss-stable/react-dom/cjs/react-dom-server-legacy.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/cjs/react-dom-server-legacy.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.26%** | 79.76 kB | 79.96 kB | +0.23% | 24.30 kB | 24.35 kB\n| [oss-stable-semver/react-dom/umd/react-dom-server-legacy.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-dom/umd/react-dom-server-legacy.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.26%** | 79.81 kB | 80.02 kB | +0.21% | 24.67 kB | 24.72 kB\n| [oss-stable/react-dom/umd/react-dom-server-legacy.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/umd/react-dom-server-legacy.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.26%** | 79.84 kB | 80.04 kB | +0.21% | 24.70 kB | 24.75 kB\n| [oss-stable-semver/react-dom/umd/react-dom-server.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-dom/umd/react-dom-server.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.26%** | 80.77 kB | 80.98 kB | +0.28% | 25.42 kB | 25.49 kB\n| [oss-stable/react-dom/umd/react-dom-server.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/umd/react-dom-server.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.25%** | 80.80 kB | 81.00 kB | +0.28% | 25.44 kB | 25.51 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-server.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-dom/cjs/react-dom-server.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.25%** | 80.70 kB | 80.91 kB | +0.30% | 25.12 kB | 25.19 kB\n| [oss-stable/react-dom/cjs/react-dom-server.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/cjs/react-dom-server.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.25%** | 80.73 kB | 80.93 kB | +0.30% | 25.14 kB | 25.22 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-server.bun.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-dom/cjs/react-dom-server.bun.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.25%** | 82.26 kB | 82.47 kB | +0.22% | 24.95 kB | 25.01 kB\n| [oss-stable/react-dom/cjs/react-dom-server.bun.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/cjs/react-dom-server.bun.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.25%** | 82.29 kB | 82.49 kB | +0.21% | 24.98 kB | 25.03 kB\n| [oss-experimental/react-dom/umd/react-dom-server-legacy.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/umd/react-dom-server-legacy.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.25%** | 83.57 kB | 83.78 kB | +0.21% | 25.75 kB | 25.80 kB\n| [oss-experimental/react-dom/cjs/react-dom-server-legacy.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/cjs/react-dom-server-legacy.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.25%** | 83.50 kB | 83.70 kB | +0.25% | 25.33 kB | 25.39 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-server.node.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-dom/cjs/react-dom-server.node.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.24%** | 83.84 kB | 84.05 kB | +0.22% | 25.91 kB | 25.97 kB\n| [oss-stable/react-dom/cjs/react-dom-server.node.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/cjs/react-dom-server.node.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.24%** | 83.87 kB | 84.07 kB | +0.23% | 25.94 kB | 26.00 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-server-legacy.node.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-dom/cjs/react-dom-server-legacy.node.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.24%** | 85.27 kB | 85.47 kB | +0.19% | 26.19 kB | 26.24 kB\n| [oss-stable/react-dom/cjs/react-dom-server-legacy.node.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/cjs/react-dom-server-legacy.node.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.24%** | 85.29 kB | 85.50 kB | +0.19% | 26.21 kB | 26.26 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-server.edge.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-dom/cjs/react-dom-server.edge.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.24%** | 85.72 kB | 85.92 kB | +0.26% | 26.76 kB | 26.83 kB\n| [oss-stable/react-dom/cjs/react-dom-server.edge.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-dom/cjs/react-dom-server.edge.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.24%** | 85.74 kB | 85.95 kB | +0.26% | 26.79 kB | 26.86 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.bun.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/cjs/react-dom-server.bun.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.24%** | 86.46 kB | 86.66 kB | +0.23% | 26.15 kB | 26.21 kB\n| [oss-experimental/react-dom/cjs/react-dom-server-legacy.node.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/cjs/react-dom-server-legacy.node.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.23%** | 89.47 kB | 89.68 kB | +0.21% | 27.30 kB | 27.35 kB\n| [oss-experimental/react-dom/umd/react-dom-server.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/umd/react-dom-server.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.22%** | 88.04 kB | 88.23 kB | +0.15% | 27.26 kB | 27.31 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/cjs/react-dom-server.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.22%** | 87.99 kB | 88.18 kB | +0.21% | 26.88 kB | 26.94 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.node.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/cjs/react-dom-server.node.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.21%** | 91.65 kB | 91.84 kB | +0.21% | 27.80 kB | 27.85 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.edge.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-dom/cjs/react-dom-server.edge.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **+0.20%** | 93.42 kB | 93.61 kB | +0.25% | 28.62 kB | 28.69 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 74.14 kB | 73.96 kB | = | 18.06 kB | 18.04 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 74.11 kB | 73.93 kB | = | 18.02 kB | 18.00 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 73.27 kB | 73.09 kB | = | 17.85 kB | 17.84 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 73.25 kB | 73.06 kB | = | 17.81 kB | 17.80 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 71.85 kB | 71.66 kB | = | 17.45 kB | 17.44 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 71.81 kB | 71.63 kB | = | 17.43 kB | 17.42 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 70.03 kB | 69.85 kB | = | 16.86 kB | 16.85 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 69.05 kB | 68.87 kB | = | 17.05 kB | 17.03 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 69.05 kB | 68.87 kB | = | 17.05 kB | 17.03 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 69.03 kB | 68.84 kB | = | 17.01 kB | 16.99 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 69.03 kB | 68.84 kB | = | 17.01 kB | 16.99 kB\n| [oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 70.11 kB | 69.92 kB | = | 16.33 kB | 16.31 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 68.19 kB | 68.00 kB | = | 16.85 kB | 16.83 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 68.19 kB | 68.00 kB | = | 16.85 kB | 16.83 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 68.16 kB | 67.98 kB | = | 16.81 kB | 16.79 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 68.16 kB | 67.98 kB | = | 16.81 kB | 16.79 kB\n| [oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 69.57 kB | 69.38 kB | = | 16.15 kB | 16.13 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 66.76 kB | 66.58 kB | = | 16.45 kB | 16.44 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 66.76 kB | 66.58 kB | = | 16.45 kB | 16.44 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 66.73 kB | 66.54 kB | = | 16.42 kB | 16.42 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 66.73 kB | 66.54 kB | = | 16.42 kB | 16.42 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 65.99 kB | 65.80 kB | = | 16.06 kB | 16.04 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 65.48 kB | 65.29 kB | = | 15.89 kB | 15.88 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 64.94 kB | 64.76 kB | = | 15.86 kB | 15.84 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.node.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 64.94 kB | 64.76 kB | = | 15.86 kB | 15.84 kB\n| [oss-stable-semver/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 64.71 kB | 64.52 kB | = | 15.30 kB | 15.29 kB\n| [oss-stable/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/umd/react-server-dom-webpack-client.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 64.71 kB | 64.52 kB | = | 15.30 kB | 15.29 kB\n| [oss-stable-semver/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 64.17 kB | 63.98 kB | = | 15.12 kB | 15.11 kB\n| [oss-stable/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/umd/react-server-dom-turbopack-client.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 64.17 kB | 63.98 kB | = | 15.12 kB | 15.11 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 62.23 kB | 62.04 kB | = | 14.91 kB | 14.90 kB\n| [oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 62.02 kB | 61.84 kB | = | 14.85 kB | 14.83 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 60.90 kB | 60.71 kB | = | 15.06 kB | 15.04 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 60.90 kB | 60.71 kB | = | 15.06 kB | 15.04 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 60.39 kB | 60.20 kB | = | 14.89 kB | 14.87 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 60.39 kB | 60.20 kB | = | 14.89 kB | 14.87 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 57.14 kB | 56.95 kB | = | 13.91 kB | 13.89 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 57.14 kB | 56.95 kB | = | 13.91 kB | 13.89 kB\n| [oss-stable-semver/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 56.94 kB | 56.75 kB | = | 13.84 kB | 13.82 kB\n| [oss-stable/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-esm/esm/react-server-dom-esm-client.browser.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 56.94 kB | 56.75 kB | = | 13.84 kB | 13.82 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 56.80 kB | 56.62 kB | = | 13.75 kB | 13.75 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 56.78 kB | 56.59 kB | = | 13.71 kB | 13.70 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 55.90 kB | 55.71 kB | = | 13.55 kB | 13.55 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 55.87 kB | 55.68 kB | = | 13.51 kB | 13.50 kB\n| [facebook-www/ReactFlightDOMClient-prod.modern.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/facebook-www/ReactFlightDOMClient-prod.modern.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 19.09 kB | 19.03 kB | = | 4.54 kB | 4.54 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 54.46 kB | 54.28 kB | = | 13.17 kB | 13.17 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 54.43 kB | 54.25 kB | = | 13.15 kB | 13.14 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 52.64 kB | 52.46 kB | = | 12.60 kB | 12.59 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 51.71 kB | 51.53 kB | = | 12.74 kB | 12.73 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 51.71 kB | 51.53 kB | = | 12.74 kB | 12.73 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 51.69 kB | 51.50 kB | = | 12.70 kB | 12.69 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.edge.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 51.69 kB | 51.50 kB | = | 12.70 kB | 12.69 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 50.81 kB | 50.62 kB | = | 12.54 kB | 12.53 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 50.81 kB | 50.62 kB | = | 12.54 kB | 12.53 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 50.78 kB | 50.59 kB | = | 12.50 kB | 12.49 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 50.78 kB | 50.59 kB | = | 12.50 kB | 12.49 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 49.37 kB | 49.19 kB | = | 12.16 kB | 12.15 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.unbundled.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 49.37 kB | 49.19 kB | = | 12.16 kB | 12.15 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 49.34 kB | 49.16 kB | = | 12.14 kB | 12.13 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.node.unbundled.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 49.34 kB | 49.16 kB | = | 12.14 kB | 12.13 kB\n| [oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 49.23 kB | 49.05 kB | = | 11.89 kB | 11.88 kB\n| [oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 48.72 kB | 48.53 kB | = | 11.73 kB | 11.72 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 47.55 kB | 47.37 kB | = | 11.59 kB | 11.58 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.node.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 47.55 kB | 47.37 kB | = | 11.59 kB | 11.58 kB\n| [oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 45.46 kB | 45.27 kB | = | 10.79 kB | 10.78 kB\n| [oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 45.34 kB | 45.16 kB | = | 10.76 kB | 10.75 kB\n| [oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 44.14 kB | 43.96 kB | = | 10.90 kB | 10.89 kB\n| [oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 44.14 kB | 43.96 kB | = | 10.90 kB | 10.89 kB\n| [oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 43.63 kB | 43.44 kB | = | 10.74 kB | 10.73 kB\n| [oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-turbopack/cjs/react-server-dom-turbopack-client.browser.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 43.63 kB | 43.44 kB | = | 10.74 kB | 10.73 kB\n| [facebook-www/ReactFlightDOMClient-dev.modern.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/facebook-www/ReactFlightDOMClient-dev.modern.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 40.15 kB | 39.98 kB | = | 9.28 kB | 9.28 kB\n| [oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 40.37 kB | 40.18 kB | = | 9.79 kB | 9.78 kB\n| [oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-esm/cjs/react-server-dom-esm-client.browser.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 40.37 kB | 40.18 kB | = | 9.79 kB | 9.78 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/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 40.25 kB | 40.07 kB | = | 9.77 kB | 9.76 kB\n| [oss-stable/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-server-dom-esm/esm/react-server-dom-esm-client.browser.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 40.25 kB | 40.07 kB | = | 9.77 kB | 9.76 kB\n| [oss-experimental/react-noop-renderer/cjs/react-noop-renderer-server.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer-server.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 5.93 kB | 5.90 kB | = | 1.67 kB | 1.65 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-server.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-server.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 5.93 kB | 5.90 kB | = | 1.67 kB | 1.65 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer-server.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer-server.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 5.93 kB | 5.90 kB | = | 1.67 kB | 1.65 kB\n| [oss-experimental/react-noop-renderer/cjs/react-noop-renderer-server.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer-server.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 6.35 kB | 6.31 kB | = | 1.72 kB | 1.71 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-server.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-server.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 6.35 kB | 6.31 kB | = | 1.72 kB | 1.71 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer-server.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer-server.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 6.35 kB | 6.31 kB | = | 1.72 kB | 1.71 kB\n| [oss-experimental/react-noop-renderer/cjs/react-noop-renderer-server.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer-server.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 3.24 kB | 3.20 kB | = | 1.19 kB | 1.18 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-server.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-server.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 3.24 kB | 3.20 kB | = | 1.19 kB | 1.18 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer-server.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer-server.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 3.24 kB | 3.20 kB | = | 1.19 kB | 1.18 kB\n| [oss-experimental/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 2.28 kB | 2.25 kB | = | 0.90 kB | 0.88 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 2.28 kB | 2.25 kB | = | 0.90 kB | 0.88 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 2.28 kB | 2.25 kB | = | 0.90 kB | 0.88 kB\n| [oss-experimental/react-noop-renderer/cjs/react-noop-renderer-flight-server.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer-flight-server.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 2.52 kB | 2.48 kB | = | 0.95 kB | 0.94 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-flight-server.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-flight-server.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 2.52 kB | 2.48 kB | = | 0.95 kB | 0.94 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer-flight-server.development.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer-flight-server.development.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 2.52 kB | 2.48 kB | = | 0.95 kB | 0.94 kB\n| [oss-experimental/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-experimental/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 1.39 kB | 1.35 kB | = | 0.64 kB | 0.63 kB\n| [oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable-semver/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 1.39 kB | 1.35 kB | = | 0.64 kB | 0.63 kB\n| [oss-stable/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.min.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/oss-stable/react-noop-renderer/cjs/react-noop-renderer-flight-server.production.min.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **=** | 1.39 kB | 1.35 kB | = | 0.64 kB | 0.63 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/155bae42b80f9dd04e9e99b7eac2d33d7223ef4b/files/__test_utils__/ReactAllWarnings.js?compare=1c02b9d2bdc18091cc6afec810fc1b361f00abdd) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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 155bae42b80f9dd04e9e99b7eac2d33d7223ef4b\n</p>\n", "Yeah, I figure we could change it if we needed to later. or have two dispatchers one that preserves the `this` and one that doesn't if we're worried about the optimization of `previous.preload()`" ]
2024-03-04 19:20:22
2024-03-04 20:27:18
2024-03-04 20:27:15
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28488', 'html_url': 'https://github.com/facebook/react/pull/28488', 'diff_url': 'https://github.com/facebook/react/pull/28488.diff', 'patch_url': 'https://github.com/facebook/react/pull/28488.patch', 'merged_at': datetime.datetime(2024, 3, 4, 20, 27, 15)}
The idea here is that host dispatchers are not bound to renders so we need to be able to dispatch to them at any time. This updates the implementation to chain these dispatchers so that each renderer can respond to the dispatch. Semantically we don't always want every renderer to do this for instance if Fizz handles a float method we don't want Fiber to as well so each dispatcher implementation can decide if it makes sense to forward the call or not. For float methods server disaptchers will handle the call if they can resolve a Request otherwise they will forward. For client dispatchers they will handle the call and always forward. The choice needs to be made for each dispatcher method and may have implications on correct renderer import order. For now we just live with the restriction that if you want to use server and client together (such as renderToString in the browser) you need to import the server renderer after the client renderer.
{'url': 'https://api.github.com/repos/facebook/react/issues/28488/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/28488/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28487
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28487/labels{/name}
https://api.github.com/repos/facebook/react/issues/28487/comments
https://api.github.com/repos/facebook/react/issues/28487/events
https://github.com/facebook/react/pull/28487
2,167,319,429
PR_kwDOAJy2Ks5onZgn
28,487
Refactor printToConsole for Improved Readability and Consistency
{'login': 'tonystpierre', 'id': 152312140, 'node_id': 'U_kgDOCRQZTA', 'avatar_url': 'https://avatars.githubusercontent.com/u/152312140?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/tonystpierre', 'html_url': 'https://github.com/tonystpierre', 'followers_url': 'https://api.github.com/users/tonystpierre/followers', 'following_url': 'https://api.github.com/users/tonystpierre/following{/other_user}', 'gists_url': 'https://api.github.com/users/tonystpierre/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/tonystpierre/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/tonystpierre/subscriptions', 'organizations_url': 'https://api.github.com/users/tonystpierre/orgs', 'repos_url': 'https://api.github.com/users/tonystpierre/repos', 'events_url': 'https://api.github.com/users/tonystpierre/events{/privacy}', 'received_events_url': 'https://api.github.com/users/tonystpierre/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 @tonystpierre! \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%2328487). Thanks!", "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 034130c02ffb47b0026059b57d17e9b080976ff3...8c95dd979d04e8e1e152d9c43d47d527c482552c\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/8c95dd979d04e8e1e152d9c43d47d527c482552c/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 176.93 kB | 176.93 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/8c95dd979d04e8e1e152d9c43d47d527c482552c/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 179.07 kB | 179.07 kB | = | 55.82 kB | 55.82 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/8c95dd979d04e8e1e152d9c43d47d527c482552c/files/facebook-www/ReactDOM-prod.classic.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 594.04 kB | 594.04 kB | = | 104.94 kB | 104.94 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/8c95dd979d04e8e1e152d9c43d47d527c482552c/files/facebook-www/ReactDOM-prod.modern.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 577.32 kB | 577.32 kB | = | 101.96 kB | 101.96 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/8c95dd979d04e8e1e152d9c43d47d527c482552c/files/__test_utils__/ReactAllWarnings.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **Deleted** | 66.32 kB | 0.00 kB | Deleted | 16.26 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/8c95dd979d04e8e1e152d9c43d47d527c482552c/files/__test_utils__/ReactAllWarnings.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **Deleted** | 66.32 kB | 0.00 kB | Deleted | 16.26 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 8c95dd979d04e8e1e152d9c43d47d527c482552c\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!", "Thanks for the PR, but we generally don't take PRs that make things \"cleaner\". They very rarely help and usually tend to introduce subtle bugs. In general, we prefer verbose low-level code that's inlined instead of outlined helpers even when they're more legible." ]
2024-03-04 17:01:49
2024-03-04 20:44:15
2024-03-04 20:44:14
NONE
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28487', 'html_url': 'https://github.com/facebook/react/pull/28487', 'diff_url': 'https://github.com/facebook/react/pull/28487.diff', 'patch_url': 'https://github.com/facebook/react/pull/28487.patch', 'merged_at': None}
This pull request introduces a refactor of the `printToConsole` function to improve code readability and maintain consistency with modern JavaScript practices. The changes aim to enhance the developer experience when using console logging with styled badges in React applications. **Key Changes:** - **Template Literals:** Replaced string concatenation with template literals in `badgeStyle` for better readability and easier maintenance. - **Variable Naming:** Renamed `pad` to `padding` to provide a more descriptive and consistent naming convention. - **Set Collection:** Utilized a `Set` for `nonColorizableMethods` to improve lookup performance and readability. - **Spread Operator:** Adopted the spread operator for applying arguments to console methods, aligning with modern JavaScript syntax. - **Code Structure:** Streamlined the structure of the `printToConsole` function for better clarity and reduced redundancy. These enhancements do not alter the existing functionality or logic of the `printToConsole` function but provide a cleaner and more maintainable codebase. **Testing:** - Ensured that all existing tests pass with the refactored code. - Manually tested the function in various scenarios to confirm that the styled badges continue to display correctly in the console. This refactor is part of our ongoing efforts to improve code quality and developer experience in the React codebase. Feedback and suggestions for further improvements are welcome.
{'url': 'https://api.github.com/repos/facebook/react/issues/28487/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/28487/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28486
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28486/labels{/name}
https://api.github.com/repos/facebook/react/issues/28486/comments
https://api.github.com/repos/facebook/react/issues/28486/events
https://github.com/facebook/react/pull/28486
2,167,183,829
PR_kwDOAJy2Ks5om7oz
28,486
fix[devtools/tree/element]: onClick -> onMouseDown to handle first click correctly
{'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-03-04 15:57:57
2024-03-05 11:42:13
2024-03-05 11:42:10
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28486', 'html_url': 'https://github.com/facebook/react/pull/28486', 'diff_url': 'https://github.com/facebook/react/pull/28486.diff', 'patch_url': 'https://github.com/facebook/react/pull/28486.patch', 'merged_at': datetime.datetime(2024, 3, 5, 11, 42, 10)}
There is a weird behaviour in all shells of RDT: when user opens `Components` tab and scrolls down a tree (without any prior click or focus event), and then clicks on some element, the `click` event will not be fired. Because `click` event hasn't been fired, the `focus` event is fired for the whole list and we pre-select the first (root) element in the tree: https://github.com/facebook/react/blob/034130c02ffb47b0026059b57d17e9b080976ff3/packages/react-devtools-shared/src/devtools/views/Components/Tree.js#L217-L226 Check the demo (before) what is happening. I don't know exactly why `click` event is not fired there, but it only happens: 1. For elements, which were not previously rendered (for virtualization purposes). 2. When HTML-element (div), which represents the container for the tree was not focused previously. Unlike the `click` event, the `mousedown` event is fired consistently. ### Before https://github.com/facebook/react/assets/28902667/9f3ad75d-55d0-4c99-b2d0-ead63a120ea0 ### After https://github.com/facebook/react/assets/28902667/e34816be-644c-444c-8e32-562a79494e44 Tested that it works in all shells, including the select / deselect features (with `metaKey` param in event).
{'url': 'https://api.github.com/repos/facebook/react/issues/28486/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/28486/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28485
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28485/labels{/name}
https://api.github.com/repos/facebook/react/issues/28485/comments
https://api.github.com/repos/facebook/react/issues/28485/events
https://github.com/facebook/react/issues/28485
2,167,105,131
I_kwDOAJy2Ks6BK2Zr
28,485
[DevTools Bug] Cannot remove node "1455" because no matching node was found in the Store.
{'login': 'Rldumdum', 'id': 104576920, 'node_id': 'U_kgDOBju3mA', 'avatar_url': 'https://avatars.githubusercontent.com/u/104576920?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Rldumdum', 'html_url': 'https://github.com/Rldumdum', 'followers_url': 'https://api.github.com/users/Rldumdum/followers', 'following_url': 'https://api.github.com/users/Rldumdum/following{/other_user}', 'gists_url': 'https://api.github.com/users/Rldumdum/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/Rldumdum/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/Rldumdum/subscriptions', 'organizations_url': 'https://api.github.com/users/Rldumdum/orgs', 'repos_url': 'https://api.github.com/users/Rldumdum/repos', 'events_url': 'https://api.github.com/users/Rldumdum/events{/privacy}', 'received_events_url': 'https://api.github.com/users/Rldumdum/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': 'Rldumdum', 'id': 104576920.0, 'node_id': 'U_kgDOBju3mA', 'avatar_url': 'https://avatars.githubusercontent.com/u/104576920?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Rldumdum', 'html_url': 'https://github.com/Rldumdum', 'followers_url': 'https://api.github.com/users/Rldumdum/followers', 'following_url': 'https://api.github.com/users/Rldumdum/following{/other_user}', 'gists_url': 'https://api.github.com/users/Rldumdum/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/Rldumdum/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/Rldumdum/subscriptions', 'organizations_url': 'https://api.github.com/users/Rldumdum/orgs', 'repos_url': 'https://api.github.com/users/Rldumdum/repos', 'events_url': 'https://api.github.com/users/Rldumdum/events{/privacy}', 'received_events_url': 'https://api.github.com/users/Rldumdum/received_events', 'type': 'User', 'site_admin': False}
[{'login': 'Rldumdum', 'id': 104576920, 'node_id': 'U_kgDOBju3mA', 'avatar_url': 'https://avatars.githubusercontent.com/u/104576920?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Rldumdum', 'html_url': 'https://github.com/Rldumdum', 'followers_url': 'https://api.github.com/users/Rldumdum/followers', 'following_url': 'https://api.github.com/users/Rldumdum/following{/other_user}', 'gists_url': 'https://api.github.com/users/Rldumdum/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/Rldumdum/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/Rldumdum/subscriptions', 'organizations_url': 'https://api.github.com/users/Rldumdum/orgs', 'repos_url': 'https://api.github.com/users/Rldumdum/repos', 'events_url': 'https://api.github.com/users/Rldumdum/events{/privacy}', 'received_events_url': 'https://api.github.com/users/Rldumdum/received_events', 'type': 'User', 'site_admin': False}]
null
[ "@Rldumdum: We're sorry you've seen this error. ❤️\n\nUnfortunately the URL you provided (\"localhost\") is not publicly accessible. (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-03-04 15:21:28
2024-03-04 15:21:43
2024-03-04 15:21:41
NONE
null
null
null
### Website or app Found it on my localhost website ### Repro steps I added strictmode on my react app on the top level component. <StrictMode> <BrowserRouter> <QueryClientProvider client={queryClient}> <header> <Link to="/">Adopt Me!</Link> </header> <Routes> <Route path="/details/:id" element={<Details />} /> <Route path="/" element={<SearchParams />} /> </Routes> </QueryClientProvider> </BrowserRouter> </StrictMode> folder structure looks like that. ### How often does this bug happen? Every time ### DevTools package (automated) react-devtools-extensions ### DevTools version (automated) 5.0.0-993c4d003 ### Error message (automated) Cannot remove node "1455" because no matching node was found in the Store. ### Error call stack (automated) ```text at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1130512 at C.emit (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1099142) at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1100830 at bridgeListener (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:1:1501127) ``` ### Error component stack (automated) _No response_ ### GitHub query string (automated) ```text https://api.github.com/search/issues?q=Cannot remove node because no matching node was found in the Store. in:title is:issue is:open is:public label:"Component: Developer Tools" repo:facebook/react ```
{'url': 'https://api.github.com/repos/facebook/react/issues/28485/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/28485/timeline
null
completed
false
https://api.github.com/repos/facebook/react/issues/28484
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28484/labels{/name}
https://api.github.com/repos/facebook/react/issues/28484/comments
https://api.github.com/repos/facebook/react/issues/28484/events
https://github.com/facebook/react/issues/28484
2,166,007,860
I_kwDOAJy2Ks6BGqg0
28,484
Bug : Application crashes in Navigating reference pages
{'login': 'ankityadav7420', 'id': 54978121, 'node_id': 'MDQ6VXNlcjU0OTc4MTIx', 'avatar_url': 'https://avatars.githubusercontent.com/u/54978121?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/ankityadav7420', 'html_url': 'https://github.com/ankityadav7420', 'followers_url': 'https://api.github.com/users/ankityadav7420/followers', 'following_url': 'https://api.github.com/users/ankityadav7420/following{/other_user}', 'gists_url': 'https://api.github.com/users/ankityadav7420/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/ankityadav7420/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/ankityadav7420/subscriptions', 'organizations_url': 'https://api.github.com/users/ankityadav7420/orgs', 'repos_url': 'https://api.github.com/users/ankityadav7420/repos', 'events_url': 'https://api.github.com/users/ankityadav7420/events{/privacy}', 'received_events_url': 'https://api.github.com/users/ankityadav7420/received_events', 'type': 'User', 'site_admin': False}
[]
closed
false
null
[]
null
[ "Hey @ankityadav7420! 👋 \r\n\r\nI can't reproduce this error. See the screencast below. It looks like you have some browser extensions installed, can you disable them and try again?\r\n\r\nhttps://github.com/facebook/react/assets/146312751/54c1c302-c160-4059-95c4-9ce1e03a85db\r\n\r\nThanks! ❤️ ", "Nope, cannot reproduce this. Can you share your browser version and the logs in text format?" ]
2024-03-04 06:03:53
2024-03-06 09:58:00
2024-03-06 09:58:00
NONE
null
null
null
React version: react@18.2.0 ## Steps To Reproduce 1. Open the react dev reference page 2. Navigate to Hooks 3. Choose `use` hooks, it crashes the application <img width="1680" alt="Screenshot 2024-03-04 at 11 22 55 AM" src="https://github.com/facebook/react/assets/54978121/4d456cd7-b2a2-4b23-8353-f2f80fd236bd"> ## The expected behavior * It should Generally navigate to next route and content displayed ## The Un-expected behavior * Application crashes
{'url': 'https://api.github.com/repos/facebook/react/issues/28484/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/28484/timeline
null
completed
false
https://api.github.com/repos/facebook/react/issues/28483
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28483/labels{/name}
https://api.github.com/repos/facebook/react/issues/28483/comments
https://api.github.com/repos/facebook/react/issues/28483/events
https://github.com/facebook/react/issues/28483
2,165,517,742
I_kwDOAJy2Ks6BEy2u
28,483
Not detecting React App
{'login': 'ashishagarwal2023', 'id': 83082760, 'node_id': 'MDQ6VXNlcjgzMDgyNzYw', 'avatar_url': 'https://avatars.githubusercontent.com/u/83082760?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/ashishagarwal2023', 'html_url': 'https://github.com/ashishagarwal2023', 'followers_url': 'https://api.github.com/users/ashishagarwal2023/followers', 'following_url': 'https://api.github.com/users/ashishagarwal2023/following{/other_user}', 'gists_url': 'https://api.github.com/users/ashishagarwal2023/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/ashishagarwal2023/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/ashishagarwal2023/subscriptions', 'organizations_url': 'https://api.github.com/users/ashishagarwal2023/orgs', 'repos_url': 'https://api.github.com/users/ashishagarwal2023/repos', 'events_url': 'https://api.github.com/users/ashishagarwal2023/events{/privacy}', 'received_events_url': 'https://api.github.com/users/ashishagarwal2023/received_events', 'type': 'User', 'site_admin': False}
[]
closed
false
null
[]
null
[ "Hey @ashishagarwal2023, there's not enough information to help out here, but it sounds like an issue specific to your setup. Unfortunately, this issue tracker is for reporting bugs in React, and is not a support forum for using React. We want you to find the answer you're looking for, so we suggest posting one of the Community Forums: https://react.dev/community", "Ok" ]
2024-03-03 19:19:08
2024-03-13 19:14:38
2024-03-03 22:15:49
NONE
null
null
null
![image](https://github.com/facebook/react/assets/83082760/2ce1d4b6-72f1-42f9-bae6-3f37de47090c) Uses Remix, TailwindCSS, Flowbite and ReactJS (TypeScript) Happened with NavLink as I implemented it
{'url': 'https://api.github.com/repos/facebook/react/issues/28483/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/28483/timeline
null
not_planned
false
https://api.github.com/repos/facebook/react/issues/28482
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28482/labels{/name}
https://api.github.com/repos/facebook/react/issues/28482/comments
https://api.github.com/repos/facebook/react/issues/28482/events
https://github.com/facebook/react/issues/28482
2,165,422,752
I_kwDOAJy2Ks6BEbqg
28,482
Proposal: Include Error Boundary Lifecycle Hooks in React's Core API
{'login': 'vatsilidis', 'id': 59231956, 'node_id': 'MDQ6VXNlcjU5MjMxOTU2', 'avatar_url': 'https://avatars.githubusercontent.com/u/59231956?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/vatsilidis', 'html_url': 'https://github.com/vatsilidis', 'followers_url': 'https://api.github.com/users/vatsilidis/followers', 'following_url': 'https://api.github.com/users/vatsilidis/following{/other_user}', 'gists_url': 'https://api.github.com/users/vatsilidis/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/vatsilidis/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/vatsilidis/subscriptions', 'organizations_url': 'https://api.github.com/users/vatsilidis/orgs', 'repos_url': 'https://api.github.com/users/vatsilidis/repos', 'events_url': 'https://api.github.com/users/vatsilidis/events{/privacy}', 'received_events_url': 'https://api.github.com/users/vatsilidis/received_events', 'type': 'User', 'site_admin': False}
[]
open
false
null
[]
null
[]
2024-03-03 15:44:40
2024-03-03 15:44:40
null
NONE
null
null
null
Hey there, I've got an idea that I believe could improve the way Error Boundaries work in React. Right now, dealing with errors in React apps can be a bit of a hassle, especially when you have to handle them manually within each error boundary component. So here's what I'm thinking: what if React provided some built-in hooks for common error-handling tasks? That way, developers could spend less time reinventing the wheel and more time building awesome apps. Here's why I think this could be a game-changer: - Standardization: It would establish a standard way of handling errors across different projects, making life easier for developers. - Convenience: Instead of writing the same error-handling code over and over again, devs could just use these built-in hooks. - Abstraction: The hooks would abstract away all the low-level error-handling details, giving us a cleaner and more manageable codebase. - Customization: Developers could still customize the error handling behavior to fit their app's specific needs. - Future-proofing: By including these hooks in React's core API, we ensure that they're supported and maintained for years to come. Here are the hooks I'm proposing: 1. **onError** - This hook would be invoked when an error is caught by the error boundary. - Developers could use this hook to perform custom error handling logic, such as logging the error, displaying a user-friendly error message, or triggering error reporting mechanisms. 2. **onRetry** - This hook would be invoked when a retry action is triggered within the error boundary. - Developers could use this hook to implement custom retry logic, such as reloading data or retrying failed network requests. 3. **onReset** - This hook would be invoked when the error boundary is reset, either manually or automatically after a certain period of time. - Developers could use this hook to clean up resources or reset the error boundary state. I believe that including these hooks in React would make error handling a whole lot easier for everyone. I'd love to hear what the community thinks about this idea! Thanks for considering it
{'url': 'https://api.github.com/repos/facebook/react/issues/28482/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/28482/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28481
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28481/labels{/name}
https://api.github.com/repos/facebook/react/issues/28481/comments
https://api.github.com/repos/facebook/react/issues/28481/events
https://github.com/facebook/react/issues/28481
2,164,921,250
I_kwDOAJy2Ks6BChOi
28,481
about the react performance (how to improve it)
{'login': 'ahmedmbarektorjmen', 'id': 100807174, 'node_id': 'U_kgDOBgIyBg', 'avatar_url': 'https://avatars.githubusercontent.com/u/100807174?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/ahmedmbarektorjmen', 'html_url': 'https://github.com/ahmedmbarektorjmen', 'followers_url': 'https://api.github.com/users/ahmedmbarektorjmen/followers', 'following_url': 'https://api.github.com/users/ahmedmbarektorjmen/following{/other_user}', 'gists_url': 'https://api.github.com/users/ahmedmbarektorjmen/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/ahmedmbarektorjmen/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/ahmedmbarektorjmen/subscriptions', 'organizations_url': 'https://api.github.com/users/ahmedmbarektorjmen/orgs', 'repos_url': 'https://api.github.com/users/ahmedmbarektorjmen/repos', 'events_url': 'https://api.github.com/users/ahmedmbarektorjmen/events{/privacy}', 'received_events_url': 'https://api.github.com/users/ahmedmbarektorjmen/received_events', 'type': 'User', 'site_admin': False}
[]
open
false
null
[]
null
[]
2024-03-02 18:32:35
2024-03-02 18:32:35
null
NONE
null
null
null
As a React developer, an idea struck me while I was walking: why not introduce a `useSignal` hook? Additionally, addressing the performance concerns, could we eliminate the need for rerendering the entire DOM and address React's perceived slowness, which is often attributed to JavaScript hydration and the size of `react-dom`? To optimize React further, consider adding the `useSignal` hook to facilitate more efficient state management. Furthermore, revisiting the structure of `react-dom`, which currently includes substantial JavaScript, could lead to performance enhancements. with `react-dom` in the app.js when bundled its about 72 kb !! Another suggestion is the introduction of `useStore`, offering a lightweight alternative to using context, Redux, or Jotai for state management. Enhancing HTML generation through the new React compiler like Qwik does could streamline the development process. Removing hydration in favor of quick resumability and server-side rendering, similar to Qwik's approach, could improve React's performance and reduce the reliance on client-side components. By transitioning to server components with server-side rendering (on load) and interactive elements could execute on the client side sith the need for a client componnent. and if you wonder how to execute a client code so let me introduce you to the new `useClient()` hook. This approach would minimize initial JavaScript downloads, fetching only the necessary chunks upon user interaction, similar to Qwik's methodology. Considering these advancements could position React as the leading framework due to its intuitive syntax, leveraging its existing popularity and reputation. Your feedback on these proposals is crucial for shaping the future of React within the development community.
{'url': 'https://api.github.com/repos/facebook/react/issues/28481/reactions', 'total_count': 4, '+1': 4, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28481/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28480
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28480/labels{/name}
https://api.github.com/repos/facebook/react/issues/28480/comments
https://api.github.com/repos/facebook/react/issues/28480/events
https://github.com/facebook/react/pull/28480
2,164,029,932
PR_kwDOAJy2Ks5ocXWo
28,480
Remove loose-envify dep and browserify configs
{'login': 'gaearon', 'id': 810438, 'node_id': 'MDQ6VXNlcjgxMDQzOA==', 'avatar_url': 'https://avatars.githubusercontent.com/u/810438?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/gaearon', 'html_url': 'https://github.com/gaearon', 'followers_url': 'https://api.github.com/users/gaearon/followers', 'following_url': 'https://api.github.com/users/gaearon/following{/other_user}', 'gists_url': 'https://api.github.com/users/gaearon/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/gaearon/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/gaearon/subscriptions', 'organizations_url': 'https://api.github.com/users/gaearon/orgs', 'repos_url': 'https://api.github.com/users/gaearon/repos', 'events_url': 'https://api.github.com/users/gaearon/events{/privacy}', 'received_events_url': 'https://api.github.com/users/gaearon/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: 5f2c6b74db031991ff2cdee2767c4d006ddc83d7...0e384f676f6a7801c07cb4a0eb50a5d3ab73a6a3\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/0e384f676f6a7801c07cb4a0eb50a5d3ab73a6a3/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=5f2c6b74db031991ff2cdee2767c4d006ddc83d7) | **=** | 176.93 kB | 176.93 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/0e384f676f6a7801c07cb4a0eb50a5d3ab73a6a3/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=5f2c6b74db031991ff2cdee2767c4d006ddc83d7) | **=** | 179.07 kB | 179.07 kB | = | 55.82 kB | 55.82 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/0e384f676f6a7801c07cb4a0eb50a5d3ab73a6a3/files/facebook-www/ReactDOM-prod.classic.js?compare=5f2c6b74db031991ff2cdee2767c4d006ddc83d7) | **=** | 594.04 kB | 594.04 kB | = | 104.94 kB | 104.94 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/0e384f676f6a7801c07cb4a0eb50a5d3ab73a6a3/files/facebook-www/ReactDOM-prod.modern.js?compare=5f2c6b74db031991ff2cdee2767c4d006ddc83d7) | **=** | 577.32 kB | 577.32 kB | = | 101.96 kB | 101.96 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/0e384f676f6a7801c07cb4a0eb50a5d3ab73a6a3/files/__test_utils__/ReactAllWarnings.js?compare=5f2c6b74db031991ff2cdee2767c4d006ddc83d7) | **Deleted** | 66.40 kB | 0.00 kB | Deleted | 16.26 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/0e384f676f6a7801c07cb4a0eb50a5d3ab73a6a3/files/__test_utils__/ReactAllWarnings.js?compare=5f2c6b74db031991ff2cdee2767c4d006ddc83d7) | **Deleted** | 66.40 kB | 0.00 kB | Deleted | 16.26 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 0e384f676f6a7801c07cb4a0eb50a5d3ab73a6a3\n</p>\n", ">@gaearon should we remove /fixtures/browserify too?\r\n\r\nMaybe worth updating to whatever the alternative pattern is (when the package doesn't include the transform). Or, if we're deleting it, we might as well delete the whole folder because all other solutions there (like `systemjs` or `rjs`) are also very old and are not widely used anymore.", "this does constitute a breaking change, tho, i think?", "Yea but the next semver release we're doing will be a major. As for canaries, those may contain breaking changes as usual — so people using canaries should pin their versions." ]
2024-03-01 19:20:10
2024-03-01 22:04:57
2024-03-01 20:49:51
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28480', 'html_url': 'https://github.com/facebook/react/pull/28480', 'diff_url': 'https://github.com/facebook/react/pull/28480.diff', 'patch_url': 'https://github.com/facebook/react/pull/28480.patch', 'merged_at': datetime.datetime(2024, 3, 1, 20, 49, 51)}
Browserify isn't widely used, and at this point I don't think it makes sense to have a special config just for the sake of it. Let's remove it?
{'url': 'https://api.github.com/repos/facebook/react/issues/28480/reactions', 'total_count': 2, '+1': 2, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28480/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28479
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28479/labels{/name}
https://api.github.com/repos/facebook/react/issues/28479/comments
https://api.github.com/repos/facebook/react/issues/28479/events
https://github.com/facebook/react/pull/28479
2,162,655,750
PR_kwDOAJy2Ks5oXnjx
28,479
[devtools][tests] add support for @gate pragma
{'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: 01ab35a9a731dec69995fbd28f3ac7eaad11e183...c610e01202a9370caed343af5c2b796657e508d2\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/c610e01202a9370caed343af5c2b796657e508d2/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=01ab35a9a731dec69995fbd28f3ac7eaad11e183) | **=** | 176.89 kB | 176.89 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/c610e01202a9370caed343af5c2b796657e508d2/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=01ab35a9a731dec69995fbd28f3ac7eaad11e183) | **=** | 179.00 kB | 179.00 kB | = | 55.80 kB | 55.80 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/c610e01202a9370caed343af5c2b796657e508d2/files/facebook-www/ReactDOM-prod.classic.js?compare=01ab35a9a731dec69995fbd28f3ac7eaad11e183) | **=** | 594.04 kB | 594.04 kB | = | 104.94 kB | 104.94 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/c610e01202a9370caed343af5c2b796657e508d2/files/facebook-www/ReactDOM-prod.modern.js?compare=01ab35a9a731dec69995fbd28f3ac7eaad11e183) | **=** | 577.33 kB | 577.33 kB | = | 101.96 kB | 101.96 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/c610e01202a9370caed343af5c2b796657e508d2/files/__test_utils__/ReactAllWarnings.js?compare=01ab35a9a731dec69995fbd28f3ac7eaad11e183) | **Deleted** | 66.40 kB | 0.00 kB | Deleted | 16.26 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/c610e01202a9370caed343af5c2b796657e508d2/files/__test_utils__/ReactAllWarnings.js?compare=01ab35a9a731dec69995fbd28f3ac7eaad11e183) | **Deleted** | 66.40 kB | 0.00 kB | Deleted | 16.26 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 c610e01202a9370caed343af5c2b796657e508d2\n</p>\n", "@hoxyq would be happy too except I don't actually know how the devtools tests are set up to run against multiple versions. The gate pragma would ideally be used only from source (though my understanding is these tests still only run with the --build flag so it's from the current commit but built into real packages not loaded directly via require)\r\n\r\nIs there some place we run devtools tests with older versions that is not part of the CI job that runs with each commit?", "> Is there some place we run devtools tests with older versions that is not part of the CI job that runs with each commit?\r\n\r\nYes, in https://github.com/facebook/react/blob/2f8f7760223241665f472a2a9be16650473bce39/.circleci/config.yml#L296-L309\r\n\r\nThis is ran daily.\r\n\r\nThis is where `reactVersion` pragma is evaluated for DevTools tests - https://github.com/facebook/react/blob/main/scripts/babel/transform-react-version-pragma.js", "merged and will run the pipeline manually. If it fails I'll revert" ]
2024-03-01 05:46:52
2024-03-01 21:26:27
2024-03-01 21:26:07
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28479', 'html_url': 'https://github.com/facebook/react/pull/28479', 'diff_url': 'https://github.com/facebook/react/pull/28479.diff', 'patch_url': 'https://github.com/facebook/react/pull/28479.patch', 'merged_at': datetime.datetime(2024, 3, 1, 21, 26, 7)}
Adds support for `// @gate` pragma in devtools tests Adds a couple gate test assertions to ensure they continue to work
{'url': 'https://api.github.com/repos/facebook/react/issues/28479/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/28479/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28478
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28478/labels{/name}
https://api.github.com/repos/facebook/react/issues/28478/comments
https://api.github.com/repos/facebook/react/issues/28478/events
https://github.com/facebook/react/pull/28478
2,162,557,605
PR_kwDOAJy2Ks5oXSJ9
28,478
Update homepage URLs to react.dev
{'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: 2f8f7760223241665f472a2a9be16650473bce39...853705293b15a4483e8c757991ca80948ef02c32\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/853705293b15a4483e8c757991ca80948ef02c32/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=2f8f7760223241665f472a2a9be16650473bce39) | **=** | 176.93 kB | 176.93 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/853705293b15a4483e8c757991ca80948ef02c32/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=2f8f7760223241665f472a2a9be16650473bce39) | **=** | 179.07 kB | 179.07 kB | = | 55.82 kB | 55.82 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/853705293b15a4483e8c757991ca80948ef02c32/files/facebook-www/ReactDOM-prod.classic.js?compare=2f8f7760223241665f472a2a9be16650473bce39) | **=** | 594.04 kB | 594.04 kB | = | 104.94 kB | 104.94 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/853705293b15a4483e8c757991ca80948ef02c32/files/facebook-www/ReactDOM-prod.modern.js?compare=2f8f7760223241665f472a2a9be16650473bce39) | **=** | 577.32 kB | 577.32 kB | = | 101.96 kB | 101.96 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/853705293b15a4483e8c757991ca80948ef02c32/files/__test_utils__/ReactAllWarnings.js?compare=2f8f7760223241665f472a2a9be16650473bce39) | **Deleted** | 66.40 kB | 0.00 kB | Deleted | 16.26 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/853705293b15a4483e8c757991ca80948ef02c32/files/__test_utils__/ReactAllWarnings.js?compare=2f8f7760223241665f472a2a9be16650473bce39) | **Deleted** | 66.40 kB | 0.00 kB | Deleted | 16.26 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 853705293b15a4483e8c757991ca80948ef02c32\n</p>\n" ]
2024-03-01 04:01:19
2024-03-01 19:35:18
2024-03-01 19:35:18
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28478', 'html_url': 'https://github.com/facebook/react/pull/28478', 'diff_url': 'https://github.com/facebook/react/pull/28478.diff', 'patch_url': 'https://github.com/facebook/react/pull/28478.patch', 'merged_at': datetime.datetime(2024, 3, 1, 19, 35, 18)}
Updates the package.json "homepage" entry to react.dev
{'url': 'https://api.github.com/repos/facebook/react/issues/28478/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/28478/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28477
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28477/labels{/name}
https://api.github.com/repos/facebook/react/issues/28477/comments
https://api.github.com/repos/facebook/react/issues/28477/events
https://github.com/facebook/react/pull/28477
2,162,543,280
PR_kwDOAJy2Ks5oXPCG
28,477
Update /link URLs to react.dev
{'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: 2f8f7760223241665f472a2a9be16650473bce39...506e2579348ddf5b966506ded035427267916863\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/506e2579348ddf5b966506ded035427267916863/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=2f8f7760223241665f472a2a9be16650473bce39) | **=** | 176.93 kB | 176.93 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/506e2579348ddf5b966506ded035427267916863/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=2f8f7760223241665f472a2a9be16650473bce39) | **=** | 179.07 kB | 179.07 kB | = | 55.82 kB | 55.82 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/506e2579348ddf5b966506ded035427267916863/files/facebook-www/ReactDOM-prod.classic.js?compare=2f8f7760223241665f472a2a9be16650473bce39) | **=** | 594.04 kB | 594.04 kB | = | 104.94 kB | 104.94 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/506e2579348ddf5b966506ded035427267916863/files/facebook-www/ReactDOM-prod.modern.js?compare=2f8f7760223241665f472a2a9be16650473bce39) | **=** | 577.32 kB | 577.32 kB | = | 101.96 kB | 101.96 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/506e2579348ddf5b966506ded035427267916863/files/__test_utils__/ReactAllWarnings.js?compare=2f8f7760223241665f472a2a9be16650473bce39) | **Deleted** | 66.40 kB | 0.00 kB | Deleted | 16.26 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/506e2579348ddf5b966506ded035427267916863/files/__test_utils__/ReactAllWarnings.js?compare=2f8f7760223241665f472a2a9be16650473bce39) | **Deleted** | 66.40 kB | 0.00 kB | Deleted | 16.26 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 506e2579348ddf5b966506ded035427267916863\n</p>\n" ]
2024-03-01 03:43:24
2024-03-03 22:34:35
2024-03-03 22:34:33
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28477', 'html_url': 'https://github.com/facebook/react/pull/28477', 'diff_url': 'https://github.com/facebook/react/pull/28477.diff', 'patch_url': 'https://github.com/facebook/react/pull/28477.patch', 'merged_at': datetime.datetime(2024, 3, 3, 22, 34, 33)}
Depends on https://github.com/reactjs/react.dev/pull/6670 [merged]
{'url': 'https://api.github.com/repos/facebook/react/issues/28477/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/28477/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28476
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28476/labels{/name}
https://api.github.com/repos/facebook/react/issues/28476/comments
https://api.github.com/repos/facebook/react/issues/28476/events
https://github.com/facebook/react/pull/28476
2,162,416,253
PR_kwDOAJy2Ks5oWzaF
28,476
Move Hydration Warnings from the DOM Config into the Fiber reconciliation
{'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\n\nComparing: 84c84d72f11ff1961a103b3cd59919876e48f759...21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3\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/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **+0.01%** | 175.91 kB | 175.92 kB | +0.31% | 54.53 kB | 54.70 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **+0.01%** | 172.39 kB | 172.41 kB | +0.26% | 53.70 kB | 53.84 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/facebook-www/ReactDOM-prod.classic.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **=** | 589.86 kB | 589.78 kB | +0.18% | 103.60 kB | 103.78 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/facebook-www/ReactDOM-prod.modern.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **=** | 573.39 kB | 573.30 kB | +0.16% | 100.66 kB | 100.82 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/__test_utils__/ReactAllWarnings.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **Deleted** | 64.83 kB | 0.00 kB | Deleted | 16.08 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/ReactDOM-dev.modern.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/facebook-www/ReactDOM-dev.modern.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **+0.29%** | 1,623.20 kB | 1,627.96 kB | +0.25% | 322.68 kB | 323.48 kB\n| [facebook-www/ReactDOMTesting-dev.modern.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/facebook-www/ReactDOMTesting-dev.modern.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **+0.29%** | 1,644.66 kB | 1,649.43 kB | +0.25% | 327.20 kB | 328.00 kB\n| [facebook-www/ReactDOM-dev.classic.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/facebook-www/ReactDOM-dev.classic.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **+0.29%** | 1,653.05 kB | 1,657.82 kB | +0.23% | 328.09 kB | 328.84 kB\n| [facebook-www/ReactDOMTesting-dev.classic.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/facebook-www/ReactDOMTesting-dev.classic.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **+0.28%** | 1,674.57 kB | 1,679.34 kB | +0.23% | 332.63 kB | 333.39 kB\n| [oss-experimental/react-dom/cjs/react-dom.development.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/oss-experimental/react-dom/cjs/react-dom.development.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **+0.27%** | 1,305.11 kB | 1,308.66 kB | +0.24% | 288.02 kB | 288.71 kB\n| [oss-experimental/react-dom/umd/react-dom.development.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/oss-experimental/react-dom/umd/react-dom.development.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **+0.27%** | 1,368.23 kB | 1,371.90 kB | +0.24% | 290.99 kB | 291.68 kB\n| [oss-experimental/react-dom/cjs/react-dom-unstable_testing.development.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/oss-experimental/react-dom/cjs/react-dom-unstable_testing.development.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **+0.27%** | 1,322.91 kB | 1,326.45 kB | +0.22% | 292.30 kB | 292.94 kB\n| [oss-stable-semver/react-dom/cjs/react-dom.development.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/oss-stable-semver/react-dom/cjs/react-dom.development.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **+0.27%** | 1,314.01 kB | 1,317.50 kB | +0.24% | 289.53 kB | 290.22 kB\n| [oss-stable/react-dom/cjs/react-dom.development.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/oss-stable/react-dom/cjs/react-dom.development.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **+0.27%** | 1,314.04 kB | 1,317.53 kB | +0.24% | 289.57 kB | 290.26 kB\n| [oss-stable-semver/react-dom/umd/react-dom.development.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/oss-stable-semver/react-dom/umd/react-dom.development.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **+0.26%** | 1,377.38 kB | 1,381.00 kB | +0.23% | 292.54 kB | 293.22 kB\n| [oss-stable/react-dom/umd/react-dom.development.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/oss-stable/react-dom/umd/react-dom.development.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **+0.26%** | 1,377.41 kB | 1,381.02 kB | +0.23% | 292.57 kB | 293.25 kB\n| [oss-experimental/react-reconciler/cjs/react-reconciler.development.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/oss-experimental/react-reconciler/cjs/react-reconciler.development.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **+0.20%** | 919.84 kB | 921.72 kB | +0.26% | 196.52 kB | 197.02 kB\n| [oss-stable-semver/react-reconciler/cjs/react-reconciler.development.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/oss-stable-semver/react-reconciler/cjs/react-reconciler.development.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **+0.20%** | 923.63 kB | 925.51 kB | +0.26% | 197.31 kB | 197.83 kB\n| [oss-stable/react-reconciler/cjs/react-reconciler.development.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/oss-stable/react-reconciler/cjs/react-reconciler.development.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **+0.20%** | 923.65 kB | 925.53 kB | +0.26% | 197.34 kB | 197.85 kB\n| [oss-stable/react-reconciler/cjs/react-reconciler.profiling.min.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/oss-stable/react-reconciler/cjs/react-reconciler.profiling.min.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **=** | 123.91 kB | 123.33 kB | = | 37.86 kB | 37.78 kB\n| [oss-stable-semver/react-reconciler/cjs/react-reconciler.profiling.min.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/oss-stable-semver/react-reconciler/cjs/react-reconciler.profiling.min.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **=** | 123.88 kB | 123.30 kB | = | 37.84 kB | 37.75 kB\n| [oss-experimental/react-reconciler/cjs/react-reconciler.profiling.min.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/oss-experimental/react-reconciler/cjs/react-reconciler.profiling.min.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **=** | 122.13 kB | 121.55 kB | = | 37.41 kB | 37.34 kB\n| [oss-stable/react-reconciler/cjs/react-reconciler.production.min.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/oss-stable/react-reconciler/cjs/react-reconciler.production.min.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **=** | 114.86 kB | 114.28 kB | = | 35.53 kB | 35.43 kB\n| [oss-stable-semver/react-reconciler/cjs/react-reconciler.production.min.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/oss-stable-semver/react-reconciler/cjs/react-reconciler.production.min.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **=** | 114.84 kB | 114.25 kB | = | 35.50 kB | 35.40 kB\n| [oss-experimental/react-reconciler/cjs/react-reconciler.production.min.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/oss-experimental/react-reconciler/cjs/react-reconciler.production.min.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **=** | 113.09 kB | 112.51 kB | = | 35.07 kB | 35.00 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3/files/__test_utils__/ReactAllWarnings.js?compare=84c84d72f11ff1961a103b3cd59919876e48f759) | **Deleted** | 64.83 kB | 0.00 kB | Deleted | 16.08 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 21f7e9d338b3b59a8ba34c1b0a08bf334e37ccd3\n</p>\n" ]
2024-03-01 01:50:30
2024-03-26 23:04:19
2024-03-26 23:04:18
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28476', 'html_url': 'https://github.com/facebook/react/pull/28476', 'diff_url': 'https://github.com/facebook/react/pull/28476.diff', 'patch_url': 'https://github.com/facebook/react/pull/28476.patch', 'merged_at': datetime.datetime(2024, 3, 26, 23, 4, 18)}
Stacked on #28458. This doesn't actually really change the messages yet, it's just a refactor. Hydration warnings can be presented either as HTML or React JSX format. If presented as HTML it makes more sense to make that a DOM specific concept, however, I think it's actually better to present it in terms of React JSX. Most of the time the errors aren't going to be something messing with them at the HTML/HTTP layer. It's because the JS code does something different. Most of the time you're working in just React. People don't necessarily even know what the HTML form of it looks like. So this takes the approach that the warnings are presented in React JSX in their rich object form. Therefore, I'm moving the approach to yield diff data to the reconciler but it's the reconciler that's actually printing all the warnings.
{'url': 'https://api.github.com/repos/facebook/react/issues/28476/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/28476/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28475
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28475/labels{/name}
https://api.github.com/repos/facebook/react/issues/28475/comments
https://api.github.com/repos/facebook/react/issues/28475/events
https://github.com/facebook/react/pull/28475
2,162,312,304
PR_kwDOAJy2Ks5oWcoE
28,475
Clean up empty string special cases
{'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: b8da12e8f8e6a6b087f6531c1c791ab41e5273d4...c62bed8897fbb51f299d5aa427a47ca3002fbd20\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/c62bed8897fbb51f299d5aa427a47ca3002fbd20/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=b8da12e8f8e6a6b087f6531c1c791ab41e5273d4) | **=** | 176.89 kB | 176.86 kB | = | 55.14 kB | 55.13 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/c62bed8897fbb51f299d5aa427a47ca3002fbd20/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=b8da12e8f8e6a6b087f6531c1c791ab41e5273d4) | **=** | 179.00 kB | 178.98 kB | = | 55.80 kB | 55.80 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/c62bed8897fbb51f299d5aa427a47ca3002fbd20/files/facebook-www/ReactDOM-prod.classic.js?compare=b8da12e8f8e6a6b087f6531c1c791ab41e5273d4) | **=** | 594.04 kB | 593.96 kB | = | 104.94 kB | 104.93 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/c62bed8897fbb51f299d5aa427a47ca3002fbd20/files/facebook-www/ReactDOM-prod.modern.js?compare=b8da12e8f8e6a6b087f6531c1c791ab41e5273d4) | **=** | 577.33 kB | 577.24 kB | = | 101.96 kB | 101.95 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/c62bed8897fbb51f299d5aa427a47ca3002fbd20/files/__test_utils__/ReactAllWarnings.js?compare=b8da12e8f8e6a6b087f6531c1c791ab41e5273d4) | **Deleted** | 66.40 kB | 0.00 kB | Deleted | 16.26 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/c62bed8897fbb51f299d5aa427a47ca3002fbd20/files/__test_utils__/ReactAllWarnings.js?compare=b8da12e8f8e6a6b087f6531c1c791ab41e5273d4) | **Deleted** | 66.40 kB | 0.00 kB | Deleted | 16.26 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 c62bed8897fbb51f299d5aa427a47ca3002fbd20\n</p>\n" ]
2024-03-01 00:20:11
2024-03-01 01:27:27
2024-03-01 01:27:27
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28475', 'html_url': 'https://github.com/facebook/react/pull/28475', 'diff_url': 'https://github.com/facebook/react/pull/28475.diff', 'patch_url': 'https://github.com/facebook/react/pull/28475.patch', 'merged_at': datetime.datetime(2024, 3, 1, 1, 27, 26)}
This was fixed in https://github.com/facebook/react/pull/22807 so we don't need these special cases anymore.
{'url': 'https://api.github.com/repos/facebook/react/issues/28475/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/28475/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28474
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28474/labels{/name}
https://api.github.com/repos/facebook/react/issues/28474/comments
https://api.github.com/repos/facebook/react/issues/28474/events
https://github.com/facebook/react/issues/28474
2,162,264,027
I_kwDOAJy2Ks6A4Yfb
28,474
[DevTools Bug]: Memory leak when not using the extension
{'login': 'flaviut', 'id': 5213469, 'node_id': 'MDQ6VXNlcjUyMTM0Njk=', 'avatar_url': 'https://avatars.githubusercontent.com/u/5213469?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/flaviut', 'html_url': 'https://github.com/flaviut', 'followers_url': 'https://api.github.com/users/flaviut/followers', 'following_url': 'https://api.github.com/users/flaviut/following{/other_user}', 'gists_url': 'https://api.github.com/users/flaviut/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/flaviut/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/flaviut/subscriptions', 'organizations_url': 'https://api.github.com/users/flaviut/orgs', 'repos_url': 'https://api.github.com/users/flaviut/repos', 'events_url': 'https://api.github.com/users/flaviut/events{/privacy}', 'received_events_url': 'https://api.github.com/users/flaviut/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
[ "@flaviut: 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.", "Thank you for providing repro steps! Re-opening issue now for triage.", "Duplicate of https://github.com/facebook/react/issues/28323" ]
2024-02-29 23:26:36
2024-03-05 16:41:16
2024-03-05 16:41:16
NONE
null
null
null
### Website or app https://example.com ### Repro steps 1. use Firefox normally, not opening the browser dev tools at all 2. notice that the browser is getting sluggish due to continual GC, and that Firefox indicates that browser extensions are using 2GiB+ 3. disable react dev tools, and observe immediate improvement in memory usage and GC CPU usage `about:memory` diff, before and after disabling react dev tools: ``` extension (pid NNN) Explicit Allocations -1,894.73 MB (100.0%) -- explicit ├──-1,684.24 MB (88.89%) -- js-non-window │ ├──-1,669.75 MB (88.13%) -- zones/zone(0xNNN) │ │ ├──-1,610.78 MB (85.01%) -- realm([System Principal], shared JSM global) │ │ │ ├──-1,610.79 MB (85.01%) -- classes │ │ │ │ ├────-451.06 MB (23.81%) -- class(Map)/objects │ │ │ │ │ ├──-360.85 MB (19.04%) -- malloc-heap │ │ │ │ │ │ ├──-360.85 MB (19.04%) ── misc │ │ │ │ │ │ └────-0.00 MB (00.00%) ── slots │ │ │ │ │ └───-90.21 MB (04.76%) ── gc-heap │ │ │ │ ├────-360.87 MB (19.05%) -- class(Function)/objects │ │ │ │ │ ├──-360.87 MB (19.05%) ── gc-heap │ │ │ │ │ └────-0.00 MB (00.00%) ── malloc-heap/slots │ │ │ │ ├────-219.10 MB (11.56%) -- class(Object)/objects │ │ │ │ │ ├──-167.54 MB (08.84%) ── gc-heap │ │ │ │ │ └───-51.56 MB (02.72%) -- malloc-heap │ │ │ │ │ ├──-51.56 MB (02.72%) ── slots │ │ │ │ │ └───-0.00 MB (00.00%) ── elements/normal │ │ │ │ ├────-212.20 MB (11.20%) -- class(Set)/objects │ │ │ │ │ ├──-167.09 MB (08.82%) -- malloc-heap │ │ │ │ │ │ ├──-167.09 MB (08.82%) ── misc │ │ │ │ │ │ └─────0.00 MB (-00.00%) ── slots │ │ │ │ │ └───-45.10 MB (02.38%) ── gc-heap │ │ │ │ ├────-161.10 MB (08.50%) ── class(Call)/objects/gc-heap │ │ │ │ ├────-115.99 MB (06.12%) -- class(LexicalEnvironment)/objects │ │ │ │ │ ├──-115.99 MB (06.12%) ── gc-heap │ │ │ │ │ └────-0.00 MB (00.00%) ── malloc-heap/slots │ │ │ │ ├─────-45.34 MB (02.39%) -- class(Array)/objects │ │ │ │ │ ├──-45.34 MB (02.39%) ── gc-heap │ │ │ │ │ └───-0.00 MB (00.00%) ── malloc-heap/slots │ │ │ │ ├─────-45.11 MB (02.38%) ── class(Proxy)/objects/gc-heap │ │ │ │ └──────-0.01 MB (00.00%) ++ (6 tiny) │ │ │ └───────0.01 MB (-00.00%) ++ (5 tiny) │ │ ├─────-40.03 MB (02.11%) -- compartments │ │ │ ├──-40.03 MB (02.11%) ── cross-compartment-wrapper-tables │ │ │ └───-0.00 MB (00.00%) ── private-data │ │ └─────-18.94 MB (01.00%) ++ (19 tiny) │ └─────-14.49 MB (00.76%) ++ (3 tiny) ├────-137.46 MB (07.25%) -- window-objects │ ├──-138.79 MB (07.33%) -- top(moz-extension://98c06d52-ba9c-4097-8d95-cfd0565b93d5/_generated_background_page.html, id=NNN) │ │ ├──-135.99 MB (07.18%) -- active/window(moz-extension://98c06d52-ba9c-4097-8d95-cfd0565b93d5/_generated_background_page.html) │ │ │ ├──-135.73 MB (07.16%) -- js-realm(moz-extension://98c06d52-ba9c-4097-8d95-cfd0565b93d5/_generated_background_page.html) │ │ │ │ ├──-135.72 MB (07.16%) -- classes │ │ │ │ │ ├───-90.48 MB (04.78%) -- class(Function)/objects │ │ │ │ │ │ ├──-90.48 MB (04.78%) ── gc-heap [-] │ │ │ │ │ │ └───-0.01 MB (00.00%) ── malloc-heap/slots │ │ │ │ │ ├───-45.10 MB (02.38%) -- class(Call)/objects │ │ │ │ │ │ ├──-45.10 MB (02.38%) ── gc-heap [-] │ │ │ │ │ │ └───-0.00 MB (00.00%) ── malloc-heap/slots │ │ │ │ │ └────-0.13 MB (00.01%) ++ (4 tiny) │ │ │ │ └────-0.01 MB (00.00%) ++ sundries │ │ │ └────-0.26 MB (00.01%) ++ (3 tiny) │ │ └────-2.80 MB (00.15%) ++ js-zone(0xNNN) │ └─────1.33 MB (-00.07%) ++ (8 tiny) ├─────-73.74 MB (03.89%) -- heap-overhead │ ├──-59.05 MB (03.12%) -- bin-unused │ │ ├──-26.77 MB (01.41%) ── bin-128 │ │ ├──-19.63 MB (01.04%) ── bin-80 │ │ └──-12.65 MB (00.67%) ++ (44 tiny) │ └──-14.70 MB (00.78%) ++ (2 tiny) └───────0.71 MB (-00.04%) ++ (7 tiny) ``` unfortunately, due to https://bugzilla.mozilla.org/show_bug.cgi?id=1766271, I'm unable to get any more detail on what exactly is consuming all this memory. ### How often does this bug happen? Every time ### 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/28474/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/28474/timeline
null
not_planned
false
https://api.github.com/repos/facebook/react/issues/28473
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28473/labels{/name}
https://api.github.com/repos/facebook/react/issues/28473/comments
https://api.github.com/repos/facebook/react/issues/28473/events
https://github.com/facebook/react/pull/28473
2,161,868,158
PR_kwDOAJy2Ks5oU7Xo
28,473
Move string ref coercion to JSX runtime
{'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: fd0da3eef1e23b7dd5071fef21de414da8e5038e...880ccbd85a8ff168a38ef3b19223d3ac7bb5b217\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/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 168.88 kB | 168.88 kB | = | 52.68 kB | 52.69 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 170.69 kB | 170.69 kB | = | 53.23 kB | 53.24 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/ReactDOM-prod.classic.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 591.32 kB | 590.15 kB | = | 103.85 kB | 103.60 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/ReactDOM-prod.modern.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 567.65 kB | 566.48 kB | = | 99.80 kB | 99.56 kB\n| [facebook-react-native/react/cjs/JSXRuntime-prod.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-react-native/react/cjs/JSXRuntime-prod.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+70.42%** | 1.64 kB | 2.80 kB | +58.54% | 0.77 kB | 1.22 kB\n| [facebook-react-native/react/cjs/JSXRuntime-profiling.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-react-native/react/cjs/JSXRuntime-profiling.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+70.42%** | 1.64 kB | 2.80 kB | +58.54% | 0.77 kB | 1.22 kB\n| [facebook-www/JSXDEVRuntime-dev.modern.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/JSXDEVRuntime-dev.modern.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+15.49%** | 50.73 kB | 58.59 kB | +11.20% | 13.29 kB | 14.78 kB\n| [facebook-www/JSXDEVRuntime-dev.classic.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/JSXDEVRuntime-dev.classic.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+15.43%** | 50.73 kB | 58.56 kB | +11.15% | 13.29 kB | 14.77 kB\n| [facebook-react-native/react/cjs/JSXDEVRuntime-dev.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-react-native/react/cjs/JSXDEVRuntime-dev.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+15.26%** | 48.40 kB | 55.79 kB | +10.71% | 12.81 kB | 14.18 kB\n| [facebook-react-native/react/cjs/JSXRuntime-dev.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-react-native/react/cjs/JSXRuntime-dev.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+14.83%** | 49.81 kB | 57.20 kB | +10.55% | 13.17 kB | 14.56 kB\n| [facebook-www/React-prod.modern.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/React-prod.modern.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+10.08%** | 21.17 kB | 23.30 kB | +11.27% | 5.26 kB | 5.86 kB\n| [facebook-www/React-prod.classic.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/React-prod.classic.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+10.08%** | 21.17 kB | 23.30 kB | +11.26% | 5.27 kB | 5.86 kB\n| [facebook-www/React-profiling.modern.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/React-profiling.modern.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+9.87%** | 21.60 kB | 23.73 kB | +11.12% | 5.34 kB | 5.94 kB\n| [facebook-www/React-profiling.classic.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/React-profiling.classic.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+9.87%** | 21.60 kB | 23.74 kB | +11.13% | 5.34 kB | 5.94 kB\n| [facebook-www/ReactServer-dev.modern.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/ReactServer-dev.modern.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+9.10%** | 94.62 kB | 103.23 kB | +7.02% | 22.47 kB | 24.05 kB\n| [facebook-www/ReactServer-prod.modern.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/ReactServer-prod.modern.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+8.24%** | 17.81 kB | 19.28 kB | +6.01% | 4.63 kB | 4.90 kB\n| [facebook-react-native/react/cjs/React-prod.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-react-native/react/cjs/React-prod.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+7.42%** | 20.81 kB | 22.35 kB | +10.11% | 5.21 kB | 5.73 kB\n| [facebook-react-native/react/cjs/React-profiling.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-react-native/react/cjs/React-profiling.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+7.27%** | 21.24 kB | 22.79 kB | +10.04% | 5.28 kB | 5.81 kB\n| [facebook-www/React-dev.modern.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/React-dev.modern.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+6.86%** | 125.52 kB | 134.13 kB | +5.32% | 29.62 kB | 31.19 kB\n| [facebook-www/React-dev.classic.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/React-dev.classic.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+6.80%** | 126.10 kB | 134.68 kB | +5.32% | 29.72 kB | 31.30 kB\n| [facebook-react-native/react/cjs/React-dev.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-react-native/react/cjs/React-dev.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+6.16%** | 124.17 kB | 131.81 kB | +4.65% | 29.31 kB | 30.67 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/__test_utils__/ReactAllWarnings.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **Deleted** | 64.04 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-react-native/react/cjs/JSXRuntime-prod.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-react-native/react/cjs/JSXRuntime-prod.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+70.42%** | 1.64 kB | 2.80 kB | +58.54% | 0.77 kB | 1.22 kB\n| [facebook-react-native/react/cjs/JSXRuntime-profiling.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-react-native/react/cjs/JSXRuntime-profiling.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+70.42%** | 1.64 kB | 2.80 kB | +58.54% | 0.77 kB | 1.22 kB\n| [facebook-www/JSXDEVRuntime-dev.modern.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/JSXDEVRuntime-dev.modern.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+15.49%** | 50.73 kB | 58.59 kB | +11.20% | 13.29 kB | 14.78 kB\n| [facebook-www/JSXDEVRuntime-dev.classic.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/JSXDEVRuntime-dev.classic.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+15.43%** | 50.73 kB | 58.56 kB | +11.15% | 13.29 kB | 14.77 kB\n| [facebook-react-native/react/cjs/JSXDEVRuntime-dev.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-react-native/react/cjs/JSXDEVRuntime-dev.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+15.26%** | 48.40 kB | 55.79 kB | +10.71% | 12.81 kB | 14.18 kB\n| [facebook-react-native/react/cjs/JSXRuntime-dev.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-react-native/react/cjs/JSXRuntime-dev.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+14.83%** | 49.81 kB | 57.20 kB | +10.55% | 13.17 kB | 14.56 kB\n| [facebook-www/React-prod.modern.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/React-prod.modern.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+10.08%** | 21.17 kB | 23.30 kB | +11.27% | 5.26 kB | 5.86 kB\n| [facebook-www/React-prod.classic.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/React-prod.classic.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+10.08%** | 21.17 kB | 23.30 kB | +11.26% | 5.27 kB | 5.86 kB\n| [facebook-www/React-profiling.modern.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/React-profiling.modern.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+9.87%** | 21.60 kB | 23.73 kB | +11.12% | 5.34 kB | 5.94 kB\n| [facebook-www/React-profiling.classic.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/React-profiling.classic.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+9.87%** | 21.60 kB | 23.74 kB | +11.13% | 5.34 kB | 5.94 kB\n| [facebook-www/ReactServer-dev.modern.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/ReactServer-dev.modern.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+9.10%** | 94.62 kB | 103.23 kB | +7.02% | 22.47 kB | 24.05 kB\n| [facebook-www/ReactServer-prod.modern.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/ReactServer-prod.modern.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+8.24%** | 17.81 kB | 19.28 kB | +6.01% | 4.63 kB | 4.90 kB\n| [facebook-react-native/react/cjs/React-prod.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-react-native/react/cjs/React-prod.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+7.42%** | 20.81 kB | 22.35 kB | +10.11% | 5.21 kB | 5.73 kB\n| [facebook-react-native/react/cjs/React-profiling.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-react-native/react/cjs/React-profiling.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+7.27%** | 21.24 kB | 22.79 kB | +10.04% | 5.28 kB | 5.81 kB\n| [facebook-www/React-dev.modern.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/React-dev.modern.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+6.86%** | 125.52 kB | 134.13 kB | +5.32% | 29.62 kB | 31.19 kB\n| [facebook-www/React-dev.classic.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/React-dev.classic.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+6.80%** | 126.10 kB | 134.68 kB | +5.32% | 29.72 kB | 31.30 kB\n| [facebook-react-native/react/cjs/React-dev.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-react-native/react/cjs/React-dev.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+6.16%** | 124.17 kB | 131.81 kB | +4.65% | 29.31 kB | 30.67 kB\n| [oss-experimental/react/cjs/react-jsx-runtime.profiling.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/oss-experimental/react/cjs/react-jsx-runtime.profiling.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+0.40%** | 4.49 kB | 4.51 kB | +0.25% | 2.03 kB | 2.04 kB\n| [oss-stable-semver/react/cjs/react-jsx-runtime.profiling.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/oss-stable-semver/react/cjs/react-jsx-runtime.profiling.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+0.40%** | 4.49 kB | 4.51 kB | +0.25% | 2.03 kB | 2.04 kB\n| [oss-stable/react/cjs/react-jsx-runtime.profiling.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/oss-stable/react/cjs/react-jsx-runtime.profiling.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+0.40%** | 4.49 kB | 4.51 kB | +0.25% | 2.03 kB | 2.04 kB\n| [oss-experimental/react/cjs/react-jsx-runtime.production.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/oss-experimental/react/cjs/react-jsx-runtime.production.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+0.40%** | 4.49 kB | 4.51 kB | +0.30% | 2.03 kB | 2.04 kB\n| [oss-stable-semver/react/cjs/react-jsx-runtime.production.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/oss-stable-semver/react/cjs/react-jsx-runtime.production.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+0.40%** | 4.49 kB | 4.51 kB | +0.30% | 2.03 kB | 2.04 kB\n| [oss-stable/react/cjs/react-jsx-runtime.production.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/oss-stable/react/cjs/react-jsx-runtime.production.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+0.40%** | 4.49 kB | 4.51 kB | +0.30% | 2.03 kB | 2.04 kB\n| [oss-experimental/react/cjs/react-jsx-runtime.react-server.production.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/oss-experimental/react/cjs/react-jsx-runtime.react-server.production.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+0.39%** | 4.56 kB | 4.58 kB | +0.34% | 2.05 kB | 2.05 kB\n| [oss-stable-semver/react/cjs/react-jsx-runtime.react-server.production.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/oss-stable-semver/react/cjs/react-jsx-runtime.react-server.production.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+0.39%** | 4.56 kB | 4.58 kB | +0.34% | 2.05 kB | 2.05 kB\n| [oss-stable/react/cjs/react-jsx-runtime.react-server.production.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/oss-stable/react/cjs/react-jsx-runtime.react-server.production.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **+0.39%** | 4.56 kB | 4.58 kB | +0.34% | 2.05 kB | 2.05 kB\n| [facebook-www/ReactDOMTesting-prod.modern.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/ReactDOMTesting-prod.modern.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 583.41 kB | 582.23 kB | = | 103.70 kB | 103.45 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/ReactDOM-prod.modern.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 567.65 kB | 566.48 kB | = | 99.80 kB | 99.56 kB\n| [facebook-www/ReactDOMTesting-dev.classic.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/ReactDOMTesting-dev.classic.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 1,699.40 kB | 1,694.01 kB | = | 337.50 kB | 336.28 kB\n| [facebook-www/ReactART-prod.classic.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/ReactART-prod.classic.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 366.69 kB | 365.52 kB | = | 61.81 kB | 61.54 kB\n| [facebook-www/ReactDOM-dev.classic.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/ReactDOM-dev.classic.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 1,677.63 kB | 1,672.24 kB | = | 332.89 kB | 331.63 kB\n| [facebook-www/ReactDOMTesting-dev.modern.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/ReactDOMTesting-dev.modern.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 1,646.39 kB | 1,641.00 kB | = | 328.11 kB | 326.89 kB\n| [facebook-www/ReactDOM-dev.modern.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/ReactDOM-dev.modern.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 1,625.91 kB | 1,620.52 kB | = | 323.71 kB | 322.48 kB\n| [facebook-www/ReactART-prod.modern.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/ReactART-prod.modern.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 348.28 kB | 347.10 kB | = | 58.89 kB | 58.63 kB\n| [react-native/implementations/ReactNativeRenderer-dev.fb.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/react-native/implementations/ReactNativeRenderer-dev.fb.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 1,111.68 kB | 1,107.75 kB | = | 221.19 kB | 220.40 kB\n| [react-native/implementations/ReactFabric-dev.fb.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/react-native/implementations/ReactFabric-dev.fb.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 1,097.07 kB | 1,093.13 kB | = | 217.31 kB | 216.48 kB\n| [facebook-www/ReactTestRenderer-dev.classic.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/ReactTestRenderer-dev.classic.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 967.97 kB | 964.49 kB | = | 192.07 kB | 191.30 kB\n| [facebook-www/ReactTestRenderer-dev.modern.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/ReactTestRenderer-dev.modern.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 967.97 kB | 964.49 kB | = | 192.07 kB | 191.30 kB\n| [facebook-react-native/react-test-renderer/cjs/ReactTestRenderer-dev.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-react-native/react-test-renderer/cjs/ReactTestRenderer-dev.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 962.95 kB | 959.47 kB | = | 189.74 kB | 188.96 kB\n| [react-native/implementations/ReactNativeRenderer-dev.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/react-native/implementations/ReactNativeRenderer-dev.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 1,001.45 kB | 997.52 kB | = | 200.12 kB | 199.27 kB\n| [react-native/implementations/ReactFabric-dev.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/react-native/implementations/ReactFabric-dev.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 986.56 kB | 982.63 kB | = | 196.36 kB | 195.58 kB\n| [react-native/implementations/ReactNativeRenderer-profiling.fb.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/react-native/implementations/ReactNativeRenderer-profiling.fb.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 402.13 kB | 400.03 kB | = | 69.83 kB | 69.27 kB\n| [react-native/implementations/ReactFabric-profiling.fb.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/react-native/implementations/ReactFabric-profiling.fb.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 394.67 kB | 392.57 kB | = | 68.54 kB | 67.96 kB\n| [react-native/implementations/ReactNativeRenderer-prod.fb.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/react-native/implementations/ReactNativeRenderer-prod.fb.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 374.82 kB | 372.72 kB | = | 65.63 kB | 65.08 kB\n| [react-native/implementations/ReactFabric-prod.fb.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/react-native/implementations/ReactFabric-prod.fb.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 367.43 kB | 365.33 kB | = | 64.35 kB | 63.78 kB\n| [react-native/implementations/ReactNativeRenderer-profiling.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/react-native/implementations/ReactNativeRenderer-profiling.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 346.60 kB | 344.50 kB | = | 60.18 kB | 59.59 kB\n| [facebook-react-native/react-test-renderer/cjs/ReactTestRenderer-profiling.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-react-native/react-test-renderer/cjs/ReactTestRenderer-profiling.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 340.06 kB | 337.96 kB | = | 59.09 kB | 58.53 kB\n| [react-native/implementations/ReactFabric-profiling.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/react-native/implementations/ReactFabric-profiling.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 337.10 kB | 335.00 kB | = | 58.52 kB | 57.91 kB\n| [react-native/implementations/ReactNativeRenderer-prod.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/react-native/implementations/ReactNativeRenderer-prod.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 319.53 kB | 317.43 kB | = | 55.96 kB | 55.38 kB\n| [facebook-react-native/react-test-renderer/cjs/ReactTestRenderer-prod.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-react-native/react-test-renderer/cjs/ReactTestRenderer-prod.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 316.30 kB | 314.21 kB | = | 55.67 kB | 55.11 kB\n| [react-native/implementations/ReactFabric-prod.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/react-native/implementations/ReactFabric-prod.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 310.78 kB | 308.68 kB | = | 54.45 kB | 53.85 kB\n| [facebook-www/ReactART-dev.classic.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/ReactART-dev.classic.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 1,079.46 kB | 1,071.23 kB | = | 210.82 kB | 208.53 kB\n| [facebook-www/ReactART-dev.modern.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/facebook-www/ReactART-dev.modern.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **=** | 1,045.81 kB | 1,037.58 kB | = | 204.78 kB | 202.46 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/880ccbd85a8ff168a38ef3b19223d3ac7bb5b217/files/__test_utils__/ReactAllWarnings.js?compare=fd0da3eef1e23b7dd5071fef21de414da8e5038e) | **Deleted** | 64.04 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 880ccbd85a8ff168a38ef3b19223d3ac7bb5b217\n</p>\n" ]
2024-02-29 18:36:47
2024-04-05 14:53:12
2024-04-05 14:53:12
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28473', 'html_url': 'https://github.com/facebook/react/pull/28473', 'diff_url': 'https://github.com/facebook/react/pull/28473.diff', 'patch_url': 'https://github.com/facebook/react/pull/28473.patch', 'merged_at': datetime.datetime(2024, 4, 5, 14, 53, 12)}
Based on: - #28464 --- This moves the entire string ref implementation out Fiber and into the JSX runtime. The string is converted to a callback ref during element creation. This is a subtle change in behavior, because it will have already been converted to a callback ref if you access element.prop.ref or element.ref. But this is only for Meta, because string refs are disabled entirely in open source. And if it leads to an issue in practice, the solution is to switch to a different ref type, which Meta is going to do regardless.
{'url': 'https://api.github.com/repos/facebook/react/issues/28473/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/28473/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28472
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28472/labels{/name}
https://api.github.com/repos/facebook/react/issues/28472/comments
https://api.github.com/repos/facebook/react/issues/28472/events
https://github.com/facebook/react/pull/28472
2,161,440,105
PR_kwDOAJy2Ks5oTdgb
28,472
[RN] Use microtasks in the RN renderer based on a global flag defined by RN
{'login': 'rubennorte', 'id': 117921, 'node_id': 'MDQ6VXNlcjExNzkyMQ==', 'avatar_url': 'https://avatars.githubusercontent.com/u/117921?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/rubennorte', 'html_url': 'https://github.com/rubennorte', 'followers_url': 'https://api.github.com/users/rubennorte/followers', 'following_url': 'https://api.github.com/users/rubennorte/following{/other_user}', 'gists_url': 'https://api.github.com/users/rubennorte/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/rubennorte/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/rubennorte/subscriptions', 'organizations_url': 'https://api.github.com/users/rubennorte/orgs', 'repos_url': 'https://api.github.com/users/rubennorte/repos', 'events_url': 'https://api.github.com/users/rubennorte/events{/privacy}', 'received_events_url': 'https://api.github.com/users/rubennorte/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: dfaed5582550f11b27aae967a8e7084202dd2d90...90c9589798adf5f7109b1ef55fa6a5ac102c63f7\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/90c9589798adf5f7109b1ef55fa6a5ac102c63f7/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=dfaed5582550f11b27aae967a8e7084202dd2d90) | **=** | 177.10 kB | 177.10 kB | = | 55.20 kB | 55.20 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/90c9589798adf5f7109b1ef55fa6a5ac102c63f7/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=dfaed5582550f11b27aae967a8e7084202dd2d90) | **=** | 177.64 kB | 177.64 kB | = | 55.53 kB | 55.53 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/90c9589798adf5f7109b1ef55fa6a5ac102c63f7/files/facebook-www/ReactDOM-prod.classic.js?compare=dfaed5582550f11b27aae967a8e7084202dd2d90) | **=** | 594.34 kB | 594.34 kB | = | 104.96 kB | 104.96 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/90c9589798adf5f7109b1ef55fa6a5ac102c63f7/files/facebook-www/ReactDOM-prod.modern.js?compare=dfaed5582550f11b27aae967a8e7084202dd2d90) | **=** | 577.60 kB | 577.60 kB | = | 102.02 kB | 102.02 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/90c9589798adf5f7109b1ef55fa6a5ac102c63f7/files/__test_utils__/ReactAllWarnings.js?compare=dfaed5582550f11b27aae967a8e7084202dd2d90) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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/90c9589798adf5f7109b1ef55fa6a5ac102c63f7/files/__test_utils__/ReactAllWarnings.js?compare=dfaed5582550f11b27aae967a8e7084202dd2d90) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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 90c9589798adf5f7109b1ef55fa6a5ac102c63f7\n</p>\n" ]
2024-02-29 14:49:10
2024-03-13 13:30:43
2024-03-13 10:00:11
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28472', 'html_url': 'https://github.com/facebook/react/pull/28472', 'diff_url': 'https://github.com/facebook/react/pull/28472.diff', 'patch_url': 'https://github.com/facebook/react/pull/28472.patch', 'merged_at': datetime.datetime(2024, 3, 13, 10, 0, 11)}
## Summary We want to enable the new event loop in React Native (https://github.com/react-native-community/discussions-and-proposals/pull/744) for all users in the new architecture (determined by the use of bridgeless, not by the use of Fabric). In order to leverage that, we need to also set the flag for the React reconciler to use microtasks for scheduling (so we'll execute them at the right time in the new event loop). This migrates from the previous approach using a dynamic flag (to be used at Meta) with the check of a global set by React Native. The reason for doing this is: 1) We still need to determine this dynamically in OSS (based on Bridgeless, not on Fabric). 2) We still need the ability to configure the behavior at Meta, and for internal build system reasons we cannot access the flag that enables microtasks in [`ReactNativeFeatureFlags`](https://github.com/facebook/react-native/blob/6c28c87c4d5d8a9f5be5e02cd7d3eba5b4aaca8c/packages/react-native/src/private/featureflags/ReactNativeFeatureFlags.js#L121). ## How did you test this change? Manually synchronized the changes to React Native and ran all tests for the new architecture on it. Also tested manually. > [!NOTE] > This change depends on https://github.com/facebook/react-native/pull/43397 which has been merged already
{'url': 'https://api.github.com/repos/facebook/react/issues/28472/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/28472/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28471
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28471/labels{/name}
https://api.github.com/repos/facebook/react/issues/28471/comments
https://api.github.com/repos/facebook/react/issues/28471/events
https://github.com/facebook/react/pull/28471
2,160,982,208
PR_kwDOAJy2Ks5oR4Ud
28,471
feat[devtools]: symbolicate source for inspected element
{'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
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 61bd00498d2a6e23885bac42f3aeb0e02cadb8eb...2a1097f9ce32eb8ceb10ab63537661563d8d8a6a\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/2a1097f9ce32eb8ceb10ab63537661563d8d8a6a/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=61bd00498d2a6e23885bac42f3aeb0e02cadb8eb) | **=** | 177.19 kB | 177.19 kB | = | 55.23 kB | 55.23 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/2a1097f9ce32eb8ceb10ab63537661563d8d8a6a/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=61bd00498d2a6e23885bac42f3aeb0e02cadb8eb) | **=** | 177.72 kB | 177.72 kB | = | 55.55 kB | 55.55 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/2a1097f9ce32eb8ceb10ab63537661563d8d8a6a/files/facebook-www/ReactDOM-prod.classic.js?compare=61bd00498d2a6e23885bac42f3aeb0e02cadb8eb) | **=** | 594.67 kB | 594.67 kB | = | 105.04 kB | 105.04 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/2a1097f9ce32eb8ceb10ab63537661563d8d8a6a/files/facebook-www/ReactDOM-prod.modern.js?compare=61bd00498d2a6e23885bac42f3aeb0e02cadb8eb) | **=** | 577.93 kB | 577.93 kB | = | 102.10 kB | 102.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/2a1097f9ce32eb8ceb10ab63537661563d8d8a6a/files/__test_utils__/ReactAllWarnings.js?compare=61bd00498d2a6e23885bac42f3aeb0e02cadb8eb) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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/2a1097f9ce32eb8ceb10ab63537661563d8d8a6a/files/__test_utils__/ReactAllWarnings.js?compare=61bd00498d2a6e23885bac42f3aeb0e02cadb8eb) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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 2a1097f9ce32eb8ceb10ab63537661563d8d8a6a\n</p>\n" ]
2024-02-29 10:58:44
2024-04-03 06:51:29
2024-03-05 12:32:11
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28471', 'html_url': 'https://github.com/facebook/react/pull/28471', 'diff_url': 'https://github.com/facebook/react/pull/28471.diff', 'patch_url': 'https://github.com/facebook/react/pull/28471.patch', 'merged_at': datetime.datetime(2024, 3, 5, 12, 32, 11)}
Stacked on https://github.com/facebook/react/pull/28351, please review only the last commit. Top-level description of the approach: 1. Once user selects an element from the tree, frontend asks backend to return the inspected element, this is where we simulate an error happening in `render` function of the component and then we parse the error stack. As an improvement, we should probably migrate from custom implementation of error stack parser to `error-stack-parser` from npm. 2. When frontend receives the inspected element and this object is being propagated, we create a Promise for symbolicated source, which is then passed down to all components, which are using `source`. 3. These components use `use` hook for this promise and are wrapped in Suspense. Caching: 1. For browser extension, we cache Promises based on requested resource + key + column, also added use of `chrome.devtools.inspectedWindow.getResource` API. 2. For standalone case (RN), we cache based on requested resource url, we cache the content of it.
{'url': 'https://api.github.com/repos/facebook/react/issues/28471/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/28471/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28470
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28470/labels{/name}
https://api.github.com/repos/facebook/react/issues/28470/comments
https://api.github.com/repos/facebook/react/issues/28470/events
https://github.com/facebook/react/issues/28470
2,160,899,978
I_kwDOAJy2Ks6AzLeK
28,470
Bug: unstable_runWithPriority continious loop
{'login': 'Noso4eg', 'id': 11312159, 'node_id': 'MDQ6VXNlcjExMzEyMTU5', 'avatar_url': 'https://avatars.githubusercontent.com/u/11312159?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Noso4eg', 'html_url': 'https://github.com/Noso4eg', 'followers_url': 'https://api.github.com/users/Noso4eg/followers', 'following_url': 'https://api.github.com/users/Noso4eg/following{/other_user}', 'gists_url': 'https://api.github.com/users/Noso4eg/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/Noso4eg/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/Noso4eg/subscriptions', 'organizations_url': 'https://api.github.com/users/Noso4eg/orgs', 'repos_url': 'https://api.github.com/users/Noso4eg/repos', 'events_url': 'https://api.github.com/users/Noso4eg/events{/privacy}', 'received_events_url': 'https://api.github.com/users/Noso4eg/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-02-29 10:15:24
2024-02-29 10:20:52
null
NONE
null
null
null
React version: 16.12.0 ## Steps To Reproduce 1. add a flushSync() to the HOC-styled component ```javascript import React from 'react' import { useState, useEffect } from 'react'; import { flushSync } from 'react-dom'; export default function printMedia(WrappedComponent) { return (props) => { const [isPrinting, setIsPrinting] = useState(false); useEffect(() => { function handleBeforePrint() { flushSync(() => { setIsPrinting(true); }) } function handleAfterPrint() { setIsPrinting(false); } window.addEventListener('beforeprint', handleBeforePrint); window.addEventListener('afterprint', handleAfterPrint); return () => { window.removeEventListener('beforeprint', handleBeforePrint); window.removeEventListener('afterprint', handleAfterPrint); } }, []); return ( <> <h1>isPrinting: {isPrinting ? 'yes' : 'no'}</h1> <button onClick={() => window.print()}> Print </button> </> )}}; ``` 2. execute window.print() ## The current behavior continious loop on function: unstable_runWithPriority(priorityLevel, eventHandler) ## The expected behavior working
{'url': 'https://api.github.com/repos/facebook/react/issues/28470/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/28470/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28469
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28469/labels{/name}
https://api.github.com/repos/facebook/react/issues/28469/comments
https://api.github.com/repos/facebook/react/issues/28469/events
https://github.com/facebook/react/issues/28469
2,160,239,625
I_kwDOAJy2Ks6AwqQJ
28,469
Bug: Component's redux state value resets to null even though no action to do so initiated
{'login': 'jsoneaday', 'id': 1474935, 'node_id': 'MDQ6VXNlcjE0NzQ5MzU=', 'avatar_url': 'https://avatars.githubusercontent.com/u/1474935?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/jsoneaday', 'html_url': 'https://github.com/jsoneaday', 'followers_url': 'https://api.github.com/users/jsoneaday/followers', 'following_url': 'https://api.github.com/users/jsoneaday/following{/other_user}', 'gists_url': 'https://api.github.com/users/jsoneaday/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/jsoneaday/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/jsoneaday/subscriptions', 'organizations_url': 'https://api.github.com/users/jsoneaday/orgs', 'repos_url': 'https://api.github.com/users/jsoneaday/repos', 'events_url': 'https://api.github.com/users/jsoneaday/events{/privacy}', 'received_events_url': 'https://api.github.com/users/jsoneaday/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
[ "Hey there @jsoneaday! 👋\r\n\r\nIf you're looking for help debugging your code, Stack Overflow would be a better place to ask. This issue tracker is, unfortunately, only for reporting bugs in the React library itself. Search through the [existing React questions on Stack Overflow](https://stackoverflow.com/questions/tagged/reactjs), and if you don't find what you're looking for, [ask your own](https://stackoverflow.com/questions/ask?tags=reactjs).\r\n\r\nIf this is an issue in React itself, can you please provide a [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) demonstrating this error, and why you think it is a bug in React?\r\n\r\nThanks! ❤️" ]
2024-02-29 02:40:54
2024-02-29 17:39:27
2024-02-29 17:39:27
NONE
null
null
null
I have a component that seems to work fine, except when I scroll. I am trying to implement infinite scroll. And when I do a scroll and my target is found, my redux state object resets to null. React version: 18.2.0 React Redux: 9.1.0 Redux Toolkit: 2.2.1 ## Steps To Reproduce 1. Go to my repo indicated below and clone 2. Run npm install 3. Run app with npm run dev 4. Select READ button at top middle of screen 5. Enable chrome debugger to view console logs 6. Click CONNECT button on upper right side and then click Connect button on modal 7. Once you connect you should see a bunch of content items display in middle of screen (DO NOT click on the row of avatars near top of screen) 8. Notice console log has this entry "entered getData currentFollowedId: 0, profile: [object Object], priorKeyset: 0, refreshWorksList: false". Notice that profile is an object and not null 9. Scroll to bottom of item list and you should see a spinner 10. View console logs again and notice message like this "entered getData currentFollowedId: 0, profile: null, priorKeyset: 0, refreshWorksList: false". Profile should not be null since no logoff action was performed. You can view code to confirm. Link to code example: https://github.com/jsoneaday/freeauthor ## The current behavior My redux state value resets to default values ## The expected behavior Excpect any values that have been set to stay as they are
{'url': 'https://api.github.com/repos/facebook/react/issues/28469/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/28469/timeline
null
completed
false
https://api.github.com/repos/facebook/react/issues/28468
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28468/labels{/name}
https://api.github.com/repos/facebook/react/issues/28468/comments
https://api.github.com/repos/facebook/react/issues/28468/events
https://github.com/facebook/react/pull/28468
2,160,141,265
PR_kwDOAJy2Ks5oPDM7
28,468
[DOM] disable legacy mode behind flag
{'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
[ "supercedes: https://github.com/facebook/react/pull/27596\r\n\r\nI took a slightly different approach but I don't think we need specific error messages for each removed API, we just want to remove them so they are no longer defined in builds that do not support legacy mode. We can't land this in Canary until canary is on React 19", "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 034130c02ffb47b0026059b57d17e9b080976ff3...d0e460deb12375e609e507b1040ddd7c900515b0\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/d0e460deb12375e609e507b1040ddd7c900515b0/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 176.93 kB | 176.93 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/d0e460deb12375e609e507b1040ddd7c900515b0/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 179.07 kB | 177.46 kB | = | 55.82 kB | 55.45 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/d0e460deb12375e609e507b1040ddd7c900515b0/files/facebook-www/ReactDOM-prod.classic.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 594.04 kB | 594.04 kB | = | 104.94 kB | 104.94 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/d0e460deb12375e609e507b1040ddd7c900515b0/files/facebook-www/ReactDOM-prod.modern.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 577.32 kB | 577.32 kB | = | 101.96 kB | 101.96 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/d0e460deb12375e609e507b1040ddd7c900515b0/files/__test_utils__/ReactAllWarnings.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **Deleted** | 66.32 kB | 0.00 kB | Deleted | 16.26 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.profiling.js](https://react-builds.vercel.app/commits/d0e460deb12375e609e507b1040ddd7c900515b0/files/oss-experimental/react-dom/cjs/react-dom.profiling.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 1,004.68 kB | 999.15 kB | = | 223.59 kB | 222.74 kB\n| [oss-experimental/react-dom/cjs/react-dom-unstable_testing.production.js](https://react-builds.vercel.app/commits/d0e460deb12375e609e507b1040ddd7c900515b0/files/oss-experimental/react-dom/cjs/react-dom-unstable_testing.production.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 980.87 kB | 975.34 kB | = | 220.56 kB | 219.72 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/d0e460deb12375e609e507b1040ddd7c900515b0/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 962.89 kB | 957.36 kB | = | 216.06 kB | 215.22 kB\n| [oss-experimental/react-dom/cjs/react-dom-unstable_testing.development.js](https://react-builds.vercel.app/commits/d0e460deb12375e609e507b1040ddd7c900515b0/files/oss-experimental/react-dom/cjs/react-dom-unstable_testing.development.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 1,369.68 kB | 1,358.19 kB | = | 302.50 kB | 300.53 kB\n| [oss-experimental/react-dom/umd/react-dom.profiling.min.js](https://react-builds.vercel.app/commits/d0e460deb12375e609e507b1040ddd7c900515b0/files/oss-experimental/react-dom/umd/react-dom.profiling.min.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 187.80 kB | 186.22 kB | = | 58.48 kB | 58.08 kB\n| [oss-experimental/react-dom/umd/react-dom.development.js](https://react-builds.vercel.app/commits/d0e460deb12375e609e507b1040ddd7c900515b0/files/oss-experimental/react-dom/umd/react-dom.development.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 1,416.84 kB | 1,404.86 kB | = | 301.27 kB | 299.26 kB\n| [oss-experimental/react-dom/cjs/react-dom.development.js](https://react-builds.vercel.app/commits/d0e460deb12375e609e507b1040ddd7c900515b0/files/oss-experimental/react-dom/cjs/react-dom.development.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 1,351.82 kB | 1,340.34 kB | = | 298.24 kB | 296.25 kB\n| [oss-experimental/react-dom/cjs/react-dom.profiling.min.js](https://react-builds.vercel.app/commits/d0e460deb12375e609e507b1040ddd7c900515b0/files/oss-experimental/react-dom/cjs/react-dom.profiling.min.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 188.54 kB | 186.94 kB | = | 58.17 kB | 57.82 kB\n| [oss-experimental/react-dom/cjs/react-dom-unstable_testing.production.min.js](https://react-builds.vercel.app/commits/d0e460deb12375e609e507b1040ddd7c900515b0/files/oss-experimental/react-dom/cjs/react-dom-unstable_testing.production.min.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 185.12 kB | 183.51 kB | = | 58.10 kB | 57.72 kB\n| [oss-experimental/react-dom/umd/react-dom.production.min.js](https://react-builds.vercel.app/commits/d0e460deb12375e609e507b1040ddd7c900515b0/files/oss-experimental/react-dom/umd/react-dom.production.min.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 178.77 kB | 177.19 kB | = | 56.13 kB | 55.74 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/d0e460deb12375e609e507b1040ddd7c900515b0/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 179.07 kB | 177.46 kB | = | 55.82 kB | 55.45 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/d0e460deb12375e609e507b1040ddd7c900515b0/files/__test_utils__/ReactAllWarnings.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **Deleted** | 66.32 kB | 0.00 kB | Deleted | 16.26 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 d0e460deb12375e609e507b1040ddd7c900515b0\n</p>\n" ]
2024-02-29 00:57:30
2024-03-04 16:19:20
2024-03-04 16:19:17
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28468', 'html_url': 'https://github.com/facebook/react/pull/28468', 'diff_url': 'https://github.com/facebook/react/pull/28468.diff', 'patch_url': 'https://github.com/facebook/react/pull/28468.patch', 'merged_at': datetime.datetime(2024, 3, 4, 16, 19, 17)}
Adds a flag to disable legacy mode. Currently this flag is used to cause legacy mode apis like render and hydrate to throw. This change also removes render, hydrate, unmountComponentAtNode, and unstable_renderSubtreeIntoContainer from the experiemntal entrypoint. Right now for Meta builds this flag is off (legacy mode is still supported). In OSS builds this flag matches __NEXT_MAJOR__ which means it currently is on in experiemental. This means that after merging legacy mode is effectively removed from experimental builds. While this is a breaking change, experimental builds are not stable and users can pin to older versions or update their use of react-dom to no longer use legacy mode APIs.
{'url': 'https://api.github.com/repos/facebook/react/issues/28468/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/28468/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28467
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28467/labels{/name}
https://api.github.com/repos/facebook/react/issues/28467/comments
https://api.github.com/repos/facebook/react/issues/28467/events
https://github.com/facebook/react/pull/28467
2,159,974,526
PR_kwDOAJy2Ks5oOeax
28,467
DevTools: Read context values from context dependencies
{'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'} {'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\n\nComparing: 0ae2b13412e0e4cf10a799ec645035213834556c...088fb2c84b1e39d3eb40f84c0de2015f880cda55\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/088fb2c84b1e39d3eb40f84c0de2015f880cda55/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **=** | 177.19 kB | 177.19 kB | = | 55.23 kB | 55.23 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/088fb2c84b1e39d3eb40f84c0de2015f880cda55/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **=** | 177.72 kB | 177.72 kB | = | 55.55 kB | 55.55 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/088fb2c84b1e39d3eb40f84c0de2015f880cda55/files/facebook-www/ReactDOM-prod.classic.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **=** | 594.67 kB | 594.67 kB | = | 105.04 kB | 105.04 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/088fb2c84b1e39d3eb40f84c0de2015f880cda55/files/facebook-www/ReactDOM-prod.modern.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **=** | 577.93 kB | 577.93 kB | = | 102.10 kB | 102.10 kB\n| [oss-experimental/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/088fb2c84b1e39d3eb40f84c0de2015f880cda55/files/oss-experimental/react-debug-tools/cjs/react-debug-tools.development.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **+8.31%** | 29.68 kB | 32.15 kB | +6.35% | 7.64 kB | 8.12 kB\n| [oss-stable-semver/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/088fb2c84b1e39d3eb40f84c0de2015f880cda55/files/oss-stable-semver/react-debug-tools/cjs/react-debug-tools.development.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **+8.31%** | 29.68 kB | 32.15 kB | +6.35% | 7.64 kB | 8.12 kB\n| [oss-stable/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/088fb2c84b1e39d3eb40f84c0de2015f880cda55/files/oss-stable/react-debug-tools/cjs/react-debug-tools.development.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **+8.31%** | 29.68 kB | 32.15 kB | +6.35% | 7.64 kB | 8.12 kB\n| [oss-experimental/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/088fb2c84b1e39d3eb40f84c0de2015f880cda55/files/oss-experimental/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **+7.12%** | 9.91 kB | 10.62 kB | +6.63% | 3.36 kB | 3.59 kB\n| [oss-stable-semver/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/088fb2c84b1e39d3eb40f84c0de2015f880cda55/files/oss-stable-semver/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **+7.12%** | 9.91 kB | 10.62 kB | +6.63% | 3.36 kB | 3.59 kB\n| [oss-stable/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/088fb2c84b1e39d3eb40f84c0de2015f880cda55/files/oss-stable/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **+7.12%** | 9.91 kB | 10.62 kB | +6.63% | 3.36 kB | 3.59 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/088fb2c84b1e39d3eb40f84c0de2015f880cda55/files/__test_utils__/ReactAllWarnings.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/088fb2c84b1e39d3eb40f84c0de2015f880cda55/files/oss-experimental/react-debug-tools/cjs/react-debug-tools.development.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **+8.31%** | 29.68 kB | 32.15 kB | +6.35% | 7.64 kB | 8.12 kB\n| [oss-stable-semver/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/088fb2c84b1e39d3eb40f84c0de2015f880cda55/files/oss-stable-semver/react-debug-tools/cjs/react-debug-tools.development.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **+8.31%** | 29.68 kB | 32.15 kB | +6.35% | 7.64 kB | 8.12 kB\n| [oss-stable/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/088fb2c84b1e39d3eb40f84c0de2015f880cda55/files/oss-stable/react-debug-tools/cjs/react-debug-tools.development.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **+8.31%** | 29.68 kB | 32.15 kB | +6.35% | 7.64 kB | 8.12 kB\n| [oss-experimental/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/088fb2c84b1e39d3eb40f84c0de2015f880cda55/files/oss-experimental/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **+7.12%** | 9.91 kB | 10.62 kB | +6.63% | 3.36 kB | 3.59 kB\n| [oss-stable-semver/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/088fb2c84b1e39d3eb40f84c0de2015f880cda55/files/oss-stable-semver/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **+7.12%** | 9.91 kB | 10.62 kB | +6.63% | 3.36 kB | 3.59 kB\n| [oss-stable/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/088fb2c84b1e39d3eb40f84c0de2015f880cda55/files/oss-stable/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **+7.12%** | 9.91 kB | 10.62 kB | +6.63% | 3.36 kB | 3.59 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/088fb2c84b1e39d3eb40f84c0de2015f880cda55/files/__test_utils__/ReactAllWarnings.js?compare=0ae2b13412e0e4cf10a799ec645035213834556c) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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 088fb2c84b1e39d3eb40f84c0de2015f880cda55\n</p>\n", "Needs to be adjusted to work for React 16.8. Currently throws with `Uncaught Error: Cannot read properties of undefined (reading 'firstContext')`", "> If yes, then you can try adding test cases that will cover compatibility with previous versions of React?\r\n\r\nProblem is that the inspectedElement-test is broken. I quickly looked at it and as far as I can tell, the whole test setup is broken. It uses the specified React versions for both the inspected tree and what Devtools uses. But Devtools uses its bundled React version so the test should ensure that Devtools uses the React version from the repo, while the inspected React tree uses the specified version. Since the test setup uses the specified React version for both, the test crashes since Devtools uses newer React features from the experimental release channel (e.g. `useCashRefresh`).\r\n\r\nWe also already have tests for context inspection. They just don't run in the first place: https://github.com/facebook/react/blob/a870b2d5494351d75b68c3d9baf03a52fd40a8ef/packages/react-devtools-shared/src/__tests__/inspectedElement-test.js#L1654-L1656" ]
2024-02-28 22:25:11
2024-03-20 11:16:45
2024-03-20 11:16:43
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28467', 'html_url': 'https://github.com/facebook/react/pull/28467', 'diff_url': 'https://github.com/facebook/react/pull/28467.diff', 'patch_url': 'https://github.com/facebook/react/pull/28467.patch', 'merged_at': datetime.datetime(2024, 3, 20, 11, 16, 43)}
## Summary Instead of walking up the fiber tree to fill context values from the provider values we now move a cursor along the context dependencies whenever we read context. This will allow us to read from host specific contexts where we don't have access to the context object e.g. `useFormStatus()`. For React versions prior to https://github.com/facebook/react/pull/20890 we still need to walk the fiber tree up to visit context providers since we don't have `memoizedValue` on the context dependency in this case. ## How did you test this change? - [x] react-debug-tools tests - [x] inspected components with context hooks (e.g. FunctionalContextConsumerWithUpdates) in the shell - [x] Backwards compat with 16.8: https://codesandbox.io/p/sandbox/serverless-snowflake-ttrp8v - [x] Backwards compat with 17.0: https://codesandbox.io/p/sandbox/17-0-react-devtools-context-inspection-forked-rslrsq - [x] Backwards compat with 18.0: https://codesandbox.io/p/sandbox/18-0-react-devtools-context-inspection-p8ntzj - [x] Compat with Canary: https://codesandbox.io/p/sandbox/canary-react-devtools-context-inspection-9y5gkc
{'url': 'https://api.github.com/repos/facebook/react/issues/28467/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/28467/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28466
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28466/labels{/name}
https://api.github.com/repos/facebook/react/issues/28466/comments
https://api.github.com/repos/facebook/react/issues/28466/events
https://github.com/facebook/react/pull/28466
2,157,743,951
PR_kwDOAJy2Ks5oG4hX
28,466
Move enableRenderableContext back to dynamic
{'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: dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c...736ba06641b1534468ab77302f7cae2af85d4ebc\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/736ba06641b1534468ab77302f7cae2af85d4ebc/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **=** | 176.89 kB | 176.89 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **=** | 179.00 kB | 179.00 kB | = | 55.80 kB | 55.81 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactDOM-prod.classic.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.25%** | 592.56 kB | 594.04 kB | +0.20% | 104.73 kB | 104.94 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactDOM-prod.modern.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.17%** | 576.34 kB | 577.33 kB | +0.14% | 101.81 kB | 101.96 kB\n| [facebook-www/ReactIs-prod.classic.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactIs-prod.classic.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+11.99%** | 5.21 kB | 5.83 kB | +6.66% | 1.28 kB | 1.36 kB\n| [facebook-www/ReactIs-prod.modern.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactIs-prod.modern.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+11.99%** | 5.21 kB | 5.83 kB | +6.66% | 1.28 kB | 1.36 kB\n| [facebook-www/ReactIs-dev.modern.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactIs-dev.modern.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+7.73%** | 7.70 kB | 8.29 kB | +3.20% | 1.91 kB | 1.97 kB\n| [facebook-www/ReactIs-dev.classic.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactIs-dev.classic.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+7.73%** | 7.70 kB | 8.30 kB | +3.35% | 1.91 kB | 1.97 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/__test_utils__/ReactAllWarnings.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **Deleted** | 66.40 kB | 0.00 kB | Deleted | 16.26 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/ReactIs-prod.classic.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactIs-prod.classic.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+11.99%** | 5.21 kB | 5.83 kB | +6.66% | 1.28 kB | 1.36 kB\n| [facebook-www/ReactIs-prod.modern.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactIs-prod.modern.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+11.99%** | 5.21 kB | 5.83 kB | +6.66% | 1.28 kB | 1.36 kB\n| [facebook-www/ReactIs-dev.modern.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactIs-dev.modern.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+7.73%** | 7.70 kB | 8.29 kB | +3.20% | 1.91 kB | 1.97 kB\n| [facebook-www/ReactIs-dev.classic.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactIs-dev.classic.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+7.73%** | 7.70 kB | 8.30 kB | +3.35% | 1.91 kB | 1.97 kB\n| [facebook-www/React-dev.modern.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/React-dev.modern.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+1.79%** | 121.99 kB | 124.17 kB | +0.97% | 29.27 kB | 29.55 kB\n| [facebook-www/React-dev.classic.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/React-dev.classic.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+1.77%** | 123.57 kB | 125.76 kB | +0.94% | 29.66 kB | 29.94 kB\n| [facebook-www/React-prod.modern.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/React-prod.modern.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+1.70%** | 19.95 kB | 20.29 kB | +0.91% | 5.04 kB | 5.09 kB\n| [facebook-www/React-prod.classic.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/React-prod.classic.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+1.67%** | 20.24 kB | 20.58 kB | +0.94% | 5.11 kB | 5.15 kB\n| [facebook-www/React-profiling.modern.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/React-profiling.modern.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+1.66%** | 20.39 kB | 20.73 kB | +0.94% | 5.12 kB | 5.17 kB\n| [facebook-www/React-profiling.classic.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/React-profiling.classic.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+1.64%** | 20.67 kB | 21.01 kB | +0.91% | 5.19 kB | 5.23 kB\n| [facebook-www/JSXDEVRuntime-dev.modern.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/JSXDEVRuntime-dev.modern.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.97%** | 50.22 kB | 50.71 kB | +0.33% | 13.22 kB | 13.26 kB\n| [facebook-www/JSXDEVRuntime-dev.classic.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/JSXDEVRuntime-dev.classic.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.97%** | 50.23 kB | 50.71 kB | +0.32% | 13.22 kB | 13.26 kB\n| [facebook-www/ReactServer-dev.modern.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactServer-dev.modern.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.52%** | 93.41 kB | 93.90 kB | +0.22% | 22.22 kB | 22.27 kB\n| [facebook-www/ReactART-prod.classic.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactART-prod.classic.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.41%** | 362.35 kB | 363.83 kB | +0.34% | 61.71 kB | 61.92 kB\n| [facebook-www/ReactDOMServer-prod.modern.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactDOMServer-prod.modern.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.37%** | 203.61 kB | 204.36 kB | +0.43% | 36.90 kB | 37.06 kB\n| [facebook-www/ReactDOMServer-prod.classic.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactDOMServer-prod.classic.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.37%** | 205.17 kB | 205.92 kB | +0.36% | 37.22 kB | 37.35 kB\n| [facebook-www/ReactDOMServerStreaming-prod.modern.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactDOMServerStreaming-prod.modern.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.35%** | 207.50 kB | 208.22 kB | +0.35% | 38.30 kB | 38.43 kB\n| [facebook-www/ReactART-prod.modern.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactART-prod.modern.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.28%** | 351.39 kB | 352.38 kB | +0.26% | 59.76 kB | 59.92 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactDOM-prod.classic.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.25%** | 592.56 kB | 594.04 kB | +0.20% | 104.73 kB | 104.94 kB\n| [facebook-www/ReactDOMTesting-prod.classic.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactDOMTesting-prod.classic.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.24%** | 607.34 kB | 608.82 kB | +0.20% | 108.40 kB | 108.63 kB\n| [facebook-www/ReactDOM-profiling.classic.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactDOM-profiling.classic.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.24%** | 623.00 kB | 624.48 kB | +0.20% | 109.28 kB | 109.50 kB\n| [facebook-www/ReactDOMServerStreaming-dev.modern.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactDOMServerStreaming-dev.modern.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.22%** | 484.68 kB | 485.74 kB | +0.12% | 98.55 kB | 98.67 kB\n| [facebook-www/ReactDOMTesting-prod.modern.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactDOMTesting-prod.modern.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.22%** | 592.72 kB | 594.01 kB | +0.18% | 105.90 kB | 106.09 kB\n| [facebook-www/ReactDOMServer-dev.modern.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactDOMServer-dev.modern.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.21%** | 491.91 kB | 492.96 kB | +0.12% | 100.17 kB | 100.30 kB\n| [facebook-www/ReactDOMServer-dev.classic.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/facebook-www/ReactDOMServer-dev.classic.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.21%** | 494.49 kB | 495.54 kB | +0.13% | 100.65 kB | 100.78 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/736ba06641b1534468ab77302f7cae2af85d4ebc/files/__test_utils__/ReactAllWarnings.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **Deleted** | 66.40 kB | 0.00 kB | Deleted | 16.26 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 736ba06641b1534468ab77302f7cae2af85d4ebc\n</p>\n" ]
2024-02-27 22:48:36
2024-02-27 23:11:45
2024-02-27 23:11:43
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28466', 'html_url': 'https://github.com/facebook/react/pull/28466', 'diff_url': 'https://github.com/facebook/react/pull/28466.diff', 'patch_url': 'https://github.com/facebook/react/pull/28466.patch', 'merged_at': datetime.datetime(2024, 2, 27, 23, 11, 43)}
null
{'url': 'https://api.github.com/repos/facebook/react/issues/28466/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/28466/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28465
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28465/labels{/name}
https://api.github.com/repos/facebook/react/issues/28465/comments
https://api.github.com/repos/facebook/react/issues/28465/events
https://github.com/facebook/react/issues/28465
2,157,740,871
I_kwDOAJy2Ks6AnINH
28,465
New hook: useMemoWithPrev
{'login': 'bambalic', 'id': 47799410, 'node_id': 'MDQ6VXNlcjQ3Nzk5NDEw', 'avatar_url': 'https://avatars.githubusercontent.com/u/47799410?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/bambalic', 'html_url': 'https://github.com/bambalic', 'followers_url': 'https://api.github.com/users/bambalic/followers', 'following_url': 'https://api.github.com/users/bambalic/following{/other_user}', 'gists_url': 'https://api.github.com/users/bambalic/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/bambalic/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/bambalic/subscriptions', 'organizations_url': 'https://api.github.com/users/bambalic/orgs', 'repos_url': 'https://api.github.com/users/bambalic/repos', 'events_url': 'https://api.github.com/users/bambalic/events{/privacy}', 'received_events_url': 'https://api.github.com/users/bambalic/received_events', 'type': 'User', 'site_admin': False}
[]
open
false
null
[]
null
[ "I think this hook should be something implemented outside React since usage of this custom hook feels like is niche case and since it looks like it is possible to implement this custom hook without any changes to the React itself." ]
2024-02-27 22:46:02
2024-03-01 11:53:43
null
NONE
null
null
null
Sometimes you may need access to previous/last value of useMemo hook. Something similar is available when we set state (useState hook). Some use case would be: ``` // current useMemo const memoValueWithUseMemo = useMemo(() => { const shouldGetReevaluated = someExpensiveOperation(dep1, dep2, dep3); const otherStuff1 = getOtherStuff1(dep1); const otherStuff2 = getOtherStuff2(dep2); const otherStuffN = getOtherStuffN(dep3); return { shouldGetReevaluated, otherStuff1, otherStuff2, otherStuffN }; }, [dep1, dep2, dep3]); ``` I am suggesting something like this: ``` const memoValueWithUseMemoWithPrev = useMemoWithPrev( (prev) => () => { // additional prev value is available // evade expensive operation if (prev.shouldGetReevaluated) { return prev; } const shouldGetReevaluated = someExpensiveOperation(dep1, dep2, dep3); const otherStuff1 = getOtherStuff1(dep1); const otherStuff2 = getOtherStuff2(dep2); const otherStuffN = getOtherStuffN(dep3); return { shouldGetReevaluated, otherStuff1, otherStuff2, otherStuffN }; }, [dep1, dep2, dep3], ); ``` The hook itself would be something like this: ``` const useMemoWithPrev = (calculateValueFunction, dependencies) => { const prev = useRef({}); const memoValue = useMemo(calculateValueFunction(prev.current), dependencies || []); prev.current = memoValue; return memoValue; }; ``` Difference is that we would need to pass function that returns function, but that's it. It probably couldn't be done by updating current useMemo because useMemo can be used to memoize higher order functions, so difference in callback we pass to it cannot determine whether we want to use it with previous value or not. If we have this we could skip even more calculations than we are already skipping with useMemo. Yes, this can be done by adding the same thing to our code, but it would be cool to have this in react.
{'url': 'https://api.github.com/repos/facebook/react/issues/28465/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/28465/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28464
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28464/labels{/name}
https://api.github.com/repos/facebook/react/issues/28464/comments
https://api.github.com/repos/facebook/react/issues/28464/events
https://github.com/facebook/react/pull/28464
2,157,713,805
PR_kwDOAJy2Ks5oGx-e
28,464
Move ref type check to receiver
{'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: fb10a2c66a923d218471b535fdaf0dbc530417ee...ea0180b4233e61e236c8d5d035c0261fad75838f\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/ea0180b4233e61e236c8d5d035c0261fad75838f/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=fb10a2c66a923d218471b535fdaf0dbc530417ee) | **+0.04%** | 176.89 kB | 176.95 kB | +0.02% | 55.14 kB | 55.15 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/ea0180b4233e61e236c8d5d035c0261fad75838f/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=fb10a2c66a923d218471b535fdaf0dbc530417ee) | **+0.05%** | 179.00 kB | 179.10 kB | +0.04% | 55.80 kB | 55.83 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/ea0180b4233e61e236c8d5d035c0261fad75838f/files/facebook-www/ReactDOM-prod.classic.js?compare=fb10a2c66a923d218471b535fdaf0dbc530417ee) | **+0.01%** | 594.04 kB | 594.12 kB | +0.01% | 104.94 kB | 104.95 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/ea0180b4233e61e236c8d5d035c0261fad75838f/files/facebook-www/ReactDOM-prod.modern.js?compare=fb10a2c66a923d218471b535fdaf0dbc530417ee) | **+0.01%** | 577.33 kB | 577.41 kB | +0.02% | 101.96 kB | 101.97 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/ea0180b4233e61e236c8d5d035c0261fad75838f/files/__test_utils__/ReactAllWarnings.js?compare=fb10a2c66a923d218471b535fdaf0dbc530417ee) | **Deleted** | 66.40 kB | 0.00 kB | Deleted | 16.26 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/ea0180b4233e61e236c8d5d035c0261fad75838f/files/__test_utils__/ReactAllWarnings.js?compare=fb10a2c66a923d218471b535fdaf0dbc530417ee) | **Deleted** | 66.40 kB | 0.00 kB | Deleted | 16.26 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 ea0180b4233e61e236c8d5d035c0261fad75838f\n</p>\n" ]
2024-02-27 22:22:33
2024-03-05 03:14:45
2024-03-01 02:26:36
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28464', 'html_url': 'https://github.com/facebook/react/pull/28464', 'diff_url': 'https://github.com/facebook/react/pull/28464.diff', 'patch_url': 'https://github.com/facebook/react/pull/28464.patch', 'merged_at': datetime.datetime(2024, 3, 1, 2, 26, 36)}
The runtime contains a type check to determine if a user-provided ref is a valid type — a function or object (or a string, when `disableStringRefs` is off). This currently happens during child reconciliation. This changes it to happen only when the ref is passed to the component that the ref is being attached to. This is a continuation of the "ref as prop" change — until you actually pass a ref to a HostComponent, class, etc, ref is a normal prop that has no special behavior.
{'url': 'https://api.github.com/repos/facebook/react/issues/28464/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/28464/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28463
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28463/labels{/name}
https://api.github.com/repos/facebook/react/issues/28463/comments
https://api.github.com/repos/facebook/react/issues/28463/events
https://github.com/facebook/react/pull/28463
2,157,665,514
PR_kwDOAJy2Ks5oGnW4
28,463
Enable enableRenderableContext in experimental
{'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: dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c...2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b\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/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **=** | 176.89 kB | 176.89 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **=** | 179.00 kB | 178.96 kB | = | 55.80 kB | 55.80 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/facebook-www/ReactDOM-prod.classic.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **=** | 592.56 kB | 592.56 kB | = | 104.73 kB | 104.73 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/facebook-www/ReactDOM-prod.modern.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **=** | 576.34 kB | 576.34 kB | = | 101.81 kB | 101.81 kB\n| [oss-stable-semver/react-is/cjs/react-is.production.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-stable-semver/react-is/cjs/react-is.production.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+10.89%** | 6.62 kB | 7.34 kB | +7.55% | 1.80 kB | 1.94 kB\n| [oss-stable/react-is/cjs/react-is.production.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-stable/react-is/cjs/react-is.production.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+10.89%** | 6.62 kB | 7.34 kB | +7.55% | 1.80 kB | 1.94 kB\n| [oss-stable-semver/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-stable-semver/react-is/cjs/react-is.development.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+10.84%** | 6.63 kB | 7.35 kB | +7.33% | 1.84 kB | 1.98 kB\n| [oss-stable/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-stable/react-is/cjs/react-is.development.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+10.84%** | 6.63 kB | 7.35 kB | +7.33% | 1.84 kB | 1.98 kB\n| [oss-experimental/react-is/cjs/react-is.production.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-experimental/react-is/cjs/react-is.production.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+10.82%** | 6.65 kB | 7.36 kB | +7.64% | 1.81 kB | 1.94 kB\n| [oss-experimental/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-experimental/react-is/cjs/react-is.development.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+10.77%** | 6.66 kB | 7.37 kB | +7.42% | 1.85 kB | 1.98 kB\n| [oss-stable-semver/react-is/umd/react-is.development.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-stable-semver/react-is/umd/react-is.development.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+10.31%** | 7.21 kB | 7.95 kB | +7.18% | 1.94 kB | 2.08 kB\n| [oss-stable/react-is/umd/react-is.development.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-stable/react-is/umd/react-is.development.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+10.31%** | 7.21 kB | 7.95 kB | +7.18% | 1.94 kB | 2.08 kB\n| [oss-experimental/react-is/umd/react-is.development.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-experimental/react-is/umd/react-is.development.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+10.25%** | 7.23 kB | 7.97 kB | +7.11% | 1.94 kB | 2.08 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/__test_utils__/ReactAllWarnings.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **Deleted** | 66.40 kB | 0.00 kB | Deleted | 16.26 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-is/cjs/react-is.production.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-stable-semver/react-is/cjs/react-is.production.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+10.89%** | 6.62 kB | 7.34 kB | +7.55% | 1.80 kB | 1.94 kB\n| [oss-stable/react-is/cjs/react-is.production.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-stable/react-is/cjs/react-is.production.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+10.89%** | 6.62 kB | 7.34 kB | +7.55% | 1.80 kB | 1.94 kB\n| [oss-stable-semver/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-stable-semver/react-is/cjs/react-is.development.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+10.84%** | 6.63 kB | 7.35 kB | +7.33% | 1.84 kB | 1.98 kB\n| [oss-stable/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-stable/react-is/cjs/react-is.development.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+10.84%** | 6.63 kB | 7.35 kB | +7.33% | 1.84 kB | 1.98 kB\n| [oss-experimental/react-is/cjs/react-is.production.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-experimental/react-is/cjs/react-is.production.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+10.82%** | 6.65 kB | 7.36 kB | +7.64% | 1.81 kB | 1.94 kB\n| [oss-experimental/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-experimental/react-is/cjs/react-is.development.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+10.77%** | 6.66 kB | 7.37 kB | +7.42% | 1.85 kB | 1.98 kB\n| [oss-stable-semver/react-is/umd/react-is.development.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-stable-semver/react-is/umd/react-is.development.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+10.31%** | 7.21 kB | 7.95 kB | +7.18% | 1.94 kB | 2.08 kB\n| [oss-stable/react-is/umd/react-is.development.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-stable/react-is/umd/react-is.development.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+10.31%** | 7.21 kB | 7.95 kB | +7.18% | 1.94 kB | 2.08 kB\n| [oss-experimental/react-is/umd/react-is.development.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-experimental/react-is/umd/react-is.development.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+10.25%** | 7.23 kB | 7.97 kB | +7.11% | 1.94 kB | 2.08 kB\n| [oss-stable-semver/react/cjs/react-jsx-dev-runtime.development.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-stable-semver/react/cjs/react-jsx-dev-runtime.development.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.59%** | 40.77 kB | 41.01 kB | +0.65% | 12.07 kB | 12.15 kB\n| [oss-stable/react/cjs/react-jsx-dev-runtime.development.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-stable/react/cjs/react-jsx-dev-runtime.development.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.59%** | 40.77 kB | 41.01 kB | +0.65% | 12.07 kB | 12.15 kB\n| [oss-stable-semver/react/cjs/react-jsx-runtime.development.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-stable-semver/react/cjs/react-jsx-runtime.development.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.57%** | 42.00 kB | 42.24 kB | +0.62% | 12.43 kB | 12.50 kB\n| [oss-stable/react/cjs/react-jsx-runtime.development.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-stable/react/cjs/react-jsx-runtime.development.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.57%** | 42.00 kB | 42.24 kB | +0.62% | 12.43 kB | 12.50 kB\n| [oss-stable-semver/react/cjs/react-jsx-runtime.react-server.development.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-stable-semver/react/cjs/react-jsx-runtime.react-server.development.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.57%** | 42.06 kB | 42.31 kB | +0.61% | 12.45 kB | 12.53 kB\n| [oss-stable/react/cjs/react-jsx-runtime.react-server.development.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-stable/react/cjs/react-jsx-runtime.react-server.development.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **+0.57%** | 42.06 kB | 42.31 kB | +0.61% | 12.45 kB | 12.53 kB\n| [oss-experimental/react-is/umd/react-is.production.min.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-experimental/react-is/umd/react-is.production.min.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **=** | 2.31 kB | 2.31 kB | +0.23% | 0.86 kB | 0.87 kB\n| [oss-experimental/react-is/cjs/react-is.production.min.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-experimental/react-is/cjs/react-is.production.min.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **=** | 2.24 kB | 2.24 kB | = | 0.78 kB | 0.78 kB\n| [oss-experimental/react/umd/react.development.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-experimental/react/umd/react.development.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **=** | 123.76 kB | 122.37 kB | = | 31.99 kB | 31.79 kB\n| [oss-experimental/react/cjs/react.development.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/oss-experimental/react/cjs/react.development.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **=** | 101.08 kB | 99.78 kB | = | 27.38 kB | 27.18 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b/files/__test_utils__/ReactAllWarnings.js?compare=dee1aac77f71e887c44bb79ecfe9c7a34ab3e74c) | **Deleted** | 66.40 kB | 0.00 kB | Deleted | 16.26 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 2f2fd20f258073f9ad870c10dcc5b34d70ca0f4b\n</p>\n", "Replaced by https://github.com/facebook/react/pull/28645" ]
2024-02-27 21:49:21
2024-03-26 17:40:04
2024-03-26 17:40:00
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28463', 'html_url': 'https://github.com/facebook/react/pull/28463', 'diff_url': 'https://github.com/facebook/react/pull/28463.diff', 'patch_url': 'https://github.com/facebook/react/pull/28463.patch', 'merged_at': None}
null
{'url': 'https://api.github.com/repos/facebook/react/issues/28463/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/28463/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28462
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28462/labels{/name}
https://api.github.com/repos/facebook/react/issues/28462/comments
https://api.github.com/repos/facebook/react/issues/28462/events
https://github.com/facebook/react/pull/28462
2,156,938,682
PR_kwDOAJy2Ks5oEFcb
28,462
Turn on disableJavaScriptURLs for experimental
{'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: 3bcd2de01b5716202eabe8faa338f51bdc59ce26...7bd6a55043df32adbf7890b6eb7f61ee25f3b014\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/7bd6a55043df32adbf7890b6eb7f61ee25f3b014/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=3bcd2de01b5716202eabe8faa338f51bdc59ce26) | **=** | 176.89 kB | 176.89 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/7bd6a55043df32adbf7890b6eb7f61ee25f3b014/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=3bcd2de01b5716202eabe8faa338f51bdc59ce26) | **+0.16%** | 179.20 kB | 179.49 kB | +0.23% | 55.81 kB | 55.94 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/7bd6a55043df32adbf7890b6eb7f61ee25f3b014/files/facebook-www/ReactDOM-prod.classic.js?compare=3bcd2de01b5716202eabe8faa338f51bdc59ce26) | **=** | 592.56 kB | 592.56 kB | = | 104.73 kB | 104.73 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/7bd6a55043df32adbf7890b6eb7f61ee25f3b014/files/facebook-www/ReactDOM-prod.modern.js?compare=3bcd2de01b5716202eabe8faa338f51bdc59ce26) | **=** | 576.34 kB | 576.34 kB | = | 101.81 kB | 101.81 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/7bd6a55043df32adbf7890b6eb7f61ee25f3b014/files/__test_utils__/ReactAllWarnings.js?compare=3bcd2de01b5716202eabe8faa338f51bdc59ce26) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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-legacy.browser.production.min.js](https://react-builds.vercel.app/commits/7bd6a55043df32adbf7890b6eb7f61ee25f3b014/files/oss-experimental/react-dom/cjs/react-dom-server-legacy.browser.production.min.js?compare=3bcd2de01b5716202eabe8faa338f51bdc59ce26) | **+0.42%** | 83.15 kB | 83.50 kB | +0.42% | 25.22 kB | 25.33 kB\n| [oss-experimental/react-dom/umd/react-dom-server-legacy.browser.production.min.js](https://react-builds.vercel.app/commits/7bd6a55043df32adbf7890b6eb7f61ee25f3b014/files/oss-experimental/react-dom/umd/react-dom-server-legacy.browser.production.min.js?compare=3bcd2de01b5716202eabe8faa338f51bdc59ce26) | **+0.41%** | 83.23 kB | 83.57 kB | +0.49% | 25.62 kB | 25.75 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.bun.production.min.js](https://react-builds.vercel.app/commits/7bd6a55043df32adbf7890b6eb7f61ee25f3b014/files/oss-experimental/react-dom/cjs/react-dom-server.bun.production.min.js?compare=3bcd2de01b5716202eabe8faa338f51bdc59ce26) | **+0.39%** | 86.13 kB | 86.46 kB | +0.33% | 26.07 kB | 26.15 kB\n| [oss-experimental/react-dom/cjs/react-dom-server-legacy.node.production.min.js](https://react-builds.vercel.app/commits/7bd6a55043df32adbf7890b6eb7f61ee25f3b014/files/oss-experimental/react-dom/cjs/react-dom-server-legacy.node.production.min.js?compare=3bcd2de01b5716202eabe8faa338f51bdc59ce26) | **+0.39%** | 89.13 kB | 89.48 kB | +0.33% | 27.21 kB | 27.30 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.browser.production.min.js](https://react-builds.vercel.app/commits/7bd6a55043df32adbf7890b6eb7f61ee25f3b014/files/oss-experimental/react-dom/cjs/react-dom-server.browser.production.min.js?compare=3bcd2de01b5716202eabe8faa338f51bdc59ce26) | **+0.37%** | 87.66 kB | 87.99 kB | +0.40% | 26.78 kB | 26.88 kB\n| [oss-experimental/react-dom/umd/react-dom-server.browser.production.min.js](https://react-builds.vercel.app/commits/7bd6a55043df32adbf7890b6eb7f61ee25f3b014/files/oss-experimental/react-dom/umd/react-dom-server.browser.production.min.js?compare=3bcd2de01b5716202eabe8faa338f51bdc59ce26) | **+0.37%** | 87.72 kB | 88.04 kB | +0.48% | 27.14 kB | 27.27 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.node.production.min.js](https://react-builds.vercel.app/commits/7bd6a55043df32adbf7890b6eb7f61ee25f3b014/files/oss-experimental/react-dom/cjs/react-dom-server.node.production.min.js?compare=3bcd2de01b5716202eabe8faa338f51bdc59ce26) | **+0.37%** | 91.32 kB | 91.65 kB | +0.35% | 27.70 kB | 27.80 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.edge.production.min.js](https://react-builds.vercel.app/commits/7bd6a55043df32adbf7890b6eb7f61ee25f3b014/files/oss-experimental/react-dom/cjs/react-dom-server.edge.production.min.js?compare=3bcd2de01b5716202eabe8faa338f51bdc59ce26) | **+0.35%** | 93.10 kB | 93.42 kB | +0.40% | 28.51 kB | 28.62 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.bun.production.js](https://react-builds.vercel.app/commits/7bd6a55043df32adbf7890b6eb7f61ee25f3b014/files/oss-experimental/react-dom/cjs/react-dom-server.bun.production.js?compare=3bcd2de01b5716202eabe8faa338f51bdc59ce26) | **+0.33%** | 332.27 kB | 333.37 kB | +0.54% | 71.85 kB | 72.24 kB\n| [oss-experimental/react-dom/cjs/react-dom-server-legacy.browser.production.js](https://react-builds.vercel.app/commits/7bd6a55043df32adbf7890b6eb7f61ee25f3b014/files/oss-experimental/react-dom/cjs/react-dom-server-legacy.browser.production.js?compare=3bcd2de01b5716202eabe8faa338f51bdc59ce26) | **+0.33%** | 333.98 kB | 335.08 kB | +0.53% | 72.32 kB | 72.70 kB\n| [oss-experimental/react-dom/cjs/react-dom-server-legacy.node.production.js](https://react-builds.vercel.app/commits/7bd6a55043df32adbf7890b6eb7f61ee25f3b014/files/oss-experimental/react-dom/cjs/react-dom-server-legacy.node.production.js?compare=3bcd2de01b5716202eabe8faa338f51bdc59ce26) | **+0.32%** | 340.21 kB | 341.31 kB | +0.51% | 74.19 kB | 74.57 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.browser.production.js](https://react-builds.vercel.app/commits/7bd6a55043df32adbf7890b6eb7f61ee25f3b014/files/oss-experimental/react-dom/cjs/react-dom-server.browser.production.js?compare=3bcd2de01b5716202eabe8faa338f51bdc59ce26) | **+0.32%** | 342.78 kB | 343.87 kB | +0.51% | 73.42 kB | 73.80 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.node.production.js](https://react-builds.vercel.app/commits/7bd6a55043df32adbf7890b6eb7f61ee25f3b014/files/oss-experimental/react-dom/cjs/react-dom-server.node.production.js?compare=3bcd2de01b5716202eabe8faa338f51bdc59ce26) | **+0.32%** | 345.18 kB | 346.28 kB | +0.52% | 73.85 kB | 74.24 kB\n| [oss-experimental/react-dom/cjs/react-dom-server.edge.production.js](https://react-builds.vercel.app/commits/7bd6a55043df32adbf7890b6eb7f61ee25f3b014/files/oss-experimental/react-dom/cjs/react-dom-server.edge.production.js?compare=3bcd2de01b5716202eabe8faa338f51bdc59ce26) | **+0.31%** | 347.35 kB | 348.44 kB | +0.50% | 74.86 kB | 75.23 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/7bd6a55043df32adbf7890b6eb7f61ee25f3b014/files/__test_utils__/ReactAllWarnings.js?compare=3bcd2de01b5716202eabe8faa338f51bdc59ce26) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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 7bd6a55043df32adbf7890b6eb7f61ee25f3b014\n</p>\n" ]
2024-02-27 15:43:26
2024-02-27 21:33:14
2024-02-27 21:33:14
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28462', 'html_url': 'https://github.com/facebook/react/pull/28462', 'diff_url': 'https://github.com/facebook/react/pull/28462.diff', 'patch_url': 'https://github.com/facebook/react/pull/28462.patch', 'merged_at': datetime.datetime(2024, 2, 27, 21, 33, 14)}
This is on everywhere, ready to turn on in the next major.
{'url': 'https://api.github.com/repos/facebook/react/issues/28462/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/28462/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28461
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28461/labels{/name}
https://api.github.com/repos/facebook/react/issues/28461/comments
https://api.github.com/repos/facebook/react/issues/28461/events
https://github.com/facebook/react/pull/28461
2,156,412,971
PR_kwDOAJy2Ks5oCRcg
28,461
Bump es5-ext from 0.10.53 to 0.10.63 in /fixtures/concurrent/time-slicing
{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', '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': 1757816973, 'node_id': 'MDU6TGFiZWwxNzU3ODE2OTcz', 'url': 'https://api.github.com/repos/facebook/react/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]
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: 172a7f629a972fedb9e43fbae4fad0e9b1dc7fee...c25fe7e6ed50313dd414891d26bb5abf93688099\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/c25fe7e6ed50313dd414891d26bb5abf93688099/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 176.89 kB | 176.89 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/c25fe7e6ed50313dd414891d26bb5abf93688099/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 179.20 kB | 179.20 kB | = | 55.81 kB | 55.81 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/c25fe7e6ed50313dd414891d26bb5abf93688099/files/facebook-www/ReactDOM-prod.classic.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 592.56 kB | 592.56 kB | = | 104.73 kB | 104.73 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/c25fe7e6ed50313dd414891d26bb5abf93688099/files/facebook-www/ReactDOM-prod.modern.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 576.34 kB | 576.34 kB | = | 101.81 kB | 101.81 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/c25fe7e6ed50313dd414891d26bb5abf93688099/files/__test_utils__/ReactAllWarnings.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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/c25fe7e6ed50313dd414891d26bb5abf93688099/files/__test_utils__/ReactAllWarnings.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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 c25fe7e6ed50313dd414891d26bb5abf93688099\n</p>\n", "OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.\n\nIf you change your mind, just re-open this PR and I'll resolve any conflicts on it." ]
2024-02-27 12:02:56
2024-04-17 16:12:25
2024-04-17 16:12:17
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28461', 'html_url': 'https://github.com/facebook/react/pull/28461', 'diff_url': 'https://github.com/facebook/react/pull/28461.diff', 'patch_url': 'https://github.com/facebook/react/pull/28461.patch', 'merged_at': None}
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/medikoo/es5-ext/releases">es5-ext's releases</a>.</em></p> <blockquote> <h2>0.10.63 (2024-02-23)</h2> <h3>Bug Fixes</h3> <ul> <li>Do not rely on problematic regex (<a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2">3551cdd</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/201">#201</a></li> <li>Support ES2015+ function definitions in <code>function#toStringTokens()</code> (<a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602">a52e957</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/021">#021</a></li> <li>Ensure postinstall script does not crash on Windows, fixes <a href="https://redirect.github.com/medikoo/es5-ext/issues/181">#181</a> (<a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f">bf8ed79</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Simplify the manifest message (<a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55">7855319</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.63">Comparison since last release</a></p> <h2>0.10.62 (2022-08-02)</h2> <h3>Maintenance Improvements</h3> <ul> <li><strong>Manifest improvements:</strong> <ul> <li>(<a href="https://redirect.github.com/medikoo/es5-ext/issues/190">#190</a>) (<a href="https://github.com/medikoo/es5-ext/commit/b8dc53fa439b98541644c64c1275f25d9f2e2235">b8dc53f</a>)</li> <li>(<a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce">c51d552</a>)</li> </ul> </li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.61...v0.10.62">Comparison since last release</a></p> <h2>0.10.61 (2022-04-20)</h2> <h3>Bug Fixes</h3> <ul> <li>Ensure postinstall script does not error (<a href="https://github.com/medikoo/es5-ext/commit/a0be4fdacdbc3aefd6f2952b7b9215827d362bbb">a0be4fd</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Bump dependencies (<a href="https://github.com/medikoo/es5-ext/commit/d7e0a612b7d895c1c7238c779feae1e39d4634c4">d7e0a61</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.60...v0.10.61">Comparison since last release</a></p> <h2>0.10.60 (2022-04-07)</h2> <h3>Maintenance Improvements</h3> <ul> <li>Improve <code>postinstall</code> script configuration (<a href="https://github.com/medikoo/es5-ext/commit/ab6b121f0ca4f033bba9b6f400b24d07869bd716">ab6b121</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.59...v0.10.60">Comparison since last release</a></p> <h2>0.10.59 (2022-03-17)</h2> <h3>Maintenance Improvements</h3> <ul> <li>Improve manifest wording (<a href="https://redirect.github.com/medikoo/es5-ext/issues/122">#122</a>) (<a href="https://github.com/medikoo/es5-ext/commit/eb7ae59966774a8c26f1717415c627d90bb3d954">eb7ae59</a>)</li> <li>Update data in manifest (<a href="https://github.com/medikoo/es5-ext/commit/3d2935ac6f1a0969c7569840d5b3bdeed6940e56">3d2935a</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md">es5-ext's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.63">0.10.63</a> (2024-02-23)</h3> <h3>Bug Fixes</h3> <ul> <li>Do not rely on problematic regex (<a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2">3551cdd</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/201">#201</a></li> <li>Support ES2015+ function definitions in <code>function#toStringTokens()</code> (<a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602">a52e957</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/021">#021</a></li> <li>Ensure postinstall script does not crash on Windows, fixes <a href="https://redirect.github.com/medikoo/es5-ext/issues/181">#181</a> (<a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f">bf8ed79</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Simplify the manifest message (<a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55">7855319</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.61...v0.10.62">0.10.62</a> (2022-08-02)</h3> <h3>Maintenance Improvements</h3> <ul> <li><strong>Manifest improvements:</strong> <ul> <li>(<a href="https://redirect.github.com/medikoo/es5-ext/issues/190">#190</a>) (<a href="https://github.com/medikoo/es5-ext/commit/b8dc53fa439b98541644c64c1275f25d9f2e2235">b8dc53f</a>)</li> <li>(<a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce">c51d552</a>)</li> </ul> </li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.60...v0.10.61">0.10.61</a> (2022-04-20)</h3> <h3>Bug Fixes</h3> <ul> <li>Ensure postinstall script does not error (<a href="https://github.com/medikoo/es5-ext/commit/a0be4fdacdbc3aefd6f2952b7b9215827d362bbb">a0be4fd</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Bump dependencies (<a href="https://github.com/medikoo/es5-ext/commit/d7e0a612b7d895c1c7238c779feae1e39d4634c4">d7e0a61</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.59...v0.10.60">0.10.60</a> (2022-04-07)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve <code>postinstall</code> script configuration (<a href="https://github.com/medikoo/es5-ext/commit/ab6b121f0ca4f033bba9b6f400b24d07869bd716">ab6b121</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.58...v0.10.59">0.10.59</a> (2022-03-17)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve manifest wording (<a href="https://redirect.github.com/medikoo/es5-ext/issues/122">#122</a>) (<a href="https://github.com/medikoo/es5-ext/commit/eb7ae59966774a8c26f1717415c627d90bb3d954">eb7ae59</a>)</li> <li>Update data in manifest (<a href="https://github.com/medikoo/es5-ext/commit/3d2935ac6f1a0969c7569840d5b3bdeed6940e56">3d2935a</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.57...v0.10.58">0.10.58</a> (2022-03-11)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve &quot;call for peace&quot; manifest (<a href="https://github.com/medikoo/es5-ext/commit/3beace4b3d00f02da61b72dd328f90cf069d46de">3beace4</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.56...v0.10.57">0.10.57</a> (2022-03-08)</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/medikoo/es5-ext/commit/de4e03c4776a303284142f73f3f181a070615817"><code>de4e03c</code></a> chore: Release v0.10.63</li> <li><a href="https://github.com/medikoo/es5-ext/commit/3fd53b755ec883be8f119c747f0b04130741e456"><code>3fd53b7</code></a> chore: Upgrade<code> lint-staged</code> to v13</li> <li><a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f"><code>bf8ed79</code></a> chore: Ensure postinstall script does not crash on Windows</li> <li><a href="https://github.com/medikoo/es5-ext/commit/2cbbb0717bd8de6e38fcba1f0d45bc876e7a1951"><code>2cbbb07</code></a> chore: Bump dependencies</li> <li><a href="https://github.com/medikoo/es5-ext/commit/22d0416ea170000a115609f22a560dfa9193ebb0"><code>22d0416</code></a> chore: Bump LICENSE year</li> <li><a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602"><code>a52e957</code></a> fix: Support ES2015+ function definitions in <code>function#toStringTokens()</code></li> <li><a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2"><code>3551cdd</code></a> fix: Do not rely on problematic regex</li> <li><a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55"><code>7855319</code></a> chore: Simplify the manifest message</li> <li><a href="https://github.com/medikoo/es5-ext/commit/78e041fe780ab39e73b7e580407e3ce1e52f4e38"><code>78e041f</code></a> chore: Release v0.10.62</li> <li><a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce"><code>c51d552</code></a> chore: Improve manifest</li> <li>Additional commits viewable in <a href="https://github.com/medikoo/es5-ext/compare/v0.10.53...v0.10.63">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=es5-ext&package-manager=npm_and_yarn&previous-version=0.10.53&new-version=0.10.63)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebook/react/network/alerts). </details>
{'url': 'https://api.github.com/repos/facebook/react/issues/28461/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/28461/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28460
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28460/labels{/name}
https://api.github.com/repos/facebook/react/issues/28460/comments
https://api.github.com/repos/facebook/react/issues/28460/events
https://github.com/facebook/react/pull/28460
2,156,245,834
PR_kwDOAJy2Ks5oBse0
28,460
Bump es5-ext from 0.10.53 to 0.10.63 in /fixtures/ssr
{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', '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': 1757816973, 'node_id': 'MDU6TGFiZWwxNzU3ODE2OTcz', 'url': 'https://api.github.com/repos/facebook/react/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]
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: 172a7f629a972fedb9e43fbae4fad0e9b1dc7fee...5b18b6fa5f51d1d86c5956866a6b705254912c78\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/5b18b6fa5f51d1d86c5956866a6b705254912c78/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 176.89 kB | 176.89 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/5b18b6fa5f51d1d86c5956866a6b705254912c78/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 179.20 kB | 179.20 kB | = | 55.81 kB | 55.81 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/5b18b6fa5f51d1d86c5956866a6b705254912c78/files/facebook-www/ReactDOM-prod.classic.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 592.56 kB | 592.56 kB | = | 104.73 kB | 104.73 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/5b18b6fa5f51d1d86c5956866a6b705254912c78/files/facebook-www/ReactDOM-prod.modern.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 576.34 kB | 576.34 kB | = | 101.81 kB | 101.81 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/5b18b6fa5f51d1d86c5956866a6b705254912c78/files/__test_utils__/ReactAllWarnings.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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/5b18b6fa5f51d1d86c5956866a6b705254912c78/files/__test_utils__/ReactAllWarnings.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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 5b18b6fa5f51d1d86c5956866a6b705254912c78\n</p>\n", "Looks like es5-ext is no longer updatable, so this is no longer needed." ]
2024-02-27 10:35:50
2024-03-26 19:32:49
2024-03-26 19:32:47
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28460', 'html_url': 'https://github.com/facebook/react/pull/28460', 'diff_url': 'https://github.com/facebook/react/pull/28460.diff', 'patch_url': 'https://github.com/facebook/react/pull/28460.patch', 'merged_at': None}
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/medikoo/es5-ext/releases">es5-ext's releases</a>.</em></p> <blockquote> <h2>0.10.63 (2024-02-23)</h2> <h3>Bug Fixes</h3> <ul> <li>Do not rely on problematic regex (<a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2">3551cdd</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/201">#201</a></li> <li>Support ES2015+ function definitions in <code>function#toStringTokens()</code> (<a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602">a52e957</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/021">#021</a></li> <li>Ensure postinstall script does not crash on Windows, fixes <a href="https://redirect.github.com/medikoo/es5-ext/issues/181">#181</a> (<a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f">bf8ed79</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Simplify the manifest message (<a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55">7855319</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.63">Comparison since last release</a></p> <h2>0.10.62 (2022-08-02)</h2> <h3>Maintenance Improvements</h3> <ul> <li><strong>Manifest improvements:</strong> <ul> <li>(<a href="https://redirect.github.com/medikoo/es5-ext/issues/190">#190</a>) (<a href="https://github.com/medikoo/es5-ext/commit/b8dc53fa439b98541644c64c1275f25d9f2e2235">b8dc53f</a>)</li> <li>(<a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce">c51d552</a>)</li> </ul> </li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.61...v0.10.62">Comparison since last release</a></p> <h2>0.10.61 (2022-04-20)</h2> <h3>Bug Fixes</h3> <ul> <li>Ensure postinstall script does not error (<a href="https://github.com/medikoo/es5-ext/commit/a0be4fdacdbc3aefd6f2952b7b9215827d362bbb">a0be4fd</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Bump dependencies (<a href="https://github.com/medikoo/es5-ext/commit/d7e0a612b7d895c1c7238c779feae1e39d4634c4">d7e0a61</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.60...v0.10.61">Comparison since last release</a></p> <h2>0.10.60 (2022-04-07)</h2> <h3>Maintenance Improvements</h3> <ul> <li>Improve <code>postinstall</code> script configuration (<a href="https://github.com/medikoo/es5-ext/commit/ab6b121f0ca4f033bba9b6f400b24d07869bd716">ab6b121</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.59...v0.10.60">Comparison since last release</a></p> <h2>0.10.59 (2022-03-17)</h2> <h3>Maintenance Improvements</h3> <ul> <li>Improve manifest wording (<a href="https://redirect.github.com/medikoo/es5-ext/issues/122">#122</a>) (<a href="https://github.com/medikoo/es5-ext/commit/eb7ae59966774a8c26f1717415c627d90bb3d954">eb7ae59</a>)</li> <li>Update data in manifest (<a href="https://github.com/medikoo/es5-ext/commit/3d2935ac6f1a0969c7569840d5b3bdeed6940e56">3d2935a</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md">es5-ext's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.63">0.10.63</a> (2024-02-23)</h3> <h3>Bug Fixes</h3> <ul> <li>Do not rely on problematic regex (<a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2">3551cdd</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/201">#201</a></li> <li>Support ES2015+ function definitions in <code>function#toStringTokens()</code> (<a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602">a52e957</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/021">#021</a></li> <li>Ensure postinstall script does not crash on Windows, fixes <a href="https://redirect.github.com/medikoo/es5-ext/issues/181">#181</a> (<a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f">bf8ed79</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Simplify the manifest message (<a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55">7855319</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.61...v0.10.62">0.10.62</a> (2022-08-02)</h3> <h3>Maintenance Improvements</h3> <ul> <li><strong>Manifest improvements:</strong> <ul> <li>(<a href="https://redirect.github.com/medikoo/es5-ext/issues/190">#190</a>) (<a href="https://github.com/medikoo/es5-ext/commit/b8dc53fa439b98541644c64c1275f25d9f2e2235">b8dc53f</a>)</li> <li>(<a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce">c51d552</a>)</li> </ul> </li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.60...v0.10.61">0.10.61</a> (2022-04-20)</h3> <h3>Bug Fixes</h3> <ul> <li>Ensure postinstall script does not error (<a href="https://github.com/medikoo/es5-ext/commit/a0be4fdacdbc3aefd6f2952b7b9215827d362bbb">a0be4fd</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Bump dependencies (<a href="https://github.com/medikoo/es5-ext/commit/d7e0a612b7d895c1c7238c779feae1e39d4634c4">d7e0a61</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.59...v0.10.60">0.10.60</a> (2022-04-07)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve <code>postinstall</code> script configuration (<a href="https://github.com/medikoo/es5-ext/commit/ab6b121f0ca4f033bba9b6f400b24d07869bd716">ab6b121</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.58...v0.10.59">0.10.59</a> (2022-03-17)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve manifest wording (<a href="https://redirect.github.com/medikoo/es5-ext/issues/122">#122</a>) (<a href="https://github.com/medikoo/es5-ext/commit/eb7ae59966774a8c26f1717415c627d90bb3d954">eb7ae59</a>)</li> <li>Update data in manifest (<a href="https://github.com/medikoo/es5-ext/commit/3d2935ac6f1a0969c7569840d5b3bdeed6940e56">3d2935a</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.57...v0.10.58">0.10.58</a> (2022-03-11)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve &quot;call for peace&quot; manifest (<a href="https://github.com/medikoo/es5-ext/commit/3beace4b3d00f02da61b72dd328f90cf069d46de">3beace4</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.56...v0.10.57">0.10.57</a> (2022-03-08)</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/medikoo/es5-ext/commit/de4e03c4776a303284142f73f3f181a070615817"><code>de4e03c</code></a> chore: Release v0.10.63</li> <li><a href="https://github.com/medikoo/es5-ext/commit/3fd53b755ec883be8f119c747f0b04130741e456"><code>3fd53b7</code></a> chore: Upgrade<code> lint-staged</code> to v13</li> <li><a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f"><code>bf8ed79</code></a> chore: Ensure postinstall script does not crash on Windows</li> <li><a href="https://github.com/medikoo/es5-ext/commit/2cbbb0717bd8de6e38fcba1f0d45bc876e7a1951"><code>2cbbb07</code></a> chore: Bump dependencies</li> <li><a href="https://github.com/medikoo/es5-ext/commit/22d0416ea170000a115609f22a560dfa9193ebb0"><code>22d0416</code></a> chore: Bump LICENSE year</li> <li><a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602"><code>a52e957</code></a> fix: Support ES2015+ function definitions in <code>function#toStringTokens()</code></li> <li><a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2"><code>3551cdd</code></a> fix: Do not rely on problematic regex</li> <li><a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55"><code>7855319</code></a> chore: Simplify the manifest message</li> <li><a href="https://github.com/medikoo/es5-ext/commit/78e041fe780ab39e73b7e580407e3ce1e52f4e38"><code>78e041f</code></a> chore: Release v0.10.62</li> <li><a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce"><code>c51d552</code></a> chore: Improve manifest</li> <li>Additional commits viewable in <a href="https://github.com/medikoo/es5-ext/compare/v0.10.53...v0.10.63">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=es5-ext&package-manager=npm_and_yarn&previous-version=0.10.53&new-version=0.10.63)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebook/react/network/alerts). </details>
{'url': 'https://api.github.com/repos/facebook/react/issues/28460/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/28460/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28459
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28459/labels{/name}
https://api.github.com/repos/facebook/react/issues/28459/comments
https://api.github.com/repos/facebook/react/issues/28459/events
https://github.com/facebook/react/pull/28459
2,155,571,571
PR_kwDOAJy2Ks5n_Yc2
28,459
Bump es5-ext from 0.10.53 to 0.10.63 in /fixtures/dom
{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', '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': 1757816973, 'node_id': 'MDU6TGFiZWwxNzU3ODE2OTcz', 'url': 'https://api.github.com/repos/facebook/react/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]
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: 172a7f629a972fedb9e43fbae4fad0e9b1dc7fee...1d90a476fb4997117991b8193ae1b2da4b7fbb95\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/1d90a476fb4997117991b8193ae1b2da4b7fbb95/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 176.89 kB | 176.89 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/1d90a476fb4997117991b8193ae1b2da4b7fbb95/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 179.20 kB | 179.20 kB | = | 55.81 kB | 55.81 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/1d90a476fb4997117991b8193ae1b2da4b7fbb95/files/facebook-www/ReactDOM-prod.classic.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 592.56 kB | 592.56 kB | = | 104.73 kB | 104.73 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/1d90a476fb4997117991b8193ae1b2da4b7fbb95/files/facebook-www/ReactDOM-prod.modern.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 576.34 kB | 576.34 kB | = | 101.81 kB | 101.81 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/1d90a476fb4997117991b8193ae1b2da4b7fbb95/files/__test_utils__/ReactAllWarnings.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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/1d90a476fb4997117991b8193ae1b2da4b7fbb95/files/__test_utils__/ReactAllWarnings.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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 1d90a476fb4997117991b8193ae1b2da4b7fbb95\n</p>\n" ]
2024-02-27 03:24:33
2024-03-19 22:13:42
2024-03-19 22:13:39
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28459', 'html_url': 'https://github.com/facebook/react/pull/28459', 'diff_url': 'https://github.com/facebook/react/pull/28459.diff', 'patch_url': 'https://github.com/facebook/react/pull/28459.patch', 'merged_at': datetime.datetime(2024, 3, 19, 22, 13, 39)}
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/medikoo/es5-ext/releases">es5-ext's releases</a>.</em></p> <blockquote> <h2>0.10.63 (2024-02-23)</h2> <h3>Bug Fixes</h3> <ul> <li>Do not rely on problematic regex (<a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2">3551cdd</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/201">#201</a></li> <li>Support ES2015+ function definitions in <code>function#toStringTokens()</code> (<a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602">a52e957</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/021">#021</a></li> <li>Ensure postinstall script does not crash on Windows, fixes <a href="https://redirect.github.com/medikoo/es5-ext/issues/181">#181</a> (<a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f">bf8ed79</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Simplify the manifest message (<a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55">7855319</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.63">Comparison since last release</a></p> <h2>0.10.62 (2022-08-02)</h2> <h3>Maintenance Improvements</h3> <ul> <li><strong>Manifest improvements:</strong> <ul> <li>(<a href="https://redirect.github.com/medikoo/es5-ext/issues/190">#190</a>) (<a href="https://github.com/medikoo/es5-ext/commit/b8dc53fa439b98541644c64c1275f25d9f2e2235">b8dc53f</a>)</li> <li>(<a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce">c51d552</a>)</li> </ul> </li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.61...v0.10.62">Comparison since last release</a></p> <h2>0.10.61 (2022-04-20)</h2> <h3>Bug Fixes</h3> <ul> <li>Ensure postinstall script does not error (<a href="https://github.com/medikoo/es5-ext/commit/a0be4fdacdbc3aefd6f2952b7b9215827d362bbb">a0be4fd</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Bump dependencies (<a href="https://github.com/medikoo/es5-ext/commit/d7e0a612b7d895c1c7238c779feae1e39d4634c4">d7e0a61</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.60...v0.10.61">Comparison since last release</a></p> <h2>0.10.60 (2022-04-07)</h2> <h3>Maintenance Improvements</h3> <ul> <li>Improve <code>postinstall</code> script configuration (<a href="https://github.com/medikoo/es5-ext/commit/ab6b121f0ca4f033bba9b6f400b24d07869bd716">ab6b121</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.59...v0.10.60">Comparison since last release</a></p> <h2>0.10.59 (2022-03-17)</h2> <h3>Maintenance Improvements</h3> <ul> <li>Improve manifest wording (<a href="https://redirect.github.com/medikoo/es5-ext/issues/122">#122</a>) (<a href="https://github.com/medikoo/es5-ext/commit/eb7ae59966774a8c26f1717415c627d90bb3d954">eb7ae59</a>)</li> <li>Update data in manifest (<a href="https://github.com/medikoo/es5-ext/commit/3d2935ac6f1a0969c7569840d5b3bdeed6940e56">3d2935a</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md">es5-ext's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.63">0.10.63</a> (2024-02-23)</h3> <h3>Bug Fixes</h3> <ul> <li>Do not rely on problematic regex (<a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2">3551cdd</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/201">#201</a></li> <li>Support ES2015+ function definitions in <code>function#toStringTokens()</code> (<a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602">a52e957</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/021">#021</a></li> <li>Ensure postinstall script does not crash on Windows, fixes <a href="https://redirect.github.com/medikoo/es5-ext/issues/181">#181</a> (<a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f">bf8ed79</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Simplify the manifest message (<a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55">7855319</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.61...v0.10.62">0.10.62</a> (2022-08-02)</h3> <h3>Maintenance Improvements</h3> <ul> <li><strong>Manifest improvements:</strong> <ul> <li>(<a href="https://redirect.github.com/medikoo/es5-ext/issues/190">#190</a>) (<a href="https://github.com/medikoo/es5-ext/commit/b8dc53fa439b98541644c64c1275f25d9f2e2235">b8dc53f</a>)</li> <li>(<a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce">c51d552</a>)</li> </ul> </li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.60...v0.10.61">0.10.61</a> (2022-04-20)</h3> <h3>Bug Fixes</h3> <ul> <li>Ensure postinstall script does not error (<a href="https://github.com/medikoo/es5-ext/commit/a0be4fdacdbc3aefd6f2952b7b9215827d362bbb">a0be4fd</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Bump dependencies (<a href="https://github.com/medikoo/es5-ext/commit/d7e0a612b7d895c1c7238c779feae1e39d4634c4">d7e0a61</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.59...v0.10.60">0.10.60</a> (2022-04-07)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve <code>postinstall</code> script configuration (<a href="https://github.com/medikoo/es5-ext/commit/ab6b121f0ca4f033bba9b6f400b24d07869bd716">ab6b121</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.58...v0.10.59">0.10.59</a> (2022-03-17)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve manifest wording (<a href="https://redirect.github.com/medikoo/es5-ext/issues/122">#122</a>) (<a href="https://github.com/medikoo/es5-ext/commit/eb7ae59966774a8c26f1717415c627d90bb3d954">eb7ae59</a>)</li> <li>Update data in manifest (<a href="https://github.com/medikoo/es5-ext/commit/3d2935ac6f1a0969c7569840d5b3bdeed6940e56">3d2935a</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.57...v0.10.58">0.10.58</a> (2022-03-11)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve &quot;call for peace&quot; manifest (<a href="https://github.com/medikoo/es5-ext/commit/3beace4b3d00f02da61b72dd328f90cf069d46de">3beace4</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.56...v0.10.57">0.10.57</a> (2022-03-08)</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/medikoo/es5-ext/commit/de4e03c4776a303284142f73f3f181a070615817"><code>de4e03c</code></a> chore: Release v0.10.63</li> <li><a href="https://github.com/medikoo/es5-ext/commit/3fd53b755ec883be8f119c747f0b04130741e456"><code>3fd53b7</code></a> chore: Upgrade<code> lint-staged</code> to v13</li> <li><a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f"><code>bf8ed79</code></a> chore: Ensure postinstall script does not crash on Windows</li> <li><a href="https://github.com/medikoo/es5-ext/commit/2cbbb0717bd8de6e38fcba1f0d45bc876e7a1951"><code>2cbbb07</code></a> chore: Bump dependencies</li> <li><a href="https://github.com/medikoo/es5-ext/commit/22d0416ea170000a115609f22a560dfa9193ebb0"><code>22d0416</code></a> chore: Bump LICENSE year</li> <li><a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602"><code>a52e957</code></a> fix: Support ES2015+ function definitions in <code>function#toStringTokens()</code></li> <li><a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2"><code>3551cdd</code></a> fix: Do not rely on problematic regex</li> <li><a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55"><code>7855319</code></a> chore: Simplify the manifest message</li> <li><a href="https://github.com/medikoo/es5-ext/commit/78e041fe780ab39e73b7e580407e3ce1e52f4e38"><code>78e041f</code></a> chore: Release v0.10.62</li> <li><a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce"><code>c51d552</code></a> chore: Improve manifest</li> <li>Additional commits viewable in <a href="https://github.com/medikoo/es5-ext/compare/v0.10.53...v0.10.63">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=es5-ext&package-manager=npm_and_yarn&previous-version=0.10.53&new-version=0.10.63)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebook/react/network/alerts). </details>
{'url': 'https://api.github.com/repos/facebook/react/issues/28459/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/28459/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28458
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28458/labels{/name}
https://api.github.com/repos/facebook/react/issues/28458/comments
https://api.github.com/repos/facebook/react/issues/28458/events
https://github.com/facebook/react/pull/28458
2,155,490,135
PR_kwDOAJy2Ks5n_HEp
28,458
Remove enableClientRenderFallbackOnTextMismatch flag
{'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\n\nComparing: 670d61bea23470e980ba13c1c8441e375779b0b8...e68826abbaeeaf3ef7e67a172ddfcb41a49c3efb\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/e68826abbaeeaf3ef7e67a172ddfcb41a49c3efb/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=670d61bea23470e980ba13c1c8441e375779b0b8) | **=** | 175.94 kB | 175.91 kB | = | 54.54 kB | 54.53 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/e68826abbaeeaf3ef7e67a172ddfcb41a49c3efb/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=670d61bea23470e980ba13c1c8441e375779b0b8) | **=** | 172.42 kB | 172.39 kB | = | 53.72 kB | 53.70 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/e68826abbaeeaf3ef7e67a172ddfcb41a49c3efb/files/facebook-www/ReactDOM-prod.classic.js?compare=670d61bea23470e980ba13c1c8441e375779b0b8) | **=** | 590.84 kB | 589.86 kB | = | 103.76 kB | 103.60 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/e68826abbaeeaf3ef7e67a172ddfcb41a49c3efb/files/facebook-www/ReactDOM-prod.modern.js?compare=670d61bea23470e980ba13c1c8441e375779b0b8) | **=** | 574.36 kB | 573.39 kB | = | 100.83 kB | 100.66 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/e68826abbaeeaf3ef7e67a172ddfcb41a49c3efb/files/__test_utils__/ReactAllWarnings.js?compare=670d61bea23470e980ba13c1c8441e375779b0b8) | **Deleted** | 64.83 kB | 0.00 kB | Deleted | 16.08 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/e68826abbaeeaf3ef7e67a172ddfcb41a49c3efb/files/__test_utils__/ReactAllWarnings.js?compare=670d61bea23470e980ba13c1c8441e375779b0b8) | **Deleted** | 64.83 kB | 0.00 kB | Deleted | 16.08 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 e68826abbaeeaf3ef7e67a172ddfcb41a49c3efb\n</p>\n" ]
2024-02-27 01:55:18
2024-03-26 21:55:15
2024-03-26 21:55:15
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28458', 'html_url': 'https://github.com/facebook/react/pull/28458', 'diff_url': 'https://github.com/facebook/react/pull/28458.diff', 'patch_url': 'https://github.com/facebook/react/pull/28458.patch', 'merged_at': datetime.datetime(2024, 3, 26, 21, 55, 15)}
Build on top of #28440. This lets us remove the path where updates are tracked on differences in text.
{'url': 'https://api.github.com/repos/facebook/react/issues/28458/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/28458/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28457
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28457/labels{/name}
https://api.github.com/repos/facebook/react/issues/28457/comments
https://api.github.com/repos/facebook/react/issues/28457/events
https://github.com/facebook/react/issues/28457
2,155,485,022
I_kwDOAJy2Ks6Aehde
28,457
Bug: state update from a rAF in useLayoutEffect not batched when using `createRoot`
{'login': 'mxmul', 'id': 3022244, 'node_id': 'MDQ6VXNlcjMwMjIyNDQ=', 'avatar_url': 'https://avatars.githubusercontent.com/u/3022244?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mxmul', 'html_url': 'https://github.com/mxmul', 'followers_url': 'https://api.github.com/users/mxmul/followers', 'following_url': 'https://api.github.com/users/mxmul/following{/other_user}', 'gists_url': 'https://api.github.com/users/mxmul/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/mxmul/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/mxmul/subscriptions', 'organizations_url': 'https://api.github.com/users/mxmul/orgs', 'repos_url': 'https://api.github.com/users/mxmul/repos', 'events_url': 'https://api.github.com/users/mxmul/events{/privacy}', 'received_events_url': 'https://api.github.com/users/mxmul/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
[ "it is working\r\n===============================\r\nimport React from \"https://esm.sh/react@18.2.0\";\r\nimport ReactDOM from \"https://esm.sh/react-dom@18.2.0\";\r\nimport cx from \"https://esm.sh/classnames@2.5.1\";\r\n\r\nfunction App({ initialMessage }) {\r\n const [message, setMessage] = React.useState(initialMessage); // Set initial state to the provided message\r\n\r\n React.useEffect(() => {\r\n requestAnimationFrame(() => {\r\n setMessage(\"Ready\");\r\n });\r\n }, []);\r\n\r\n return (\r\n <p className={cx(\"app\", message === \"Ready\" ? \"ready\" : \"loading\")}>\r\n {message}\r\n </p>\r\n );\r\n}\r\n\r\nfunction RemountOnClick({ children }) {\r\n const [count, setCount] = React.useState(0);\r\n\r\n const handleClick = () => {\r\n setCount((n) => n + 1);\r\n };\r\n\r\n return (\r\n <div>\r\n <button type=\"button\" id=\"render\" onClick={handleClick}>\r\n Remount\r\n </button>\r\n <div key={count}>Remount count: {count} {children}</div>\r\n </div>\r\n );\r\n}\r\n\r\nconst root = ReactDOM.createRoot(document.getElementById(\"modern-root\"));\r\nroot.render(\r\n <RemountOnClick>\r\n <App initialMessage=\"Ready\" />\r\n </RemountOnClick>\r\n);\r\n\r\nReactDOM.render(\r\n <RemountOnClick>\r\n <App initialMessage=\"Ready\" />\r\n </RemountOnClick>,\r\n document.getElementById(\"legacy-root\")\r\n);\r\n", "[react red flash fix.txt](https://github.com/facebook/react/files/14418889/react.red.flash.fix.txt)\r\n\r\nI have added txt file. please share wheather it is only problem or i misunderstood the problem.", "Thanks, but I think this misses the point. This bug report is about React failing to batch a render caused by an immediate state change - your fix only removes the state change.\r\n", "A workaround that does work is to wrap the state change with `flushSync`, like:\r\n\r\n```jsx\r\nReact.useLayoutEffect(() => {\r\n requestAnimationFrame(() => {\r\n ReactDOM.flushSync(() => {\r\n setMessage(\"Ready\");\r\n });\r\n });\r\n});\r\n```\r\n\r\nBut this still seems like a regression to me.", "I checked the code of ReactDOM.render() and ReactDOM.createRoot().render().\r\n\r\nSeems like the legacy version always runs flushSync() _(seems like modern version does not)_:\r\n```js\r\nfunction legacyCreateRootFromDOMContainer(\r\n container: Container,\r\n initialChildren: ReactNodeList,\r\n parentComponent: ?React$Component<any, any>,\r\n callback: ?Function,\r\n isHydrationContainer: boolean,\r\n): FiberRoot {\r\n if (isHydrationContainer) {\r\n // ...\r\n\r\n flushSync();\r\n return root;\r\n } else {\r\n // First clear any existing content.\r\n clearContainer(container);\r\n\r\n // ...\r\n\r\n // Initial mount should not be batched.\r\n flushSync(() => {\r\n updateContainer(initialChildren, root, parentComponent, callback);\r\n });\r\n\r\n return root;\r\n }\r\n}\r\n```\r\n\r\nReact will execute flushSync() callback synchronously, applying any updates to the component tree immediately. This ensures that all state and props changes are reflected in the DOM before the method returns.\r\n\r\nI guess that's why your workaround solves your issue.", "But I will check a little bit more - it looks like sometimes it also appears instantly as \"Ready\" on average after ~20 re-renders _(for me)_, seems like worth to investigate this part as well.", "Bundled your example with Vite to check how it is represented there with and without your workaround of flushSync() and really see not much of difference (except the additional 7k lines of .js code 😆). From what I understand:\r\n\r\n- ReactDOM.render() is synchronous and does not support concurrent rendering, e.g. React attempts to render the entire component tree in a single go, which causes the \"Loading...\" message to briefly appear before the UI with the \"Ready\" message is rendered.\r\n\r\n- ReactDOM.createRoot().render() enables concurrent rendering, e.g. rendering is split into smaller chunks and updates that are more important for interactivity are prioritized, 2 e.g. React implies that \"Loading\" is unnecessary to show, because \"Ready\" is already ready for rendering. (This also explains the occasional \"Ready\" with ReactDOM.createRoot().render())." ]
2024-02-27 01:48:55
2024-03-16 13:58:29
null
NONE
null
null
null
Maybe a weird edge case, but this caused an unexpected visual change in our app when migrating a root from `ReactDOM.render`. React version: 18.2.0 ## Steps To Reproduce 1. Define a component that has some state, and a `useLayoutEffect` that modifies the state in a `requestAnimationFrame` callback. like: ```jsx function App() { const [message, setMessage] = React.useState("Loading..."); React.useLayoutEffect(() => { requestAnimationFrame(() => { setMessage("Ready"); }); }); return <p>{message}</p>; } ``` 2. Mount the component using `ReactDOM.render`, and you will never observe the component with its initial state ("Loading..."). Only the updated state ("Ready"). 3. Mount the component with `createRoot` and `root.render`, and you will observe the component render twice. Once with the initial state ("Loading..."), then with the updated state ("Ready"). <!-- 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/mxmul/pen/abMexLe [react-batching.webm](https://github.com/facebook/react/assets/3022244/5a1e3238-5b30-4b74-b796-01024dae07b5) ## The current behavior Two renders - once with the initial state, and a second with the updated state. ## The expected behavior A single render with the updated state. This seems to be the behavior before React 18.
{'url': 'https://api.github.com/repos/facebook/react/issues/28457/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/28457/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28456
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28456/labels{/name}
https://api.github.com/repos/facebook/react/issues/28456/comments
https://api.github.com/repos/facebook/react/issues/28456/events
https://github.com/facebook/react/pull/28456
2,155,404,573
PR_kwDOAJy2Ks5n-0xA
28,456
Add dynamic flag for infinite loop detection on React Native FB
{'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: fb10a2c66a923d218471b535fdaf0dbc530417ee...5cd1339e0101ff86edf881dbc44261937e3e5d22\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/5cd1339e0101ff86edf881dbc44261937e3e5d22/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=fb10a2c66a923d218471b535fdaf0dbc530417ee) | **=** | 176.89 kB | 176.89 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/5cd1339e0101ff86edf881dbc44261937e3e5d22/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=fb10a2c66a923d218471b535fdaf0dbc530417ee) | **=** | 179.00 kB | 179.00 kB | = | 55.80 kB | 55.80 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/5cd1339e0101ff86edf881dbc44261937e3e5d22/files/facebook-www/ReactDOM-prod.classic.js?compare=fb10a2c66a923d218471b535fdaf0dbc530417ee) | **=** | 594.04 kB | 594.04 kB | = | 104.94 kB | 104.94 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/5cd1339e0101ff86edf881dbc44261937e3e5d22/files/facebook-www/ReactDOM-prod.modern.js?compare=fb10a2c66a923d218471b535fdaf0dbc530417ee) | **=** | 577.33 kB | 577.33 kB | = | 101.96 kB | 101.96 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/5cd1339e0101ff86edf881dbc44261937e3e5d22/files/__test_utils__/ReactAllWarnings.js?compare=fb10a2c66a923d218471b535fdaf0dbc530417ee) | **Deleted** | 66.40 kB | 0.00 kB | Deleted | 16.26 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/ReactFabric-dev.fb.js](https://react-builds.vercel.app/commits/5cd1339e0101ff86edf881dbc44261937e3e5d22/files/react-native/implementations/ReactFabric-dev.fb.js?compare=fb10a2c66a923d218471b535fdaf0dbc530417ee) | **+0.22%** | 1,012.38 kB | 1,014.56 kB | +0.24% | 203.74 kB | 204.22 kB\n| [react-native/implementations/ReactFabric-prod.fb.js](https://react-builds.vercel.app/commits/5cd1339e0101ff86edf881dbc44261937e3e5d22/files/react-native/implementations/ReactFabric-prod.fb.js?compare=fb10a2c66a923d218471b535fdaf0dbc530417ee) | **+0.22%** | 334.02 kB | 334.74 kB | +0.21% | 59.42 kB | 59.55 kB\n| [react-native/implementations/ReactNativeRenderer-dev.fb.js](https://react-builds.vercel.app/commits/5cd1339e0101ff86edf881dbc44261937e3e5d22/files/react-native/implementations/ReactNativeRenderer-dev.fb.js?compare=fb10a2c66a923d218471b535fdaf0dbc530417ee) | **+0.21%** | 1,026.98 kB | 1,029.17 kB | +0.23% | 207.48 kB | 207.95 kB\n| [react-native/implementations/ReactNativeRenderer-prod.fb.js](https://react-builds.vercel.app/commits/5cd1339e0101ff86edf881dbc44261937e3e5d22/files/react-native/implementations/ReactNativeRenderer-prod.fb.js?compare=fb10a2c66a923d218471b535fdaf0dbc530417ee) | **+0.21%** | 341.62 kB | 342.34 kB | +0.21% | 60.76 kB | 60.89 kB\n| [react-native/implementations/ReactFabric-profiling.fb.js](https://react-builds.vercel.app/commits/5cd1339e0101ff86edf881dbc44261937e3e5d22/files/react-native/implementations/ReactFabric-profiling.fb.js?compare=fb10a2c66a923d218471b535fdaf0dbc530417ee) | **+0.21%** | 361.20 kB | 361.96 kB | +0.17% | 63.64 kB | 63.74 kB\n| [react-native/implementations/ReactNativeRenderer-profiling.fb.js](https://react-builds.vercel.app/commits/5cd1339e0101ff86edf881dbc44261937e3e5d22/files/react-native/implementations/ReactNativeRenderer-profiling.fb.js?compare=fb10a2c66a923d218471b535fdaf0dbc530417ee) | **+0.21%** | 368.84 kB | 369.60 kB | +0.21% | 65.00 kB | 65.14 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/5cd1339e0101ff86edf881dbc44261937e3e5d22/files/__test_utils__/ReactAllWarnings.js?compare=fb10a2c66a923d218471b535fdaf0dbc530417ee) | **Deleted** | 66.40 kB | 0.00 kB | Deleted | 16.26 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 5cd1339e0101ff86edf881dbc44261937e3e5d22\n</p>\n" ]
2024-02-27 00:19:28
2024-02-29 21:19:16
2024-02-29 21:19:12
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28456', 'html_url': 'https://github.com/facebook/react/pull/28456', 'diff_url': 'https://github.com/facebook/react/pull/28456.diff', 'patch_url': 'https://github.com/facebook/react/pull/28456.patch', 'merged_at': datetime.datetime(2024, 2, 29, 21, 19, 12)}
Add dynamic flag for infinite loop detection on React Native FB
{'url': 'https://api.github.com/repos/facebook/react/issues/28456/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/28456/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28455
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28455/labels{/name}
https://api.github.com/repos/facebook/react/issues/28455/comments
https://api.github.com/repos/facebook/react/issues/28455/events
https://github.com/facebook/react/pull/28455
2,155,324,173
PR_kwDOAJy2Ks5n-jSe
28,455
[test] test turning on enableRefAsProp 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: 034130c02ffb47b0026059b57d17e9b080976ff3...83a067403971422b8d3094f92260a48d6fd3c05f\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/83a067403971422b8d3094f92260a48d6fd3c05f/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 176.93 kB | 176.93 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 179.07 kB | 179.07 kB | = | 55.82 kB | 55.82 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/ReactDOM-prod.classic.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 594.04 kB | 593.87 kB | = | 104.94 kB | 104.90 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/ReactDOM-prod.modern.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 577.32 kB | 577.15 kB | = | 101.96 kB | 101.92 kB\n| [facebook-www/ReactServer-dev.modern.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/ReactServer-dev.modern.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 93.89 kB | 91.51 kB | = | 22.27 kB | 22.03 kB\n| [facebook-www/React-profiling.classic.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/React-profiling.classic.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 21.01 kB | 20.43 kB | = | 5.23 kB | 5.13 kB\n| [facebook-www/React-profiling.modern.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/React-profiling.modern.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 20.73 kB | 20.14 kB | = | 5.17 kB | 5.06 kB\n| [facebook-www/React-prod.classic.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/React-prod.classic.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 20.58 kB | 19.99 kB | = | 5.15 kB | 5.04 kB\n| [facebook-www/React-prod.modern.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/React-prod.modern.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 20.29 kB | 19.71 kB | = | 5.08 kB | 4.98 kB\n| [facebook-www/JSXDEVRuntime-dev.classic.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/JSXDEVRuntime-dev.classic.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 50.70 kB | 48.80 kB | = | 13.27 kB | 13.08 kB\n| [facebook-www/JSXDEVRuntime-dev.modern.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/JSXDEVRuntime-dev.modern.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 50.70 kB | 48.80 kB | = | 13.27 kB | 13.07 kB\n| [facebook-www/ReactServer-prod.modern.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/ReactServer-prod.modern.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 16.54 kB | 15.91 kB | = | 4.34 kB | 4.21 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/__test_utils__/ReactAllWarnings.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **Deleted** | 66.32 kB | 0.00 kB | Deleted | 16.26 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/ReactFlightDOMServer-dev.modern.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/ReactFlightDOMServer-dev.modern.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 100.53 kB | 100.31 kB | = | 20.97 kB | 20.90 kB\n| [facebook-www/ReactFlightDOMServer-prod.modern.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/ReactFlightDOMServer-prod.modern.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 39.15 kB | 38.97 kB | = | 8.89 kB | 8.86 kB\n| [facebook-www/ReactFlightDOMClient-dev.modern.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/ReactFlightDOMClient-dev.modern.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 40.15 kB | 39.64 kB | = | 9.28 kB | 9.16 kB\n| [facebook-www/React-dev.classic.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/React-dev.classic.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 125.75 kB | 123.38 kB | = | 29.94 kB | 29.69 kB\n| [facebook-www/React-dev.modern.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/React-dev.modern.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 124.16 kB | 121.79 kB | = | 29.56 kB | 29.30 kB\n| [facebook-www/ReactServer-dev.modern.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/ReactServer-dev.modern.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 93.89 kB | 91.51 kB | = | 22.27 kB | 22.03 kB\n| [facebook-www/React-profiling.classic.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/React-profiling.classic.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 21.01 kB | 20.43 kB | = | 5.23 kB | 5.13 kB\n| [facebook-www/React-profiling.modern.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/React-profiling.modern.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 20.73 kB | 20.14 kB | = | 5.17 kB | 5.06 kB\n| [facebook-www/React-prod.classic.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/React-prod.classic.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 20.58 kB | 19.99 kB | = | 5.15 kB | 5.04 kB\n| [facebook-www/React-prod.modern.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/React-prod.modern.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 20.29 kB | 19.71 kB | = | 5.08 kB | 4.98 kB\n| [facebook-www/JSXDEVRuntime-dev.classic.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/JSXDEVRuntime-dev.classic.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 50.70 kB | 48.80 kB | = | 13.27 kB | 13.08 kB\n| [facebook-www/JSXDEVRuntime-dev.modern.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/JSXDEVRuntime-dev.modern.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 50.70 kB | 48.80 kB | = | 13.27 kB | 13.07 kB\n| [facebook-www/ReactServer-prod.modern.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/facebook-www/ReactServer-prod.modern.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **=** | 16.54 kB | 15.91 kB | = | 4.34 kB | 4.21 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/83a067403971422b8d3094f92260a48d6fd3c05f/files/__test_utils__/ReactAllWarnings.js?compare=034130c02ffb47b0026059b57d17e9b080976ff3) | **Deleted** | 66.32 kB | 0.00 kB | Deleted | 16.26 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 83a067403971422b8d3094f92260a48d6fd3c05f\n</p>\n" ]
2024-02-26 23:02:53
2024-03-22 17:05:40
2024-03-22 17:05:40
MEMBER
null
true
{'url': 'https://api.github.com/repos/facebook/react/pulls/28455', 'html_url': 'https://github.com/facebook/react/pull/28455', 'diff_url': 'https://github.com/facebook/react/pull/28455.diff', 'patch_url': 'https://github.com/facebook/react/pull/28455.patch', 'merged_at': None}
null
{'url': 'https://api.github.com/repos/facebook/react/issues/28455/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/28455/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28454
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28454/labels{/name}
https://api.github.com/repos/facebook/react/issues/28454/comments
https://api.github.com/repos/facebook/react/issues/28454/events
https://github.com/facebook/react/pull/28454
2,155,181,011
PR_kwDOAJy2Ks5n-DX7
28,454
Bump es5-ext from 0.10.35 to 0.10.63 in /fixtures/packaging/systemjs-builder/dev
{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', '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': 1757816973, 'node_id': 'MDU6TGFiZWwxNzU3ODE2OTcz', 'url': 'https://api.github.com/repos/facebook/react/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]
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: 172a7f629a972fedb9e43fbae4fad0e9b1dc7fee...b02ce6408821324db0dfbe2d652f885c09e69ba1\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/b02ce6408821324db0dfbe2d652f885c09e69ba1/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 176.89 kB | 176.89 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/b02ce6408821324db0dfbe2d652f885c09e69ba1/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 179.20 kB | 179.20 kB | = | 55.81 kB | 55.81 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/b02ce6408821324db0dfbe2d652f885c09e69ba1/files/facebook-www/ReactDOM-prod.classic.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 592.56 kB | 592.56 kB | = | 104.73 kB | 104.73 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/b02ce6408821324db0dfbe2d652f885c09e69ba1/files/facebook-www/ReactDOM-prod.modern.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 576.34 kB | 576.34 kB | = | 101.81 kB | 101.81 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/b02ce6408821324db0dfbe2d652f885c09e69ba1/files/__test_utils__/ReactAllWarnings.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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/b02ce6408821324db0dfbe2d652f885c09e69ba1/files/__test_utils__/ReactAllWarnings.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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 b02ce6408821324db0dfbe2d652f885c09e69ba1\n</p>\n", "OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.\n\nIf you change your mind, just re-open this PR and I'll resolve any conflicts on it." ]
2024-02-26 21:30:02
2024-04-17 16:12:25
2024-04-17 16:12:16
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28454', 'html_url': 'https://github.com/facebook/react/pull/28454', 'diff_url': 'https://github.com/facebook/react/pull/28454.diff', 'patch_url': 'https://github.com/facebook/react/pull/28454.patch', 'merged_at': None}
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.35 to 0.10.63. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/medikoo/es5-ext/releases">es5-ext's releases</a>.</em></p> <blockquote> <h2>0.10.63 (2024-02-23)</h2> <h3>Bug Fixes</h3> <ul> <li>Do not rely on problematic regex (<a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2">3551cdd</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/201">#201</a></li> <li>Support ES2015+ function definitions in <code>function#toStringTokens()</code> (<a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602">a52e957</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/021">#021</a></li> <li>Ensure postinstall script does not crash on Windows, fixes <a href="https://redirect.github.com/medikoo/es5-ext/issues/181">#181</a> (<a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f">bf8ed79</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Simplify the manifest message (<a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55">7855319</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.63">Comparison since last release</a></p> <h2>0.10.62 (2022-08-02)</h2> <h3>Maintenance Improvements</h3> <ul> <li><strong>Manifest improvements:</strong> <ul> <li>(<a href="https://redirect.github.com/medikoo/es5-ext/issues/190">#190</a>) (<a href="https://github.com/medikoo/es5-ext/commit/b8dc53fa439b98541644c64c1275f25d9f2e2235">b8dc53f</a>)</li> <li>(<a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce">c51d552</a>)</li> </ul> </li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.61...v0.10.62">Comparison since last release</a></p> <h2>0.10.61 (2022-04-20)</h2> <h3>Bug Fixes</h3> <ul> <li>Ensure postinstall script does not error (<a href="https://github.com/medikoo/es5-ext/commit/a0be4fdacdbc3aefd6f2952b7b9215827d362bbb">a0be4fd</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Bump dependencies (<a href="https://github.com/medikoo/es5-ext/commit/d7e0a612b7d895c1c7238c779feae1e39d4634c4">d7e0a61</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.60...v0.10.61">Comparison since last release</a></p> <h2>0.10.60 (2022-04-07)</h2> <h3>Maintenance Improvements</h3> <ul> <li>Improve <code>postinstall</code> script configuration (<a href="https://github.com/medikoo/es5-ext/commit/ab6b121f0ca4f033bba9b6f400b24d07869bd716">ab6b121</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.59...v0.10.60">Comparison since last release</a></p> <h2>0.10.59 (2022-03-17)</h2> <h3>Maintenance Improvements</h3> <ul> <li>Improve manifest wording (<a href="https://redirect.github.com/medikoo/es5-ext/issues/122">#122</a>) (<a href="https://github.com/medikoo/es5-ext/commit/eb7ae59966774a8c26f1717415c627d90bb3d954">eb7ae59</a>)</li> <li>Update data in manifest (<a href="https://github.com/medikoo/es5-ext/commit/3d2935ac6f1a0969c7569840d5b3bdeed6940e56">3d2935a</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md">es5-ext's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.63">0.10.63</a> (2024-02-23)</h3> <h3>Bug Fixes</h3> <ul> <li>Do not rely on problematic regex (<a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2">3551cdd</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/201">#201</a></li> <li>Support ES2015+ function definitions in <code>function#toStringTokens()</code> (<a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602">a52e957</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/021">#021</a></li> <li>Ensure postinstall script does not crash on Windows, fixes <a href="https://redirect.github.com/medikoo/es5-ext/issues/181">#181</a> (<a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f">bf8ed79</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Simplify the manifest message (<a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55">7855319</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.61...v0.10.62">0.10.62</a> (2022-08-02)</h3> <h3>Maintenance Improvements</h3> <ul> <li><strong>Manifest improvements:</strong> <ul> <li>(<a href="https://redirect.github.com/medikoo/es5-ext/issues/190">#190</a>) (<a href="https://github.com/medikoo/es5-ext/commit/b8dc53fa439b98541644c64c1275f25d9f2e2235">b8dc53f</a>)</li> <li>(<a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce">c51d552</a>)</li> </ul> </li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.60...v0.10.61">0.10.61</a> (2022-04-20)</h3> <h3>Bug Fixes</h3> <ul> <li>Ensure postinstall script does not error (<a href="https://github.com/medikoo/es5-ext/commit/a0be4fdacdbc3aefd6f2952b7b9215827d362bbb">a0be4fd</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Bump dependencies (<a href="https://github.com/medikoo/es5-ext/commit/d7e0a612b7d895c1c7238c779feae1e39d4634c4">d7e0a61</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.59...v0.10.60">0.10.60</a> (2022-04-07)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve <code>postinstall</code> script configuration (<a href="https://github.com/medikoo/es5-ext/commit/ab6b121f0ca4f033bba9b6f400b24d07869bd716">ab6b121</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.58...v0.10.59">0.10.59</a> (2022-03-17)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve manifest wording (<a href="https://redirect.github.com/medikoo/es5-ext/issues/122">#122</a>) (<a href="https://github.com/medikoo/es5-ext/commit/eb7ae59966774a8c26f1717415c627d90bb3d954">eb7ae59</a>)</li> <li>Update data in manifest (<a href="https://github.com/medikoo/es5-ext/commit/3d2935ac6f1a0969c7569840d5b3bdeed6940e56">3d2935a</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.57...v0.10.58">0.10.58</a> (2022-03-11)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve &quot;call for peace&quot; manifest (<a href="https://github.com/medikoo/es5-ext/commit/3beace4b3d00f02da61b72dd328f90cf069d46de">3beace4</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.56...v0.10.57">0.10.57</a> (2022-03-08)</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/medikoo/es5-ext/commit/de4e03c4776a303284142f73f3f181a070615817"><code>de4e03c</code></a> chore: Release v0.10.63</li> <li><a href="https://github.com/medikoo/es5-ext/commit/3fd53b755ec883be8f119c747f0b04130741e456"><code>3fd53b7</code></a> chore: Upgrade<code> lint-staged</code> to v13</li> <li><a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f"><code>bf8ed79</code></a> chore: Ensure postinstall script does not crash on Windows</li> <li><a href="https://github.com/medikoo/es5-ext/commit/2cbbb0717bd8de6e38fcba1f0d45bc876e7a1951"><code>2cbbb07</code></a> chore: Bump dependencies</li> <li><a href="https://github.com/medikoo/es5-ext/commit/22d0416ea170000a115609f22a560dfa9193ebb0"><code>22d0416</code></a> chore: Bump LICENSE year</li> <li><a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602"><code>a52e957</code></a> fix: Support ES2015+ function definitions in <code>function#toStringTokens()</code></li> <li><a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2"><code>3551cdd</code></a> fix: Do not rely on problematic regex</li> <li><a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55"><code>7855319</code></a> chore: Simplify the manifest message</li> <li><a href="https://github.com/medikoo/es5-ext/commit/78e041fe780ab39e73b7e580407e3ce1e52f4e38"><code>78e041f</code></a> chore: Release v0.10.62</li> <li><a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce"><code>c51d552</code></a> chore: Improve manifest</li> <li>Additional commits viewable in <a href="https://github.com/medikoo/es5-ext/compare/v0.10.35...v0.10.63">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=es5-ext&package-manager=npm_and_yarn&previous-version=0.10.35&new-version=0.10.63)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebook/react/network/alerts). </details>
{'url': 'https://api.github.com/repos/facebook/react/issues/28454/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/28454/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28453
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28453/labels{/name}
https://api.github.com/repos/facebook/react/issues/28453/comments
https://api.github.com/repos/facebook/react/issues/28453/events
https://github.com/facebook/react/pull/28453
2,155,167,888
PR_kwDOAJy2Ks5n-AfK
28,453
Bump es5-ext from 0.10.35 to 0.10.63 in /fixtures/packaging/systemjs-builder/prod
{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', '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': 1757816973, 'node_id': 'MDU6TGFiZWwxNzU3ODE2OTcz', 'url': 'https://api.github.com/repos/facebook/react/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]
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: 172a7f629a972fedb9e43fbae4fad0e9b1dc7fee...fd095b13082080ccf8fa3865c6ed2a72d9ac83e1\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/fd095b13082080ccf8fa3865c6ed2a72d9ac83e1/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 176.89 kB | 176.89 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/fd095b13082080ccf8fa3865c6ed2a72d9ac83e1/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 179.20 kB | 179.20 kB | = | 55.81 kB | 55.81 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/fd095b13082080ccf8fa3865c6ed2a72d9ac83e1/files/facebook-www/ReactDOM-prod.classic.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 592.56 kB | 592.56 kB | = | 104.73 kB | 104.73 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/fd095b13082080ccf8fa3865c6ed2a72d9ac83e1/files/facebook-www/ReactDOM-prod.modern.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 576.34 kB | 576.34 kB | = | 101.81 kB | 101.81 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/fd095b13082080ccf8fa3865c6ed2a72d9ac83e1/files/__test_utils__/ReactAllWarnings.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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/fd095b13082080ccf8fa3865c6ed2a72d9ac83e1/files/__test_utils__/ReactAllWarnings.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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 fd095b13082080ccf8fa3865c6ed2a72d9ac83e1\n</p>\n", "OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.\n\nIf you change your mind, just re-open this PR and I'll resolve any conflicts on it." ]
2024-02-26 21:21:27
2024-04-17 16:12:24
2024-04-17 16:12:16
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28453', 'html_url': 'https://github.com/facebook/react/pull/28453', 'diff_url': 'https://github.com/facebook/react/pull/28453.diff', 'patch_url': 'https://github.com/facebook/react/pull/28453.patch', 'merged_at': None}
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.35 to 0.10.63. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/medikoo/es5-ext/releases">es5-ext's releases</a>.</em></p> <blockquote> <h2>0.10.63 (2024-02-23)</h2> <h3>Bug Fixes</h3> <ul> <li>Do not rely on problematic regex (<a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2">3551cdd</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/201">#201</a></li> <li>Support ES2015+ function definitions in <code>function#toStringTokens()</code> (<a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602">a52e957</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/021">#021</a></li> <li>Ensure postinstall script does not crash on Windows, fixes <a href="https://redirect.github.com/medikoo/es5-ext/issues/181">#181</a> (<a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f">bf8ed79</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Simplify the manifest message (<a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55">7855319</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.63">Comparison since last release</a></p> <h2>0.10.62 (2022-08-02)</h2> <h3>Maintenance Improvements</h3> <ul> <li><strong>Manifest improvements:</strong> <ul> <li>(<a href="https://redirect.github.com/medikoo/es5-ext/issues/190">#190</a>) (<a href="https://github.com/medikoo/es5-ext/commit/b8dc53fa439b98541644c64c1275f25d9f2e2235">b8dc53f</a>)</li> <li>(<a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce">c51d552</a>)</li> </ul> </li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.61...v0.10.62">Comparison since last release</a></p> <h2>0.10.61 (2022-04-20)</h2> <h3>Bug Fixes</h3> <ul> <li>Ensure postinstall script does not error (<a href="https://github.com/medikoo/es5-ext/commit/a0be4fdacdbc3aefd6f2952b7b9215827d362bbb">a0be4fd</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Bump dependencies (<a href="https://github.com/medikoo/es5-ext/commit/d7e0a612b7d895c1c7238c779feae1e39d4634c4">d7e0a61</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.60...v0.10.61">Comparison since last release</a></p> <h2>0.10.60 (2022-04-07)</h2> <h3>Maintenance Improvements</h3> <ul> <li>Improve <code>postinstall</code> script configuration (<a href="https://github.com/medikoo/es5-ext/commit/ab6b121f0ca4f033bba9b6f400b24d07869bd716">ab6b121</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.59...v0.10.60">Comparison since last release</a></p> <h2>0.10.59 (2022-03-17)</h2> <h3>Maintenance Improvements</h3> <ul> <li>Improve manifest wording (<a href="https://redirect.github.com/medikoo/es5-ext/issues/122">#122</a>) (<a href="https://github.com/medikoo/es5-ext/commit/eb7ae59966774a8c26f1717415c627d90bb3d954">eb7ae59</a>)</li> <li>Update data in manifest (<a href="https://github.com/medikoo/es5-ext/commit/3d2935ac6f1a0969c7569840d5b3bdeed6940e56">3d2935a</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md">es5-ext's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.63">0.10.63</a> (2024-02-23)</h3> <h3>Bug Fixes</h3> <ul> <li>Do not rely on problematic regex (<a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2">3551cdd</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/201">#201</a></li> <li>Support ES2015+ function definitions in <code>function#toStringTokens()</code> (<a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602">a52e957</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/021">#021</a></li> <li>Ensure postinstall script does not crash on Windows, fixes <a href="https://redirect.github.com/medikoo/es5-ext/issues/181">#181</a> (<a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f">bf8ed79</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Simplify the manifest message (<a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55">7855319</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.61...v0.10.62">0.10.62</a> (2022-08-02)</h3> <h3>Maintenance Improvements</h3> <ul> <li><strong>Manifest improvements:</strong> <ul> <li>(<a href="https://redirect.github.com/medikoo/es5-ext/issues/190">#190</a>) (<a href="https://github.com/medikoo/es5-ext/commit/b8dc53fa439b98541644c64c1275f25d9f2e2235">b8dc53f</a>)</li> <li>(<a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce">c51d552</a>)</li> </ul> </li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.60...v0.10.61">0.10.61</a> (2022-04-20)</h3> <h3>Bug Fixes</h3> <ul> <li>Ensure postinstall script does not error (<a href="https://github.com/medikoo/es5-ext/commit/a0be4fdacdbc3aefd6f2952b7b9215827d362bbb">a0be4fd</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Bump dependencies (<a href="https://github.com/medikoo/es5-ext/commit/d7e0a612b7d895c1c7238c779feae1e39d4634c4">d7e0a61</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.59...v0.10.60">0.10.60</a> (2022-04-07)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve <code>postinstall</code> script configuration (<a href="https://github.com/medikoo/es5-ext/commit/ab6b121f0ca4f033bba9b6f400b24d07869bd716">ab6b121</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.58...v0.10.59">0.10.59</a> (2022-03-17)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve manifest wording (<a href="https://redirect.github.com/medikoo/es5-ext/issues/122">#122</a>) (<a href="https://github.com/medikoo/es5-ext/commit/eb7ae59966774a8c26f1717415c627d90bb3d954">eb7ae59</a>)</li> <li>Update data in manifest (<a href="https://github.com/medikoo/es5-ext/commit/3d2935ac6f1a0969c7569840d5b3bdeed6940e56">3d2935a</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.57...v0.10.58">0.10.58</a> (2022-03-11)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve &quot;call for peace&quot; manifest (<a href="https://github.com/medikoo/es5-ext/commit/3beace4b3d00f02da61b72dd328f90cf069d46de">3beace4</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.56...v0.10.57">0.10.57</a> (2022-03-08)</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/medikoo/es5-ext/commit/de4e03c4776a303284142f73f3f181a070615817"><code>de4e03c</code></a> chore: Release v0.10.63</li> <li><a href="https://github.com/medikoo/es5-ext/commit/3fd53b755ec883be8f119c747f0b04130741e456"><code>3fd53b7</code></a> chore: Upgrade<code> lint-staged</code> to v13</li> <li><a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f"><code>bf8ed79</code></a> chore: Ensure postinstall script does not crash on Windows</li> <li><a href="https://github.com/medikoo/es5-ext/commit/2cbbb0717bd8de6e38fcba1f0d45bc876e7a1951"><code>2cbbb07</code></a> chore: Bump dependencies</li> <li><a href="https://github.com/medikoo/es5-ext/commit/22d0416ea170000a115609f22a560dfa9193ebb0"><code>22d0416</code></a> chore: Bump LICENSE year</li> <li><a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602"><code>a52e957</code></a> fix: Support ES2015+ function definitions in <code>function#toStringTokens()</code></li> <li><a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2"><code>3551cdd</code></a> fix: Do not rely on problematic regex</li> <li><a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55"><code>7855319</code></a> chore: Simplify the manifest message</li> <li><a href="https://github.com/medikoo/es5-ext/commit/78e041fe780ab39e73b7e580407e3ce1e52f4e38"><code>78e041f</code></a> chore: Release v0.10.62</li> <li><a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce"><code>c51d552</code></a> chore: Improve manifest</li> <li>Additional commits viewable in <a href="https://github.com/medikoo/es5-ext/compare/v0.10.35...v0.10.63">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=es5-ext&package-manager=npm_and_yarn&previous-version=0.10.35&new-version=0.10.63)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebook/react/network/alerts). </details>
{'url': 'https://api.github.com/repos/facebook/react/issues/28453/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/28453/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28452
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28452/labels{/name}
https://api.github.com/repos/facebook/react/issues/28452/comments
https://api.github.com/repos/facebook/react/issues/28452/events
https://github.com/facebook/react/pull/28452
2,155,167,190
PR_kwDOAJy2Ks5n-AU7
28,452
Bump es5-ext from 0.10.35 to 0.10.63 in /fixtures/expiration
{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', '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': 1757816973, 'node_id': 'MDU6TGFiZWwxNzU3ODE2OTcz', 'url': 'https://api.github.com/repos/facebook/react/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]
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: 172a7f629a972fedb9e43fbae4fad0e9b1dc7fee...dfab11f89215d54f3f6e92990569d52924db91ee\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/dfab11f89215d54f3f6e92990569d52924db91ee/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 176.89 kB | 176.89 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/dfab11f89215d54f3f6e92990569d52924db91ee/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 179.20 kB | 179.20 kB | = | 55.81 kB | 55.81 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/dfab11f89215d54f3f6e92990569d52924db91ee/files/facebook-www/ReactDOM-prod.classic.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 592.56 kB | 592.56 kB | = | 104.73 kB | 104.73 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/dfab11f89215d54f3f6e92990569d52924db91ee/files/facebook-www/ReactDOM-prod.modern.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **=** | 576.34 kB | 576.34 kB | = | 101.81 kB | 101.81 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/dfab11f89215d54f3f6e92990569d52924db91ee/files/__test_utils__/ReactAllWarnings.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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/dfab11f89215d54f3f6e92990569d52924db91ee/files/__test_utils__/ReactAllWarnings.js?compare=172a7f629a972fedb9e43fbae4fad0e9b1dc7fee) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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 dfab11f89215d54f3f6e92990569d52924db91ee\n</p>\n", "OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.\n\nIf you change your mind, just re-open this PR and I'll resolve any conflicts on it." ]
2024-02-26 21:20:57
2024-04-17 16:12:23
2024-04-17 16:12:15
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28452', 'html_url': 'https://github.com/facebook/react/pull/28452', 'diff_url': 'https://github.com/facebook/react/pull/28452.diff', 'patch_url': 'https://github.com/facebook/react/pull/28452.patch', 'merged_at': None}
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.35 to 0.10.63. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/medikoo/es5-ext/releases">es5-ext's releases</a>.</em></p> <blockquote> <h2>0.10.63 (2024-02-23)</h2> <h3>Bug Fixes</h3> <ul> <li>Do not rely on problematic regex (<a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2">3551cdd</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/201">#201</a></li> <li>Support ES2015+ function definitions in <code>function#toStringTokens()</code> (<a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602">a52e957</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/021">#021</a></li> <li>Ensure postinstall script does not crash on Windows, fixes <a href="https://redirect.github.com/medikoo/es5-ext/issues/181">#181</a> (<a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f">bf8ed79</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Simplify the manifest message (<a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55">7855319</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.63">Comparison since last release</a></p> <h2>0.10.62 (2022-08-02)</h2> <h3>Maintenance Improvements</h3> <ul> <li><strong>Manifest improvements:</strong> <ul> <li>(<a href="https://redirect.github.com/medikoo/es5-ext/issues/190">#190</a>) (<a href="https://github.com/medikoo/es5-ext/commit/b8dc53fa439b98541644c64c1275f25d9f2e2235">b8dc53f</a>)</li> <li>(<a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce">c51d552</a>)</li> </ul> </li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.61...v0.10.62">Comparison since last release</a></p> <h2>0.10.61 (2022-04-20)</h2> <h3>Bug Fixes</h3> <ul> <li>Ensure postinstall script does not error (<a href="https://github.com/medikoo/es5-ext/commit/a0be4fdacdbc3aefd6f2952b7b9215827d362bbb">a0be4fd</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Bump dependencies (<a href="https://github.com/medikoo/es5-ext/commit/d7e0a612b7d895c1c7238c779feae1e39d4634c4">d7e0a61</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.60...v0.10.61">Comparison since last release</a></p> <h2>0.10.60 (2022-04-07)</h2> <h3>Maintenance Improvements</h3> <ul> <li>Improve <code>postinstall</code> script configuration (<a href="https://github.com/medikoo/es5-ext/commit/ab6b121f0ca4f033bba9b6f400b24d07869bd716">ab6b121</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.59...v0.10.60">Comparison since last release</a></p> <h2>0.10.59 (2022-03-17)</h2> <h3>Maintenance Improvements</h3> <ul> <li>Improve manifest wording (<a href="https://redirect.github.com/medikoo/es5-ext/issues/122">#122</a>) (<a href="https://github.com/medikoo/es5-ext/commit/eb7ae59966774a8c26f1717415c627d90bb3d954">eb7ae59</a>)</li> <li>Update data in manifest (<a href="https://github.com/medikoo/es5-ext/commit/3d2935ac6f1a0969c7569840d5b3bdeed6940e56">3d2935a</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md">es5-ext's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.63">0.10.63</a> (2024-02-23)</h3> <h3>Bug Fixes</h3> <ul> <li>Do not rely on problematic regex (<a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2">3551cdd</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/201">#201</a></li> <li>Support ES2015+ function definitions in <code>function#toStringTokens()</code> (<a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602">a52e957</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/021">#021</a></li> <li>Ensure postinstall script does not crash on Windows, fixes <a href="https://redirect.github.com/medikoo/es5-ext/issues/181">#181</a> (<a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f">bf8ed79</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Simplify the manifest message (<a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55">7855319</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.61...v0.10.62">0.10.62</a> (2022-08-02)</h3> <h3>Maintenance Improvements</h3> <ul> <li><strong>Manifest improvements:</strong> <ul> <li>(<a href="https://redirect.github.com/medikoo/es5-ext/issues/190">#190</a>) (<a href="https://github.com/medikoo/es5-ext/commit/b8dc53fa439b98541644c64c1275f25d9f2e2235">b8dc53f</a>)</li> <li>(<a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce">c51d552</a>)</li> </ul> </li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.60...v0.10.61">0.10.61</a> (2022-04-20)</h3> <h3>Bug Fixes</h3> <ul> <li>Ensure postinstall script does not error (<a href="https://github.com/medikoo/es5-ext/commit/a0be4fdacdbc3aefd6f2952b7b9215827d362bbb">a0be4fd</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Bump dependencies (<a href="https://github.com/medikoo/es5-ext/commit/d7e0a612b7d895c1c7238c779feae1e39d4634c4">d7e0a61</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.59...v0.10.60">0.10.60</a> (2022-04-07)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve <code>postinstall</code> script configuration (<a href="https://github.com/medikoo/es5-ext/commit/ab6b121f0ca4f033bba9b6f400b24d07869bd716">ab6b121</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.58...v0.10.59">0.10.59</a> (2022-03-17)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve manifest wording (<a href="https://redirect.github.com/medikoo/es5-ext/issues/122">#122</a>) (<a href="https://github.com/medikoo/es5-ext/commit/eb7ae59966774a8c26f1717415c627d90bb3d954">eb7ae59</a>)</li> <li>Update data in manifest (<a href="https://github.com/medikoo/es5-ext/commit/3d2935ac6f1a0969c7569840d5b3bdeed6940e56">3d2935a</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.57...v0.10.58">0.10.58</a> (2022-03-11)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve &quot;call for peace&quot; manifest (<a href="https://github.com/medikoo/es5-ext/commit/3beace4b3d00f02da61b72dd328f90cf069d46de">3beace4</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.56...v0.10.57">0.10.57</a> (2022-03-08)</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/medikoo/es5-ext/commit/de4e03c4776a303284142f73f3f181a070615817"><code>de4e03c</code></a> chore: Release v0.10.63</li> <li><a href="https://github.com/medikoo/es5-ext/commit/3fd53b755ec883be8f119c747f0b04130741e456"><code>3fd53b7</code></a> chore: Upgrade<code> lint-staged</code> to v13</li> <li><a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f"><code>bf8ed79</code></a> chore: Ensure postinstall script does not crash on Windows</li> <li><a href="https://github.com/medikoo/es5-ext/commit/2cbbb0717bd8de6e38fcba1f0d45bc876e7a1951"><code>2cbbb07</code></a> chore: Bump dependencies</li> <li><a href="https://github.com/medikoo/es5-ext/commit/22d0416ea170000a115609f22a560dfa9193ebb0"><code>22d0416</code></a> chore: Bump LICENSE year</li> <li><a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602"><code>a52e957</code></a> fix: Support ES2015+ function definitions in <code>function#toStringTokens()</code></li> <li><a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2"><code>3551cdd</code></a> fix: Do not rely on problematic regex</li> <li><a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55"><code>7855319</code></a> chore: Simplify the manifest message</li> <li><a href="https://github.com/medikoo/es5-ext/commit/78e041fe780ab39e73b7e580407e3ce1e52f4e38"><code>78e041f</code></a> chore: Release v0.10.62</li> <li><a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce"><code>c51d552</code></a> chore: Improve manifest</li> <li>Additional commits viewable in <a href="https://github.com/medikoo/es5-ext/compare/v0.10.35...v0.10.63">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=es5-ext&package-manager=npm_and_yarn&previous-version=0.10.35&new-version=0.10.63)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebook/react/network/alerts). </details>
{'url': 'https://api.github.com/repos/facebook/react/issues/28452/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/28452/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28451
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28451/labels{/name}
https://api.github.com/repos/facebook/react/issues/28451/comments
https://api.github.com/repos/facebook/react/issues/28451/events
https://github.com/facebook/react/pull/28451
2,155,089,992
PR_kwDOAJy2Ks5n9u0u
28,451
Bump es5-ext from 0.10.29 to 0.10.63 in /fixtures/attribute-behavior
{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', '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': 1757816973, 'node_id': 'MDU6TGFiZWwxNzU3ODE2OTcz', 'url': 'https://api.github.com/repos/facebook/react/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]
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: f637f6a4736a9a02ab18067ef4b1c5e033c8d6f4...3b2c4f0342441e4ca12efd738882a1a815f9402d\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/3b2c4f0342441e4ca12efd738882a1a815f9402d/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=f637f6a4736a9a02ab18067ef4b1c5e033c8d6f4) | **=** | 176.89 kB | 176.89 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/3b2c4f0342441e4ca12efd738882a1a815f9402d/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=f637f6a4736a9a02ab18067ef4b1c5e033c8d6f4) | **=** | 179.20 kB | 179.20 kB | = | 55.81 kB | 55.81 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/3b2c4f0342441e4ca12efd738882a1a815f9402d/files/facebook-www/ReactDOM-prod.classic.js?compare=f637f6a4736a9a02ab18067ef4b1c5e033c8d6f4) | **=** | 592.56 kB | 592.56 kB | = | 104.73 kB | 104.73 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/3b2c4f0342441e4ca12efd738882a1a815f9402d/files/facebook-www/ReactDOM-prod.modern.js?compare=f637f6a4736a9a02ab18067ef4b1c5e033c8d6f4) | **=** | 576.34 kB | 576.34 kB | = | 101.81 kB | 101.81 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/3b2c4f0342441e4ca12efd738882a1a815f9402d/files/__test_utils__/ReactAllWarnings.js?compare=f637f6a4736a9a02ab18067ef4b1c5e033c8d6f4) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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/3b2c4f0342441e4ca12efd738882a1a815f9402d/files/__test_utils__/ReactAllWarnings.js?compare=f637f6a4736a9a02ab18067ef4b1c5e033c8d6f4) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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 3b2c4f0342441e4ca12efd738882a1a815f9402d\n</p>\n", "OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.\n\nIf you change your mind, just re-open this PR and I'll resolve any conflicts on it." ]
2024-02-26 20:45:44
2024-04-17 16:12:22
2024-04-17 16:12:14
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28451', 'html_url': 'https://github.com/facebook/react/pull/28451', 'diff_url': 'https://github.com/facebook/react/pull/28451.diff', 'patch_url': 'https://github.com/facebook/react/pull/28451.patch', 'merged_at': None}
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.29 to 0.10.63. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/medikoo/es5-ext/releases">es5-ext's releases</a>.</em></p> <blockquote> <h2>0.10.63 (2024-02-23)</h2> <h3>Bug Fixes</h3> <ul> <li>Do not rely on problematic regex (<a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2">3551cdd</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/201">#201</a></li> <li>Support ES2015+ function definitions in <code>function#toStringTokens()</code> (<a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602">a52e957</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/021">#021</a></li> <li>Ensure postinstall script does not crash on Windows, fixes <a href="https://redirect.github.com/medikoo/es5-ext/issues/181">#181</a> (<a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f">bf8ed79</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Simplify the manifest message (<a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55">7855319</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.63">Comparison since last release</a></p> <h2>0.10.62 (2022-08-02)</h2> <h3>Maintenance Improvements</h3> <ul> <li><strong>Manifest improvements:</strong> <ul> <li>(<a href="https://redirect.github.com/medikoo/es5-ext/issues/190">#190</a>) (<a href="https://github.com/medikoo/es5-ext/commit/b8dc53fa439b98541644c64c1275f25d9f2e2235">b8dc53f</a>)</li> <li>(<a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce">c51d552</a>)</li> </ul> </li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.61...v0.10.62">Comparison since last release</a></p> <h2>0.10.61 (2022-04-20)</h2> <h3>Bug Fixes</h3> <ul> <li>Ensure postinstall script does not error (<a href="https://github.com/medikoo/es5-ext/commit/a0be4fdacdbc3aefd6f2952b7b9215827d362bbb">a0be4fd</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Bump dependencies (<a href="https://github.com/medikoo/es5-ext/commit/d7e0a612b7d895c1c7238c779feae1e39d4634c4">d7e0a61</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.60...v0.10.61">Comparison since last release</a></p> <h2>0.10.60 (2022-04-07)</h2> <h3>Maintenance Improvements</h3> <ul> <li>Improve <code>postinstall</code> script configuration (<a href="https://github.com/medikoo/es5-ext/commit/ab6b121f0ca4f033bba9b6f400b24d07869bd716">ab6b121</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.59...v0.10.60">Comparison since last release</a></p> <h2>0.10.59 (2022-03-17)</h2> <h3>Maintenance Improvements</h3> <ul> <li>Improve manifest wording (<a href="https://redirect.github.com/medikoo/es5-ext/issues/122">#122</a>) (<a href="https://github.com/medikoo/es5-ext/commit/eb7ae59966774a8c26f1717415c627d90bb3d954">eb7ae59</a>)</li> <li>Update data in manifest (<a href="https://github.com/medikoo/es5-ext/commit/3d2935ac6f1a0969c7569840d5b3bdeed6940e56">3d2935a</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md">es5-ext's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.63">0.10.63</a> (2024-02-23)</h3> <h3>Bug Fixes</h3> <ul> <li>Do not rely on problematic regex (<a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2">3551cdd</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/201">#201</a></li> <li>Support ES2015+ function definitions in <code>function#toStringTokens()</code> (<a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602">a52e957</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/021">#021</a></li> <li>Ensure postinstall script does not crash on Windows, fixes <a href="https://redirect.github.com/medikoo/es5-ext/issues/181">#181</a> (<a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f">bf8ed79</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Simplify the manifest message (<a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55">7855319</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.61...v0.10.62">0.10.62</a> (2022-08-02)</h3> <h3>Maintenance Improvements</h3> <ul> <li><strong>Manifest improvements:</strong> <ul> <li>(<a href="https://redirect.github.com/medikoo/es5-ext/issues/190">#190</a>) (<a href="https://github.com/medikoo/es5-ext/commit/b8dc53fa439b98541644c64c1275f25d9f2e2235">b8dc53f</a>)</li> <li>(<a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce">c51d552</a>)</li> </ul> </li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.60...v0.10.61">0.10.61</a> (2022-04-20)</h3> <h3>Bug Fixes</h3> <ul> <li>Ensure postinstall script does not error (<a href="https://github.com/medikoo/es5-ext/commit/a0be4fdacdbc3aefd6f2952b7b9215827d362bbb">a0be4fd</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Bump dependencies (<a href="https://github.com/medikoo/es5-ext/commit/d7e0a612b7d895c1c7238c779feae1e39d4634c4">d7e0a61</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.59...v0.10.60">0.10.60</a> (2022-04-07)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve <code>postinstall</code> script configuration (<a href="https://github.com/medikoo/es5-ext/commit/ab6b121f0ca4f033bba9b6f400b24d07869bd716">ab6b121</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.58...v0.10.59">0.10.59</a> (2022-03-17)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve manifest wording (<a href="https://redirect.github.com/medikoo/es5-ext/issues/122">#122</a>) (<a href="https://github.com/medikoo/es5-ext/commit/eb7ae59966774a8c26f1717415c627d90bb3d954">eb7ae59</a>)</li> <li>Update data in manifest (<a href="https://github.com/medikoo/es5-ext/commit/3d2935ac6f1a0969c7569840d5b3bdeed6940e56">3d2935a</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.57...v0.10.58">0.10.58</a> (2022-03-11)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve &quot;call for peace&quot; manifest (<a href="https://github.com/medikoo/es5-ext/commit/3beace4b3d00f02da61b72dd328f90cf069d46de">3beace4</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.56...v0.10.57">0.10.57</a> (2022-03-08)</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/medikoo/es5-ext/commit/de4e03c4776a303284142f73f3f181a070615817"><code>de4e03c</code></a> chore: Release v0.10.63</li> <li><a href="https://github.com/medikoo/es5-ext/commit/3fd53b755ec883be8f119c747f0b04130741e456"><code>3fd53b7</code></a> chore: Upgrade<code> lint-staged</code> to v13</li> <li><a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f"><code>bf8ed79</code></a> chore: Ensure postinstall script does not crash on Windows</li> <li><a href="https://github.com/medikoo/es5-ext/commit/2cbbb0717bd8de6e38fcba1f0d45bc876e7a1951"><code>2cbbb07</code></a> chore: Bump dependencies</li> <li><a href="https://github.com/medikoo/es5-ext/commit/22d0416ea170000a115609f22a560dfa9193ebb0"><code>22d0416</code></a> chore: Bump LICENSE year</li> <li><a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602"><code>a52e957</code></a> fix: Support ES2015+ function definitions in <code>function#toStringTokens()</code></li> <li><a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2"><code>3551cdd</code></a> fix: Do not rely on problematic regex</li> <li><a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55"><code>7855319</code></a> chore: Simplify the manifest message</li> <li><a href="https://github.com/medikoo/es5-ext/commit/78e041fe780ab39e73b7e580407e3ce1e52f4e38"><code>78e041f</code></a> chore: Release v0.10.62</li> <li><a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce"><code>c51d552</code></a> chore: Improve manifest</li> <li>Additional commits viewable in <a href="https://github.com/medikoo/es5-ext/compare/v0.10.29...v0.10.63">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=es5-ext&package-manager=npm_and_yarn&previous-version=0.10.29&new-version=0.10.63)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebook/react/network/alerts). </details>
{'url': 'https://api.github.com/repos/facebook/react/issues/28451/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/28451/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28450
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28450/labels{/name}
https://api.github.com/repos/facebook/react/issues/28450/comments
https://api.github.com/repos/facebook/react/issues/28450/events
https://github.com/facebook/react/pull/28450
2,155,020,473
PR_kwDOAJy2Ks5n9fqs
28,450
Bump es5-ext from 0.10.12 to 0.10.63 in /fixtures/fiber-debugger
{'login': 'dependabot[bot]', 'id': 49699333, 'node_id': 'MDM6Qm90NDk2OTkzMzM=', 'avatar_url': 'https://avatars.githubusercontent.com/in/29110?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dependabot%5Bbot%5D', 'html_url': 'https://github.com/apps/dependabot', 'followers_url': 'https://api.github.com/users/dependabot%5Bbot%5D/followers', 'following_url': 'https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}', 'gists_url': 'https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dependabot%5Bbot%5D/subscriptions', 'organizations_url': 'https://api.github.com/users/dependabot%5Bbot%5D/orgs', 'repos_url': 'https://api.github.com/users/dependabot%5Bbot%5D/repos', 'events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dependabot%5Bbot%5D/received_events', 'type': 'Bot', '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': 1757816973, 'node_id': 'MDU6TGFiZWwxNzU3ODE2OTcz', 'url': 'https://api.github.com/repos/facebook/react/labels/dependencies', 'name': 'dependencies', 'color': '0366d6', 'default': False, 'description': 'Pull requests that update a dependency file'}]
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: f637f6a4736a9a02ab18067ef4b1c5e033c8d6f4...3310d0ad170b0e53a36d73f12efeae59a194d861\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/3310d0ad170b0e53a36d73f12efeae59a194d861/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=f637f6a4736a9a02ab18067ef4b1c5e033c8d6f4) | **=** | 176.89 kB | 176.89 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/3310d0ad170b0e53a36d73f12efeae59a194d861/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=f637f6a4736a9a02ab18067ef4b1c5e033c8d6f4) | **=** | 179.20 kB | 179.20 kB | = | 55.81 kB | 55.81 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/3310d0ad170b0e53a36d73f12efeae59a194d861/files/facebook-www/ReactDOM-prod.classic.js?compare=f637f6a4736a9a02ab18067ef4b1c5e033c8d6f4) | **=** | 592.56 kB | 592.56 kB | = | 104.73 kB | 104.73 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/3310d0ad170b0e53a36d73f12efeae59a194d861/files/facebook-www/ReactDOM-prod.modern.js?compare=f637f6a4736a9a02ab18067ef4b1c5e033c8d6f4) | **=** | 576.34 kB | 576.34 kB | = | 101.81 kB | 101.81 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/3310d0ad170b0e53a36d73f12efeae59a194d861/files/__test_utils__/ReactAllWarnings.js?compare=f637f6a4736a9a02ab18067ef4b1c5e033c8d6f4) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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/3310d0ad170b0e53a36d73f12efeae59a194d861/files/__test_utils__/ReactAllWarnings.js?compare=f637f6a4736a9a02ab18067ef4b1c5e033c8d6f4) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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 3310d0ad170b0e53a36d73f12efeae59a194d861\n</p>\n", "OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.\n\nIf you change your mind, just re-open this PR and I'll resolve any conflicts on it." ]
2024-02-26 20:03:11
2024-04-17 16:12:22
2024-04-17 16:12:14
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28450', 'html_url': 'https://github.com/facebook/react/pull/28450', 'diff_url': 'https://github.com/facebook/react/pull/28450.diff', 'patch_url': 'https://github.com/facebook/react/pull/28450.patch', 'merged_at': None}
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.12 to 0.10.63. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/medikoo/es5-ext/releases">es5-ext's releases</a>.</em></p> <blockquote> <h2>0.10.63 (2024-02-23)</h2> <h3>Bug Fixes</h3> <ul> <li>Do not rely on problematic regex (<a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2">3551cdd</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/201">#201</a></li> <li>Support ES2015+ function definitions in <code>function#toStringTokens()</code> (<a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602">a52e957</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/021">#021</a></li> <li>Ensure postinstall script does not crash on Windows, fixes <a href="https://redirect.github.com/medikoo/es5-ext/issues/181">#181</a> (<a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f">bf8ed79</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Simplify the manifest message (<a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55">7855319</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.63">Comparison since last release</a></p> <h2>0.10.62 (2022-08-02)</h2> <h3>Maintenance Improvements</h3> <ul> <li><strong>Manifest improvements:</strong> <ul> <li>(<a href="https://redirect.github.com/medikoo/es5-ext/issues/190">#190</a>) (<a href="https://github.com/medikoo/es5-ext/commit/b8dc53fa439b98541644c64c1275f25d9f2e2235">b8dc53f</a>)</li> <li>(<a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce">c51d552</a>)</li> </ul> </li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.61...v0.10.62">Comparison since last release</a></p> <h2>0.10.61 (2022-04-20)</h2> <h3>Bug Fixes</h3> <ul> <li>Ensure postinstall script does not error (<a href="https://github.com/medikoo/es5-ext/commit/a0be4fdacdbc3aefd6f2952b7b9215827d362bbb">a0be4fd</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Bump dependencies (<a href="https://github.com/medikoo/es5-ext/commit/d7e0a612b7d895c1c7238c779feae1e39d4634c4">d7e0a61</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.60...v0.10.61">Comparison since last release</a></p> <h2>0.10.60 (2022-04-07)</h2> <h3>Maintenance Improvements</h3> <ul> <li>Improve <code>postinstall</code> script configuration (<a href="https://github.com/medikoo/es5-ext/commit/ab6b121f0ca4f033bba9b6f400b24d07869bd716">ab6b121</a>)</li> </ul> <hr /> <p><a href="https://github.com/medikoo/es5-ext/compare/v0.10.59...v0.10.60">Comparison since last release</a></p> <h2>0.10.59 (2022-03-17)</h2> <h3>Maintenance Improvements</h3> <ul> <li>Improve manifest wording (<a href="https://redirect.github.com/medikoo/es5-ext/issues/122">#122</a>) (<a href="https://github.com/medikoo/es5-ext/commit/eb7ae59966774a8c26f1717415c627d90bb3d954">eb7ae59</a>)</li> <li>Update data in manifest (<a href="https://github.com/medikoo/es5-ext/commit/3d2935ac6f1a0969c7569840d5b3bdeed6940e56">3d2935a</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md">es5-ext's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.63">0.10.63</a> (2024-02-23)</h3> <h3>Bug Fixes</h3> <ul> <li>Do not rely on problematic regex (<a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2">3551cdd</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/201">#201</a></li> <li>Support ES2015+ function definitions in <code>function#toStringTokens()</code> (<a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602">a52e957</a>), addresses <a href="https://redirect.github.com/medikoo/es5-ext/issues/021">#021</a></li> <li>Ensure postinstall script does not crash on Windows, fixes <a href="https://redirect.github.com/medikoo/es5-ext/issues/181">#181</a> (<a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f">bf8ed79</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Simplify the manifest message (<a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55">7855319</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.61...v0.10.62">0.10.62</a> (2022-08-02)</h3> <h3>Maintenance Improvements</h3> <ul> <li><strong>Manifest improvements:</strong> <ul> <li>(<a href="https://redirect.github.com/medikoo/es5-ext/issues/190">#190</a>) (<a href="https://github.com/medikoo/es5-ext/commit/b8dc53fa439b98541644c64c1275f25d9f2e2235">b8dc53f</a>)</li> <li>(<a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce">c51d552</a>)</li> </ul> </li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.60...v0.10.61">0.10.61</a> (2022-04-20)</h3> <h3>Bug Fixes</h3> <ul> <li>Ensure postinstall script does not error (<a href="https://github.com/medikoo/es5-ext/commit/a0be4fdacdbc3aefd6f2952b7b9215827d362bbb">a0be4fd</a>)</li> </ul> <h3>Maintenance Improvements</h3> <ul> <li>Bump dependencies (<a href="https://github.com/medikoo/es5-ext/commit/d7e0a612b7d895c1c7238c779feae1e39d4634c4">d7e0a61</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.59...v0.10.60">0.10.60</a> (2022-04-07)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve <code>postinstall</code> script configuration (<a href="https://github.com/medikoo/es5-ext/commit/ab6b121f0ca4f033bba9b6f400b24d07869bd716">ab6b121</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.58...v0.10.59">0.10.59</a> (2022-03-17)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve manifest wording (<a href="https://redirect.github.com/medikoo/es5-ext/issues/122">#122</a>) (<a href="https://github.com/medikoo/es5-ext/commit/eb7ae59966774a8c26f1717415c627d90bb3d954">eb7ae59</a>)</li> <li>Update data in manifest (<a href="https://github.com/medikoo/es5-ext/commit/3d2935ac6f1a0969c7569840d5b3bdeed6940e56">3d2935a</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.57...v0.10.58">0.10.58</a> (2022-03-11)</h3> <h3>Maintenance Improvements</h3> <ul> <li>Improve &quot;call for peace&quot; manifest (<a href="https://github.com/medikoo/es5-ext/commit/3beace4b3d00f02da61b72dd328f90cf069d46de">3beace4</a>)</li> </ul> <h3><a href="https://github.com/medikoo/es5-ext/compare/v0.10.56...v0.10.57">0.10.57</a> (2022-03-08)</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/medikoo/es5-ext/commit/de4e03c4776a303284142f73f3f181a070615817"><code>de4e03c</code></a> chore: Release v0.10.63</li> <li><a href="https://github.com/medikoo/es5-ext/commit/3fd53b755ec883be8f119c747f0b04130741e456"><code>3fd53b7</code></a> chore: Upgrade<code> lint-staged</code> to v13</li> <li><a href="https://github.com/medikoo/es5-ext/commit/bf8ed799d57df53096da9d908ff577f305e1366f"><code>bf8ed79</code></a> chore: Ensure postinstall script does not crash on Windows</li> <li><a href="https://github.com/medikoo/es5-ext/commit/2cbbb0717bd8de6e38fcba1f0d45bc876e7a1951"><code>2cbbb07</code></a> chore: Bump dependencies</li> <li><a href="https://github.com/medikoo/es5-ext/commit/22d0416ea170000a115609f22a560dfa9193ebb0"><code>22d0416</code></a> chore: Bump LICENSE year</li> <li><a href="https://github.com/medikoo/es5-ext/commit/a52e95736690ad1d465ebcd9791d54570e294602"><code>a52e957</code></a> fix: Support ES2015+ function definitions in <code>function#toStringTokens()</code></li> <li><a href="https://github.com/medikoo/es5-ext/commit/3551cdd7b2db08b1632841f819d008757d28e8e2"><code>3551cdd</code></a> fix: Do not rely on problematic regex</li> <li><a href="https://github.com/medikoo/es5-ext/commit/7855319f41b9736639cf4555bd2c419f17addf55"><code>7855319</code></a> chore: Simplify the manifest message</li> <li><a href="https://github.com/medikoo/es5-ext/commit/78e041fe780ab39e73b7e580407e3ce1e52f4e38"><code>78e041f</code></a> chore: Release v0.10.62</li> <li><a href="https://github.com/medikoo/es5-ext/commit/c51d552c03967858b8f14a4afa305338ba648cce"><code>c51d552</code></a> chore: Improve manifest</li> <li>Additional commits viewable in <a href="https://github.com/medikoo/es5-ext/compare/v0.10.12...v0.10.63">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=es5-ext&package-manager=npm_and_yarn&previous-version=0.10.12&new-version=0.10.63)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebook/react/network/alerts). </details>
{'url': 'https://api.github.com/repos/facebook/react/issues/28450/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/28450/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28449
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28449/labels{/name}
https://api.github.com/repos/facebook/react/issues/28449/comments
https://api.github.com/repos/facebook/react/issues/28449/events
https://github.com/facebook/react/pull/28449
2,155,015,518
PR_kwDOAJy2Ks5n9elr
28,449
Convert ReactDOMServerIntegrationLegacyContext to createRoot
{'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: 2f240c91ed54900adee213565cb2039e161629e9...d1b7907e528129677bc176331d67e9a6d0bbe41a\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/d1b7907e528129677bc176331d67e9a6d0bbe41a/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **=** | 176.89 kB | 176.89 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/d1b7907e528129677bc176331d67e9a6d0bbe41a/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **=** | 179.20 kB | 179.20 kB | = | 55.81 kB | 55.81 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/d1b7907e528129677bc176331d67e9a6d0bbe41a/files/facebook-www/ReactDOM-prod.classic.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **=** | 592.56 kB | 592.56 kB | = | 104.73 kB | 104.73 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/d1b7907e528129677bc176331d67e9a6d0bbe41a/files/facebook-www/ReactDOM-prod.modern.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **=** | 576.34 kB | 576.34 kB | = | 101.81 kB | 101.81 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/d1b7907e528129677bc176331d67e9a6d0bbe41a/files/__test_utils__/ReactAllWarnings.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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/d1b7907e528129677bc176331d67e9a6d0bbe41a/files/__test_utils__/ReactAllWarnings.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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 d1b7907e528129677bc176331d67e9a6d0bbe41a\n</p>\n" ]
2024-02-26 20:00:13
2024-03-12 12:31:06
2024-02-26 20:55:03
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28449', 'html_url': 'https://github.com/facebook/react/pull/28449', 'diff_url': 'https://github.com/facebook/react/pull/28449.diff', 'patch_url': 'https://github.com/facebook/react/pull/28449.patch', 'merged_at': datetime.datetime(2024, 2, 26, 20, 55, 3)}
null
{'url': 'https://api.github.com/repos/facebook/react/issues/28449/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/28449/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28448
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28448/labels{/name}
https://api.github.com/repos/facebook/react/issues/28448/comments
https://api.github.com/repos/facebook/react/issues/28448/events
https://github.com/facebook/react/pull/28448
2,155,009,517
PR_kwDOAJy2Ks5n9dRj
28,448
Convert ReactDOMServerIntegrationLegacyContextDisabled to createRoot
{'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: 2f240c91ed54900adee213565cb2039e161629e9...92e7ae95ccbdfcb96fdb531728f993ba9be85972\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/92e7ae95ccbdfcb96fdb531728f993ba9be85972/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **=** | 176.89 kB | 176.89 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/92e7ae95ccbdfcb96fdb531728f993ba9be85972/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **=** | 179.20 kB | 179.20 kB | = | 55.81 kB | 55.81 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/92e7ae95ccbdfcb96fdb531728f993ba9be85972/files/facebook-www/ReactDOM-prod.classic.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **=** | 592.56 kB | 592.56 kB | = | 104.73 kB | 104.73 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/92e7ae95ccbdfcb96fdb531728f993ba9be85972/files/facebook-www/ReactDOM-prod.modern.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **=** | 576.34 kB | 576.34 kB | = | 101.81 kB | 101.81 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/92e7ae95ccbdfcb96fdb531728f993ba9be85972/files/__test_utils__/ReactAllWarnings.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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/92e7ae95ccbdfcb96fdb531728f993ba9be85972/files/__test_utils__/ReactAllWarnings.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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 92e7ae95ccbdfcb96fdb531728f993ba9be85972\n</p>\n" ]
2024-02-26 19:56:30
2024-02-26 20:55:25
2024-02-26 20:55:23
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28448', 'html_url': 'https://github.com/facebook/react/pull/28448', 'diff_url': 'https://github.com/facebook/react/pull/28448.diff', 'patch_url': 'https://github.com/facebook/react/pull/28448.patch', 'merged_at': datetime.datetime(2024, 2, 26, 20, 55, 23)}
null
{'url': 'https://api.github.com/repos/facebook/react/issues/28448/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/28448/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28447
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28447/labels{/name}
https://api.github.com/repos/facebook/react/issues/28447/comments
https://api.github.com/repos/facebook/react/issues/28447/events
https://github.com/facebook/react/pull/28447
2,154,978,212
PR_kwDOAJy2Ks5n9WT4
28,447
Convert ReactServerRenderingHydration to createRoot
{'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: 2f240c91ed54900adee213565cb2039e161629e9...d8bb04eb777ac1f153b60e77b26740d11d332460\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/d8bb04eb777ac1f153b60e77b26740d11d332460/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **=** | 176.89 kB | 176.89 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/d8bb04eb777ac1f153b60e77b26740d11d332460/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **=** | 179.20 kB | 179.20 kB | = | 55.81 kB | 55.81 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/d8bb04eb777ac1f153b60e77b26740d11d332460/files/facebook-www/ReactDOM-prod.classic.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **=** | 592.56 kB | 592.56 kB | = | 104.73 kB | 104.73 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/d8bb04eb777ac1f153b60e77b26740d11d332460/files/facebook-www/ReactDOM-prod.modern.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **=** | 576.34 kB | 576.34 kB | = | 101.81 kB | 101.81 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/d8bb04eb777ac1f153b60e77b26740d11d332460/files/__test_utils__/ReactAllWarnings.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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/d8bb04eb777ac1f153b60e77b26740d11d332460/files/__test_utils__/ReactAllWarnings.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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 d8bb04eb777ac1f153b60e77b26740d11d332460\n</p>\n" ]
2024-02-26 19:40:09
2024-02-28 12:22:33
2024-02-26 19:59:43
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28447', 'html_url': 'https://github.com/facebook/react/pull/28447', 'diff_url': 'https://github.com/facebook/react/pull/28447.diff', 'patch_url': 'https://github.com/facebook/react/pull/28447.patch', 'merged_at': datetime.datetime(2024, 2, 26, 19, 59, 43)}
null
{'url': 'https://api.github.com/repos/facebook/react/issues/28447/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/28447/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28446
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28446/labels{/name}
https://api.github.com/repos/facebook/react/issues/28446/comments
https://api.github.com/repos/facebook/react/issues/28446/events
https://github.com/facebook/react/pull/28446
2,154,918,537
PR_kwDOAJy2Ks5n9JBk
28,446
Convert ReactTestUtils to createRoot
{'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: 2f240c91ed54900adee213565cb2039e161629e9...4d1619c19b0575b32648e12ebe4cef485230126d\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/4d1619c19b0575b32648e12ebe4cef485230126d/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **=** | 176.89 kB | 176.89 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/4d1619c19b0575b32648e12ebe4cef485230126d/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **=** | 179.20 kB | 179.20 kB | = | 55.81 kB | 55.81 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/4d1619c19b0575b32648e12ebe4cef485230126d/files/facebook-www/ReactDOM-prod.classic.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **=** | 592.56 kB | 592.56 kB | = | 104.73 kB | 104.73 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/4d1619c19b0575b32648e12ebe4cef485230126d/files/facebook-www/ReactDOM-prod.modern.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **=** | 576.34 kB | 576.34 kB | = | 101.81 kB | 101.81 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/4d1619c19b0575b32648e12ebe4cef485230126d/files/__test_utils__/ReactAllWarnings.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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/4d1619c19b0575b32648e12ebe4cef485230126d/files/__test_utils__/ReactAllWarnings.js?compare=2f240c91ed54900adee213565cb2039e161629e9) | **Deleted** | 66.36 kB | 0.00 kB | Deleted | 16.25 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 4d1619c19b0575b32648e12ebe4cef485230126d\n</p>\n" ]
2024-02-26 19:09:19
2024-02-26 20:54:55
2024-02-26 20:54:46
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28446', 'html_url': 'https://github.com/facebook/react/pull/28446', 'diff_url': 'https://github.com/facebook/react/pull/28446.diff', 'patch_url': 'https://github.com/facebook/react/pull/28446.patch', 'merged_at': datetime.datetime(2024, 2, 26, 20, 54, 46)}
it'll be removed soon anyway but until then let's unblock moving legacy APIs behind a flag.
{'url': 'https://api.github.com/repos/facebook/react/issues/28446/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/28446/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28445
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28445/labels{/name}
https://api.github.com/repos/facebook/react/issues/28445/comments
https://api.github.com/repos/facebook/react/issues/28445/events
https://github.com/facebook/react/pull/28445
2,154,830,832
PR_kwDOAJy2Ks5n81as
28,445
Make enableBigIntSupport www dynamic
{'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'} {'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\n\nComparing: 9ffe9102ffd08ca7a56c60aa6952208890d213ce...e46b1e8b9bf075c4759edea1fbb08bac4fb1950b\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/e46b1e8b9bf075c4759edea1fbb08bac4fb1950b/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=9ffe9102ffd08ca7a56c60aa6952208890d213ce) | **=** | 176.83 kB | 176.83 kB | = | 54.91 kB | 54.91 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/e46b1e8b9bf075c4759edea1fbb08bac4fb1950b/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=9ffe9102ffd08ca7a56c60aa6952208890d213ce) | **=** | 173.55 kB | 173.55 kB | = | 54.11 kB | 54.11 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/e46b1e8b9bf075c4759edea1fbb08bac4fb1950b/files/facebook-www/ReactDOM-prod.classic.js?compare=9ffe9102ffd08ca7a56c60aa6952208890d213ce) | **+0.11%** | 594.04 kB | 594.67 kB | +0.08% | 104.37 kB | 104.45 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/e46b1e8b9bf075c4759edea1fbb08bac4fb1950b/files/facebook-www/ReactDOM-prod.modern.js?compare=9ffe9102ffd08ca7a56c60aa6952208890d213ce) | **+0.11%** | 577.30 kB | 577.93 kB | +0.06% | 101.42 kB | 101.48 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/e46b1e8b9bf075c4759edea1fbb08bac4fb1950b/files/__test_utils__/ReactAllWarnings.js?compare=9ffe9102ffd08ca7a56c60aa6952208890d213ce) | **Deleted** | 66.87 kB | 0.00 kB | Deleted | 16.36 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/ReactServer-prod.modern.js](https://react-builds.vercel.app/commits/e46b1e8b9bf075c4759edea1fbb08bac4fb1950b/files/facebook-www/ReactServer-prod.modern.js?compare=9ffe9102ffd08ca7a56c60aa6952208890d213ce) | **+0.77%** | 16.54 kB | 16.66 kB | +0.69% | 4.34 kB | 4.37 kB\n| [facebook-www/React-prod.modern.js](https://react-builds.vercel.app/commits/e46b1e8b9bf075c4759edea1fbb08bac4fb1950b/files/facebook-www/React-prod.modern.js?compare=9ffe9102ffd08ca7a56c60aa6952208890d213ce) | **+0.63%** | 20.29 kB | 20.42 kB | +0.59% | 5.09 kB | 5.12 kB\n| [facebook-www/React-prod.classic.js](https://react-builds.vercel.app/commits/e46b1e8b9bf075c4759edea1fbb08bac4fb1950b/files/facebook-www/React-prod.classic.js?compare=9ffe9102ffd08ca7a56c60aa6952208890d213ce) | **+0.62%** | 20.58 kB | 20.71 kB | +0.60% | 5.15 kB | 5.18 kB\n| [facebook-www/React-profiling.modern.js](https://react-builds.vercel.app/commits/e46b1e8b9bf075c4759edea1fbb08bac4fb1950b/files/facebook-www/React-profiling.modern.js?compare=9ffe9102ffd08ca7a56c60aa6952208890d213ce) | **+0.61%** | 20.73 kB | 20.85 kB | +0.62% | 5.16 kB | 5.20 kB\n| [facebook-www/React-profiling.classic.js](https://react-builds.vercel.app/commits/e46b1e8b9bf075c4759edea1fbb08bac4fb1950b/files/facebook-www/React-profiling.classic.js?compare=9ffe9102ffd08ca7a56c60aa6952208890d213ce) | **+0.60%** | 21.01 kB | 21.14 kB | +0.65% | 5.23 kB | 5.27 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/e46b1e8b9bf075c4759edea1fbb08bac4fb1950b/files/__test_utils__/ReactAllWarnings.js?compare=9ffe9102ffd08ca7a56c60aa6952208890d213ce) | **Deleted** | 66.87 kB | 0.00 kB | Deleted | 16.36 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 e46b1e8b9bf075c4759edea1fbb08bac4fb1950b\n</p>\n", "Sorry messed up the rebase merge resolution.", "@kassens It can now be landed cleanly. When you land it, would you take care of rolling it out at Meta?", "This change landed in https://github.com/facebook/react/pull/28617" ]
2024-02-26 18:25:10
2024-03-27 14:04:03
2024-03-27 14:04:00
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28445', 'html_url': 'https://github.com/facebook/react/pull/28445', 'diff_url': 'https://github.com/facebook/react/pull/28445.diff', 'patch_url': 'https://github.com/facebook/react/pull/28445.patch', 'merged_at': None}
Feature: https://github.com/facebook/react/pull/24580
{'url': 'https://api.github.com/repos/facebook/react/issues/28445/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/28445/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28444
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28444/labels{/name}
https://api.github.com/repos/facebook/react/issues/28444/comments
https://api.github.com/repos/facebook/react/issues/28444/events
https://github.com/facebook/react/pull/28444
2,154,689,739
PR_kwDOAJy2Ks5n8WcZ
28,444
clean up isInputPending in Scheduler
{'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'}]
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: 8fb0233a845974b4b1049e54b6c25dc54d6dd173...18e220b618060bd05bf7d1079dbe6021d737749d\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/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 176.86 kB | 176.86 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 179.01 kB | 179.01 kB | = | 55.78 kB | 55.78 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/facebook-www/ReactDOM-prod.classic.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 592.40 kB | 592.40 kB | = | 104.67 kB | 104.67 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/facebook-www/ReactDOM-prod.modern.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 575.68 kB | 575.68 kB | = | 101.66 kB | 101.66 kB\n| [facebook-react-native/scheduler/cjs/Scheduler-dev.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/facebook-react-native/scheduler/cjs/Scheduler-dev.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 19.67 kB | 19.26 kB | = | 5.08 kB | 4.97 kB\n| [oss-experimental/scheduler/cjs/scheduler.development.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-experimental/scheduler/cjs/scheduler.development.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 17.58 kB | 17.19 kB | = | 4.97 kB | 4.86 kB\n| [oss-stable-semver/scheduler/cjs/scheduler.development.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable-semver/scheduler/cjs/scheduler.development.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 17.58 kB | 17.19 kB | = | 4.97 kB | 4.86 kB\n| [oss-stable/scheduler/cjs/scheduler.development.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable/scheduler/cjs/scheduler.development.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 17.58 kB | 17.19 kB | = | 4.97 kB | 4.86 kB\n| [oss-experimental/scheduler/cjs/scheduler.native.development.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-experimental/scheduler/cjs/scheduler.native.development.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 17.18 kB | 16.79 kB | = | 4.75 kB | 4.64 kB\n| [oss-stable-semver/scheduler/cjs/scheduler.native.development.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable-semver/scheduler/cjs/scheduler.native.development.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 17.18 kB | 16.79 kB | = | 4.75 kB | 4.64 kB\n| [oss-stable/scheduler/cjs/scheduler.native.development.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable/scheduler/cjs/scheduler.native.development.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 17.18 kB | 16.79 kB | = | 4.75 kB | 4.64 kB\n| [oss-experimental/scheduler/cjs/scheduler.native.production.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-experimental/scheduler/cjs/scheduler.native.production.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 17.07 kB | 16.68 kB | = | 4.72 kB | 4.60 kB\n| [oss-stable-semver/scheduler/cjs/scheduler.native.production.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable-semver/scheduler/cjs/scheduler.native.production.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 17.07 kB | 16.68 kB | = | 4.72 kB | 4.60 kB\n| [oss-stable/scheduler/cjs/scheduler.native.production.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable/scheduler/cjs/scheduler.native.production.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 17.07 kB | 16.68 kB | = | 4.72 kB | 4.60 kB\n| [oss-experimental/scheduler/cjs/scheduler.production.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-experimental/scheduler/cjs/scheduler.production.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 16.84 kB | 16.45 kB | = | 4.80 kB | 4.69 kB\n| [oss-stable-semver/scheduler/cjs/scheduler.production.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable-semver/scheduler/cjs/scheduler.production.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 16.84 kB | 16.45 kB | = | 4.80 kB | 4.69 kB\n| [oss-stable/scheduler/cjs/scheduler.production.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable/scheduler/cjs/scheduler.production.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 16.84 kB | 16.45 kB | = | 4.80 kB | 4.69 kB\n| [oss-experimental/scheduler/cjs/scheduler.native.production.min.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-experimental/scheduler/cjs/scheduler.native.production.min.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 4.69 kB | 4.51 kB | = | 1.73 kB | 1.68 kB\n| [oss-stable-semver/scheduler/cjs/scheduler.native.production.min.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable-semver/scheduler/cjs/scheduler.native.production.min.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 4.69 kB | 4.51 kB | = | 1.73 kB | 1.68 kB\n| [oss-stable/scheduler/cjs/scheduler.native.production.min.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable/scheduler/cjs/scheduler.native.production.min.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 4.69 kB | 4.51 kB | = | 1.73 kB | 1.68 kB\n| [oss-experimental/scheduler/cjs/scheduler.production.min.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-experimental/scheduler/cjs/scheduler.production.min.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 4.26 kB | 4.08 kB | = | 1.79 kB | 1.74 kB\n| [oss-stable-semver/scheduler/cjs/scheduler.production.min.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable-semver/scheduler/cjs/scheduler.production.min.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 4.26 kB | 4.08 kB | = | 1.79 kB | 1.74 kB\n| [oss-stable/scheduler/cjs/scheduler.production.min.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable/scheduler/cjs/scheduler.production.min.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 4.26 kB | 4.08 kB | = | 1.79 kB | 1.74 kB\n| [facebook-www/Scheduler-profiling.classic.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/facebook-www/Scheduler-profiling.classic.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 16.00 kB | 14.82 kB | = | 3.70 kB | 3.47 kB\n| [facebook-www/Scheduler-profiling.modern.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/facebook-www/Scheduler-profiling.modern.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 16.00 kB | 14.82 kB | = | 3.70 kB | 3.47 kB\n| [facebook-www/Scheduler-prod.classic.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/facebook-www/Scheduler-prod.classic.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 12.03 kB | 10.84 kB | = | 2.90 kB | 2.67 kB\n| [facebook-www/Scheduler-prod.modern.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/facebook-www/Scheduler-prod.modern.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 12.03 kB | 10.84 kB | = | 2.90 kB | 2.67 kB\n| [facebook-www/Scheduler-dev.classic.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/facebook-www/Scheduler-dev.classic.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 28.47 kB | 25.49 kB | = | 6.81 kB | 6.07 kB\n| [facebook-www/Scheduler-dev.modern.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/facebook-www/Scheduler-dev.modern.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 28.47 kB | 25.49 kB | = | 6.81 kB | 6.07 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/__test_utils__/ReactAllWarnings.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **Deleted** | 66.59 kB | 0.00 kB | Deleted | 16.30 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/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-experimental/react/umd/react.development.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 125.98 kB | 125.58 kB | = | 32.51 kB | 32.40 kB\n| [oss-stable/react/umd/react.development.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable/react/umd/react.development.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 122.18 kB | 121.78 kB | = | 31.39 kB | 31.28 kB\n| [oss-stable-semver/react/umd/react.development.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable-semver/react/umd/react.development.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 122.15 kB | 121.75 kB | = | 31.36 kB | 31.25 kB\n| [facebook-www/SchedulerPostTask-dev.classic.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/facebook-www/SchedulerPostTask-dev.classic.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 7.66 kB | 7.56 kB | = | 2.10 kB | 2.06 kB\n| [facebook-www/SchedulerPostTask-dev.modern.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/facebook-www/SchedulerPostTask-dev.modern.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 7.66 kB | 7.56 kB | = | 2.10 kB | 2.06 kB\n| [oss-experimental/react/umd/react.production.min.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-experimental/react/umd/react.production.min.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 13.32 kB | 13.14 kB | = | 5.08 kB | 5.03 kB\n| [oss-experimental/react/umd/react.profiling.min.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-experimental/react/umd/react.profiling.min.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 13.32 kB | 13.14 kB | = | 5.08 kB | 5.03 kB\n| [oss-experimental/scheduler/cjs/scheduler-unstable_post_task.development.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-experimental/scheduler/cjs/scheduler-unstable_post_task.development.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 6.79 kB | 6.69 kB | = | 2.05 kB | 2.01 kB\n| [oss-stable-semver/scheduler/cjs/scheduler-unstable_post_task.development.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable-semver/scheduler/cjs/scheduler-unstable_post_task.development.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 6.79 kB | 6.69 kB | = | 2.05 kB | 2.01 kB\n| [oss-stable/scheduler/cjs/scheduler-unstable_post_task.development.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable/scheduler/cjs/scheduler-unstable_post_task.development.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 6.79 kB | 6.69 kB | = | 2.05 kB | 2.01 kB\n| [oss-experimental/scheduler/cjs/scheduler-unstable_post_task.production.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-experimental/scheduler/cjs/scheduler-unstable_post_task.production.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 6.74 kB | 6.65 kB | = | 2.02 kB | 1.97 kB\n| [oss-stable-semver/scheduler/cjs/scheduler-unstable_post_task.production.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable-semver/scheduler/cjs/scheduler-unstable_post_task.production.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 6.74 kB | 6.65 kB | = | 2.02 kB | 1.97 kB\n| [oss-stable/scheduler/cjs/scheduler-unstable_post_task.production.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable/scheduler/cjs/scheduler-unstable_post_task.production.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 6.74 kB | 6.65 kB | = | 2.02 kB | 1.97 kB\n| [oss-stable/react/umd/react.production.min.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable/react/umd/react.production.min.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 12.44 kB | 12.26 kB | = | 4.81 kB | 4.76 kB\n| [oss-stable/react/umd/react.profiling.min.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable/react/umd/react.profiling.min.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 12.44 kB | 12.26 kB | = | 4.81 kB | 4.76 kB\n| [oss-stable-semver/react/umd/react.production.min.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable-semver/react/umd/react.production.min.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 12.42 kB | 12.24 kB | = | 4.78 kB | 4.73 kB\n| [oss-stable-semver/react/umd/react.profiling.min.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable-semver/react/umd/react.profiling.min.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 12.42 kB | 12.24 kB | = | 4.78 kB | 4.73 kB\n| [facebook-react-native/scheduler/cjs/Scheduler-profiling.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/facebook-react-native/scheduler/cjs/Scheduler-profiling.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 11.03 kB | 10.84 kB | = | 2.76 kB | 2.70 kB\n| [facebook-react-native/scheduler/cjs/Scheduler-prod.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/facebook-react-native/scheduler/cjs/Scheduler-prod.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 10.60 kB | 10.40 kB | = | 2.65 kB | 2.60 kB\n| [facebook-react-native/scheduler/cjs/Scheduler-dev.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/facebook-react-native/scheduler/cjs/Scheduler-dev.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 19.67 kB | 19.26 kB | = | 5.08 kB | 4.97 kB\n| [oss-experimental/scheduler/cjs/scheduler.development.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-experimental/scheduler/cjs/scheduler.development.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 17.58 kB | 17.19 kB | = | 4.97 kB | 4.86 kB\n| [oss-stable-semver/scheduler/cjs/scheduler.development.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable-semver/scheduler/cjs/scheduler.development.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 17.58 kB | 17.19 kB | = | 4.97 kB | 4.86 kB\n| [oss-stable/scheduler/cjs/scheduler.development.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable/scheduler/cjs/scheduler.development.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 17.58 kB | 17.19 kB | = | 4.97 kB | 4.86 kB\n| [oss-experimental/scheduler/cjs/scheduler.native.development.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-experimental/scheduler/cjs/scheduler.native.development.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 17.18 kB | 16.79 kB | = | 4.75 kB | 4.64 kB\n| [oss-stable-semver/scheduler/cjs/scheduler.native.development.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable-semver/scheduler/cjs/scheduler.native.development.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 17.18 kB | 16.79 kB | = | 4.75 kB | 4.64 kB\n| [oss-stable/scheduler/cjs/scheduler.native.development.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable/scheduler/cjs/scheduler.native.development.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 17.18 kB | 16.79 kB | = | 4.75 kB | 4.64 kB\n| [oss-experimental/scheduler/cjs/scheduler.native.production.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-experimental/scheduler/cjs/scheduler.native.production.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 17.07 kB | 16.68 kB | = | 4.72 kB | 4.60 kB\n| [oss-stable-semver/scheduler/cjs/scheduler.native.production.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable-semver/scheduler/cjs/scheduler.native.production.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 17.07 kB | 16.68 kB | = | 4.72 kB | 4.60 kB\n| [oss-stable/scheduler/cjs/scheduler.native.production.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable/scheduler/cjs/scheduler.native.production.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 17.07 kB | 16.68 kB | = | 4.72 kB | 4.60 kB\n| [oss-experimental/scheduler/cjs/scheduler.production.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-experimental/scheduler/cjs/scheduler.production.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 16.84 kB | 16.45 kB | = | 4.80 kB | 4.69 kB\n| [oss-stable-semver/scheduler/cjs/scheduler.production.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable-semver/scheduler/cjs/scheduler.production.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 16.84 kB | 16.45 kB | = | 4.80 kB | 4.69 kB\n| [oss-stable/scheduler/cjs/scheduler.production.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable/scheduler/cjs/scheduler.production.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 16.84 kB | 16.45 kB | = | 4.80 kB | 4.69 kB\n| [oss-experimental/scheduler/cjs/scheduler.native.production.min.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-experimental/scheduler/cjs/scheduler.native.production.min.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 4.69 kB | 4.51 kB | = | 1.73 kB | 1.68 kB\n| [oss-stable-semver/scheduler/cjs/scheduler.native.production.min.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable-semver/scheduler/cjs/scheduler.native.production.min.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 4.69 kB | 4.51 kB | = | 1.73 kB | 1.68 kB\n| [oss-stable/scheduler/cjs/scheduler.native.production.min.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable/scheduler/cjs/scheduler.native.production.min.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 4.69 kB | 4.51 kB | = | 1.73 kB | 1.68 kB\n| [oss-experimental/scheduler/cjs/scheduler.production.min.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-experimental/scheduler/cjs/scheduler.production.min.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 4.26 kB | 4.08 kB | = | 1.79 kB | 1.74 kB\n| [oss-stable-semver/scheduler/cjs/scheduler.production.min.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable-semver/scheduler/cjs/scheduler.production.min.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 4.26 kB | 4.08 kB | = | 1.79 kB | 1.74 kB\n| [oss-stable/scheduler/cjs/scheduler.production.min.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/oss-stable/scheduler/cjs/scheduler.production.min.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 4.26 kB | 4.08 kB | = | 1.79 kB | 1.74 kB\n| [facebook-www/Scheduler-profiling.classic.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/facebook-www/Scheduler-profiling.classic.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 16.00 kB | 14.82 kB | = | 3.70 kB | 3.47 kB\n| [facebook-www/Scheduler-profiling.modern.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/facebook-www/Scheduler-profiling.modern.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 16.00 kB | 14.82 kB | = | 3.70 kB | 3.47 kB\n| [facebook-www/Scheduler-prod.classic.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/facebook-www/Scheduler-prod.classic.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 12.03 kB | 10.84 kB | = | 2.90 kB | 2.67 kB\n| [facebook-www/Scheduler-prod.modern.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/facebook-www/Scheduler-prod.modern.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 12.03 kB | 10.84 kB | = | 2.90 kB | 2.67 kB\n| [facebook-www/Scheduler-dev.classic.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/facebook-www/Scheduler-dev.classic.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 28.47 kB | 25.49 kB | = | 6.81 kB | 6.07 kB\n| [facebook-www/Scheduler-dev.modern.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/facebook-www/Scheduler-dev.modern.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **=** | 28.47 kB | 25.49 kB | = | 6.81 kB | 6.07 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/18e220b618060bd05bf7d1079dbe6021d737749d/files/__test_utils__/ReactAllWarnings.js?compare=8fb0233a845974b4b1049e54b6c25dc54d6dd173) | **Deleted** | 66.59 kB | 0.00 kB | Deleted | 16.30 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 18e220b618060bd05bf7d1079dbe6021d737749d\n</p>\n" ]
2024-02-26 17:11:20
2024-02-27 15:39:46
2024-02-27 15:39:43
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28444', 'html_url': 'https://github.com/facebook/react/pull/28444', 'diff_url': 'https://github.com/facebook/react/pull/28444.diff', 'patch_url': 'https://github.com/facebook/react/pull/28444.patch', 'merged_at': datetime.datetime(2024, 2, 27, 15, 39, 43)}
## Summary `isInputPending` is not in use. This PR cleans up the flags controlling its gating and parameters to simplify Scheduler. Makes `frameYieldMs` feature flag static, set to 10ms in www, which we found built on the wins provided by a broader yield interval via `isInputPending`. Flag remains set to 5ms in OSS builds. ## How did you test this change? `yarn test Scheduler`
{'url': 'https://api.github.com/repos/facebook/react/issues/28444/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/28444/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28443
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28443/labels{/name}
https://api.github.com/repos/facebook/react/issues/28443/comments
https://api.github.com/repos/facebook/react/issues/28443/events
https://github.com/facebook/react/issues/28443
2,154,205,494
I_kwDOAJy2Ks6AZpE2
28,443
[DevTools Bug]: Error: Should have a queue. This is likely a bug in React. Please file an issue.
{'login': 'zinx110', 'id': 91798875, 'node_id': 'U_kgDOBXi9Ww', 'avatar_url': 'https://avatars.githubusercontent.com/u/91798875?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/zinx110', 'html_url': 'https://github.com/zinx110', 'followers_url': 'https://api.github.com/users/zinx110/followers', 'following_url': 'https://api.github.com/users/zinx110/following{/other_user}', 'gists_url': 'https://api.github.com/users/zinx110/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/zinx110/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/zinx110/subscriptions', 'organizations_url': 'https://api.github.com/users/zinx110/orgs', 'repos_url': 'https://api.github.com/users/zinx110/repos', 'events_url': 'https://api.github.com/users/zinx110/events{/privacy}', 'received_events_url': 'https://api.github.com/users/zinx110/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"}]
open
false
null
[]
null
[ "can i contribute to this issue ?\r\n", "You probably need to update your react and make sure all libraries are up to date", "that could be the case. Should I remove the issue or anything? I am sorry I only opened the issue because the error itself said to do so. ", "Here is the package.json\r\n```\r\n{\r\n \"name\": \"refindz\",\r\n \"version\": \"0.0.2\",\r\n \"private\": true,\r\n \"scripts\": {\r\n \"android\": \"react-native run-android\",\r\n \"ios\": \"react-native run-ios\",\r\n \"lint\": \"eslint .\",\r\n \"start\": \"react-native start\",\r\n \"test\": \"jest\"\r\n },\r\n \"dependencies\": {\r\n \"@bam.tech/react-native-image-resizer\": \"^3.0.7\",\r\n \"@react-native-clipboard/clipboard\": \"^1.13.2\",\r\n \"@react-native-firebase/app\": \"^18.8.0\",\r\n \"@react-native-firebase/auth\": \"^18.8.0\",\r\n \"@react-native-firebase/firestore\": \"^18.8.0\",\r\n \"@react-native-firebase/storage\": \"^18.8.0\",\r\n \"@react-native-google-signin/google-signin\": \"^11.0.0\",\r\n \"@react-native-seoul/masonry-list\": \"^1.4.2\",\r\n \"@react-navigation/bottom-tabs\": \"^6.5.11\",\r\n \"@react-navigation/native\": \"^6.1.9\",\r\n \"@react-navigation/native-stack\": \"^6.9.17\",\r\n \"@twotalltotems/react-native-otp-input\": \"^1.3.11\",\r\n \"react\": \"^18.2.0\",\r\n \"react-native\": \"^0.73.4\",\r\n \"react-native-chart-kit\": \"^6.12.0\",\r\n \"react-native-create-thumbnail\": \"^2.0.0\",\r\n \"react-native-fbsdk-next\": \"^12.1.3\",\r\n \"react-native-image-picker\": \"^7.1.0\",\r\n \"react-native-pager-view\": \"^6.2.3\",\r\n \"react-native-safe-area-context\": \"^4.9.0\",\r\n \"react-native-screens\": \"^3.29.0\",\r\n \"react-native-select-dropdown\": \"^3.4.0\",\r\n \"react-native-svg\": \"^14.1.0\",\r\n \"react-native-tab-view\": \"^3.5.2\",\r\n \"react-native-video\": \"^5.2.1\",\r\n \"react-native-video-controls\": \"^2.8.1\"\r\n },\r\n \"devDependencies\": {\r\n \"@babel/core\": \"^7.20.0\",\r\n \"@babel/preset-env\": \"^7.20.0\",\r\n \"@babel/runtime\": \"^7.20.0\",\r\n \"@react-native/babel-preset\": \"0.73.21\",\r\n \"@react-native/eslint-config\": \"0.73.2\",\r\n \"@react-native/metro-config\": \"0.73.5\",\r\n \"@react-native/typescript-config\": \"0.73.1\",\r\n \"@types/react\": \"^18.2.6\",\r\n \"@types/react-test-renderer\": \"^18.0.0\",\r\n \"babel-jest\": \"^29.6.3\",\r\n \"eslint\": \"^8.19.0\",\r\n \"jest\": \"^29.6.3\",\r\n \"prettier\": \"2.8.8\",\r\n \"react-native-svg-transformer\": \"^1.3.0\",\r\n \"react-test-renderer\": \"18.2.0\",\r\n \"typescript\": \"5.0.4\"\r\n },\r\n \"engines\": {\r\n \"node\": \">=18\"\r\n }\r\n}\r\n\r\n```", "I saw that error a few more times when I edited the the code while the app was running in android emulator" ]
2024-02-26 13:36:59
2024-03-04 12:26:55
null
NONE
null
null
null
### Website or app private repo, cannot disclose the full repo because NDA ### Repro steps I got this error a few times when working in a react native app, It only showed a few times but the error instructed me to file it as issue, so I am posting here. the error said : > Error: Should have a queue. This is likely a bug in React. Please file an issue. I am not sure how it is happening, but it is happening when I added a new prop "deleted={deletedItem}" in the header Item : ``` <PageHeaderItemDetails id={id} watchlisted={isLiked || false} deleted={deletedItem} /> ``` Here is the full screen's code: ```import {useHeaderHeight} from '@react-navigation/elements'; import {NativeStackNavigationProp} from '@react-navigation/native-stack'; import React, {useEffect, useLayoutEffect, useState} from 'react'; import {ActivityIndicator, StyleSheet, View} from 'react-native'; import ScreenContainer from '../../components/elements/ScreenContainer'; import ImageCarousel from '../../components/ImageCarousel/ImageCarousel'; import AlreadySubmittedDetails from '../../components/itemDetailsComponents/AlreadySubmittedDetails'; import LikeAndSubmittionButtons from '../../components/itemDetailsComponents/LikeAndSubmittionButtons'; import SubmissionForm from '../../components/itemDetailsComponents/SubmissionForm'; import {useAuth} from '../../contexts/AuthContext'; import Typography from '../../components/common/Typography'; import ItemInfoDetails from '../../components/elements/ItemInfoDetails'; import PageHeaderItemDetails from '../../components/pageheader/PageHeaderItemDetails'; import {useSubmission} from '../../contexts/SubmissionContext'; import {useTreasuresData} from '../../contexts/TreasuresDataContext'; import {useUserData} from '../../contexts/UserDataContext'; interface ItemDetailsScreenProps { navigation: NativeStackNavigationProp<any>; route: any; } const ItemDetailsScreen = ({navigation, route}: ItemDetailsScreenProps) => { const {id, isLiked} = route?.params; const [deletedItem, setDeletedItem] = useState(false); useLayoutEffect(() => { console.log(navigation); navigation.setOptions({ headerShown: true, header: () => ( <PageHeaderItemDetails id={id} watchlisted={isLiked || false} deleted={deletedItem} /> ), }); }, [navigation, id, isLiked, deletedItem]); const headerHeight = useHeaderHeight(); const {getTreasureById} = useTreasuresData(); const [itemData, setItemData] = useState<any>({}); const {user} = useAuth(); const {userData} = useUserData(); const {getSubmittedItemInfo} = useSubmission(); const isAlreadySubmittedItem = userData && userData.mysubmissions && userData?.mysubmissions.includes(id); const [loading, setLoading] = useState(false); const [loadingPage, setLoadingPage] = useState(false); const [submittedInfo, setSubmittedInfo] = useState({}); useEffect(() => { const getSubmissionData = async () => { try { setLoading(true); console.log('getting submission data'); const submissionData = await getSubmittedItemInfo(id); setSubmittedInfo(submissionData); setLoading(false); } catch (error) { console.log(error); setLoading(false); } }; if (isAlreadySubmittedItem) { getSubmissionData(); } console.log('isAlreadySubmittedItem:', isAlreadySubmittedItem); }, [isAlreadySubmittedItem, id]); useEffect(() => { const getData = async () => { try { setLoadingPage(true); const data = await getTreasureById(id); setItemData(data); setLoadingPage(false); } catch (error) { // Handle the error if needed console.log('Error fetching data:', error); setLoadingPage(false); if (error.message === 'Treasure does not exist') { setDeletedItem(true); } } }; getData(); }, [id, getTreasureById]); useEffect(() => { console.log('ITem data -- ', itemData, 'ID ->', itemData.id); }, [itemData]); return ( <ScreenContainer style={styles.container} keyboardSafe nestedScrollEnabled> {itemData && itemData.id ? ( <> <ImageCarousel data={itemData} /> <LikeAndSubmittionButtons id={id} numOfLikes={itemData.likesCount} numOfSubmittions={itemData.submissionsCount} /> <ItemInfoDetails data={itemData} /> {isAlreadySubmittedItem ? ( <AlreadySubmittedDetails data={submittedInfo} loading={loading} /> ) : ( <SubmissionForm data={itemData} /> )} </> ) : null} {!loadingPage && (!itemData || !itemData.id) ? ( <View style={{flex: 1, justifyContent: 'center'}}> <Typography centered small> {deletedItem ? 'Item has been deleted' : 'No Data'} </Typography> </View> ) : null} {loadingPage ? ( <View style={{flex: 1, justifyContent: 'center'}}> <ActivityIndicator size="large" color="#818181" /> </View> ) : null} </ScreenContainer> ); }; export default ItemDetailsScreen; const styles = StyleSheet.create({ container: { minHeight: '100%', width: '100%', paddingBottom: 20, paddingTop: 20, }, headerTitleStyle: { fontSize: 16, color: '#2C2C2C', fontWeight: '600', fontFamily: 'Poppins-SemiBold', }, }); ``` this is the Pageheader component: ```import {useNavigation} from '@react-navigation/native'; import React from 'react'; import {StyleSheet, TouchableOpacity} from 'react-native'; import WatchlistEyeIconButton from '../buttons/WatchlistEyeIconButton'; import Typography from '../common/Typography'; import BackButton from './BackButton'; import PageHeaderContainer from './PageHeaderContainer'; interface PageHeaderItemDetailsProps { id: string; watchlisted: boolean; itemOwner?: boolean; deleted?: boolean; } const PageHeaderItemDetails = ({ id, watchlisted, itemOwner, deleted = true, }: PageHeaderItemDetailsProps) => { const navigation = useNavigation(); const goToEdit = () => { navigation.navigate('MyItemsStack', { screen: 'EditAnItem', params: { id: id, }, }); }; return ( <PageHeaderContainer> <BackButton /> <Typography style={styles.headerTitleStyle}>Item details</Typography> {deleted ? null : ( <> {itemOwner ? ( <TouchableOpacity activeOpacity={0.8} onPress={goToEdit}> <Typography style={styles.editText}>Edit</Typography> </TouchableOpacity> ) : ( <WatchlistEyeIconButton itemDetailsPage id={id} watchlisted={watchlisted} /> )} </> )} </PageHeaderContainer> ); }; export default PageHeaderItemDetails; const styles = StyleSheet.create({ headerTitleStyle: { fontSize: 16, color: '#2C2C2C', fontWeight: '700', fontFamily: 'Poppins-Bold', flex: 1, textAlign: 'center', }, editText: { color: '#E8BD70', fontWeight: '600', fontFamily: 'Poppins-SemiBold', fontSize: 14, textAlign: 'right', }, }); ``` ### How often does this bug happen? Sometimes ### 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/28443/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/28443/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28442
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28442/labels{/name}
https://api.github.com/repos/facebook/react/issues/28442/comments
https://api.github.com/repos/facebook/react/issues/28442/events
https://github.com/facebook/react/issues/28442
2,153,815,817
I_kwDOAJy2Ks6AYJ8J
28,442
I am very much looking forward to React having an ESM bundle version similar to Vue, specifically designed for the tree Shaking feature in Rollup, which is convenient to package into NginxScript's njs for SSR use
{'login': 'yuchonghua', 'id': 17898715, 'node_id': 'MDQ6VXNlcjE3ODk4NzE1', 'avatar_url': 'https://avatars.githubusercontent.com/u/17898715?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/yuchonghua', 'html_url': 'https://github.com/yuchonghua', 'followers_url': 'https://api.github.com/users/yuchonghua/followers', 'following_url': 'https://api.github.com/users/yuchonghua/following{/other_user}', 'gists_url': 'https://api.github.com/users/yuchonghua/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/yuchonghua/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/yuchonghua/subscriptions', 'organizations_url': 'https://api.github.com/users/yuchonghua/orgs', 'repos_url': 'https://api.github.com/users/yuchonghua/repos', 'events_url': 'https://api.github.com/users/yuchonghua/events{/privacy}', 'received_events_url': 'https://api.github.com/users/yuchonghua/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
[ "+1" ]
2024-02-26 10:32:27
2024-02-28 10:36:13
null
NONE
null
null
null
I am very much looking forward to React having an ESM bundle version similar to Vue, This makes it more convenient to use the tree shading function specifically for scrolling, Currently, it is convenient to package it into NginxScript njs for SSR use Looking forward to providing a lightweight React dom/Server module version specifically designed for NginxScript for njs >* 1.js ```js import a from "./2.js" console.log(a()) ``` >* 2.js ``` import 'core-js/actual/map'; import 'core-js/actual/set'; import {createElement} from 'react'; import { renderToString } from 'react-dom/server'; function App1(){ return createElement("div",{},'ffgd', createElement("a",{},'d')) } function App(){ return createElement(App1) } export default () => { const context = {}; const appWithHelmet = createElement(App); const html = renderToString(appWithHelmet); // const helmet = Helmet.renderStatic(); return html; } ``` >* rollup.config.js ```js import commonjs from '@rollup/plugin-commonjs' import babel from '@rollup/plugin-babel' import resolve from '@rollup/plugin-node-resolve' import polyfillNode from 'rollup-plugin-polyfill-node' // List of njs built-in modules. const njsExternals = ['crypto', 'fs', 'querystring'] /** * Plugin to fix syntax of the default export to be compatible with njs. * (https://github.com/rollup/rollup/pull/4182#issuecomment-1002241017) * * @return {import('rollup').OutputPlugin} */ const fixExportDefault = () => ({ name: 'fix-export-default', renderChunk: (code) => ({ code: code.replace(/\bexport { (\S+) as default };/, 'export default $1;'), map: null, }), }) const fixTextEncoderDefault = () => ({ name: 'fix-TextEncoder-default', renderChunk: (code) => ({ code: code.replace(/\butil.TextEncoder/, 'TextEncoder'), map: null, }), }) export default { input: 'src/1.js', // 主入口文件 output: { file: 'src/1.bundle.js', // 输出的打包文件 format: 'es' // 输出格式,这里使用 IIFE(立即调用函数表达式) }, external: njsExternals, plugins: [ /* 插件配置 */ // Transpile TypeScript sources to JS. babel({ babelHelpers: 'bundled', envName: 'njs', extensions: ['.ts', '.mjs', '.js'], }), polyfillNode(), // Resolve node modules. resolve({ extensions: ['.mjs', '.js', '.json', '.ts'], }), // 将 CommonJS 模块 转换为 ES6 模块。 commonjs(), // 针对NginxScript下的njs对默认导出语法的特色要求做修复, fixExportDefault(), // TextEncoder fixTextEncoderDefault(), ] }; ``` ```json { "name": "njs-app-test", "scripts": { "x":"rollup -c --bundleConfigAsCjs" }, "devDependencies": { "@types/react":"^18.2.58", "core-js": "3.36.0", "rollup": "4.10.0", "rollup-plugin-esbuild": "6.1.1", "rollup-plugin-dts": "6.1.0", "@rollup/plugin-typescript": "11.1.6", "@rollup/plugin-commonjs": "25.0.7", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-node-resolve": "15.2.3", "rollup-plugin-polyfill-node": "0.13.0" }, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "peerDependencies": { "typescript": "~5" }, "peerDependenciesMeta": { "typescript": { "optional": true } } } ``` ```shell npm run x && njs ./src/1.bundle.js ``` >* Demo preview ![image](https://github.com/facebook/react/assets/17898715/e0e58773-6575-4b86-be7f-06031864b876) >* 1.bundle.js preview ![image](https://github.com/facebook/react/assets/17898715/bdd152e9-d9e1-4abe-9bcc-0ddfd1efe913) ```shell njs -v # 0.8.4 ``` >* Based on the results of bundling a simple React rendering with Rollup, the file 26783 lines are too large. We hope to have a better optimization solution
{'url': 'https://api.github.com/repos/facebook/react/issues/28442/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/28442/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28440
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28440/labels{/name}
https://api.github.com/repos/facebook/react/issues/28440/comments
https://api.github.com/repos/facebook/react/issues/28440/events
https://github.com/facebook/react/pull/28440
2,152,981,321
PR_kwDOAJy2Ks5n2gyu
28,440
Remove legacy hydration mode
{'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\n\nComparing: dbfbfb3312db019183ef92fd2ef110cc7d807e80...da2de86eac5311381def94937e41eb09199925b5\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/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 176.92 kB | 175.94 kB | = | 54.94 kB | 54.54 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 173.32 kB | 172.42 kB | = | 54.06 kB | 53.71 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/facebook-www/ReactDOM-prod.classic.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 595.14 kB | 590.84 kB | = | 104.51 kB | 103.76 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/facebook-www/ReactDOM-prod.modern.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 578.40 kB | 574.36 kB | = | 101.53 kB | 100.83 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/__test_utils__/ReactAllWarnings.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **Deleted** | 65.55 kB | 0.00 kB | Deleted | 16.18 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.profiling.min.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-experimental/react-dom/cjs/react-dom.profiling.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 182.78 kB | 181.89 kB | = | 56.41 kB | 56.08 kB\n| [oss-experimental/react-dom/umd/react-dom.profiling.min.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-experimental/react-dom/umd/react-dom.profiling.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 182.13 kB | 181.24 kB | = | 56.65 kB | 56.30 kB\n| [oss-experimental/react-dom/cjs/react-dom-unstable_testing.production.min.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-experimental/react-dom/cjs/react-dom-unstable_testing.production.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 180.13 kB | 179.24 kB | = | 56.55 kB | 56.23 kB\n| [oss-experimental/react-dom/umd/react-dom.production.min.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-experimental/react-dom/umd/react-dom.production.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 173.11 kB | 172.22 kB | = | 54.27 kB | 54.00 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 173.32 kB | 172.42 kB | = | 54.06 kB | 53.71 kB\n| [oss-stable/react-dom/umd/react-dom.profiling.min.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable/react-dom/umd/react-dom.profiling.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 185.68 kB | 184.71 kB | = | 57.51 kB | 57.20 kB\n| [oss-stable-semver/react-dom/umd/react-dom.profiling.min.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable-semver/react-dom/umd/react-dom.profiling.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 185.60 kB | 184.63 kB | = | 57.48 kB | 57.17 kB\n| [oss-stable/react-dom/cjs/react-dom.profiling.min.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable/react-dom/cjs/react-dom.profiling.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 186.39 kB | 185.41 kB | = | 57.28 kB | 56.92 kB\n| [oss-stable-semver/react-dom/cjs/react-dom.profiling.min.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable-semver/react-dom/cjs/react-dom.profiling.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 186.31 kB | 185.33 kB | = | 57.26 kB | 56.89 kB\n| [oss-stable/react-dom/umd/react-dom.production.min.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable/react-dom/umd/react-dom.production.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 176.65 kB | 175.67 kB | = | 55.18 kB | 54.89 kB\n| [oss-stable-semver/react-dom/umd/react-dom.production.min.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable-semver/react-dom/umd/react-dom.production.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 176.57 kB | 175.60 kB | = | 55.15 kB | 54.86 kB\n| [oss-stable/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 176.92 kB | 175.94 kB | = | 54.94 kB | 54.54 kB\n| [oss-stable-semver/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable-semver/react-dom/cjs/react-dom.production.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 176.84 kB | 175.86 kB | = | 54.91 kB | 54.52 kB\n| [facebook-www/ReactDOMTesting-dev.modern.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/facebook-www/ReactDOMTesting-dev.modern.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 1,656.62 kB | 1,645.87 kB | = | 328.77 kB | 327.48 kB\n| [facebook-www/ReactDOM-profiling.modern.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/facebook-www/ReactDOM-profiling.modern.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 607.87 kB | 603.89 kB | = | 105.86 kB | 105.14 kB\n| [facebook-www/ReactDOM-dev.modern.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/facebook-www/ReactDOM-dev.modern.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 1,635.15 kB | 1,624.40 kB | = | 324.24 kB | 322.96 kB\n| [facebook-www/ReactDOM-profiling.classic.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/facebook-www/ReactDOM-profiling.classic.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 624.68 kB | 620.44 kB | = | 108.87 kB | 108.17 kB\n| [facebook-www/ReactDOMTesting-prod.modern.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/facebook-www/ReactDOMTesting-prod.modern.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 595.08 kB | 591.04 kB | = | 105.69 kB | 104.98 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/facebook-www/ReactDOM-prod.modern.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 578.40 kB | 574.36 kB | = | 101.53 kB | 100.83 kB\n| [facebook-www/ReactDOMTesting-prod.classic.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/facebook-www/ReactDOMTesting-prod.classic.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 609.92 kB | 605.62 kB | = | 108.23 kB | 107.48 kB\n| [facebook-www/ReactDOMTesting-dev.classic.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/facebook-www/ReactDOMTesting-dev.classic.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 1,687.70 kB | 1,675.77 kB | = | 334.27 kB | 332.91 kB\n| [oss-stable/react-reconciler/cjs/react-reconciler.profiling.min.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable/react-reconciler/cjs/react-reconciler.profiling.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 124.84 kB | 123.94 kB | = | 38.16 kB | 37.88 kB\n| [oss-stable-semver/react-reconciler/cjs/react-reconciler.profiling.min.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable-semver/react-reconciler/cjs/react-reconciler.profiling.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 124.81 kB | 123.92 kB | = | 38.13 kB | 37.86 kB\n| [facebook-www/ReactDOM-dev.classic.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/facebook-www/ReactDOM-dev.classic.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 1,666.18 kB | 1,654.25 kB | = | 329.73 kB | 328.37 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/facebook-www/ReactDOM-prod.classic.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 595.14 kB | 590.84 kB | = | 104.51 kB | 103.76 kB\n| [oss-experimental/react-reconciler/cjs/react-reconciler.profiling.min.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-experimental/react-reconciler/cjs/react-reconciler.profiling.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 123.06 kB | 122.17 kB | = | 37.70 kB | 37.43 kB\n| [oss-experimental/react-dom/cjs/react-dom.profiling.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-experimental/react-dom/cjs/react-dom.profiling.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 986.56 kB | 979.06 kB | = | 219.83 kB | 218.58 kB\n| [oss-stable/react-reconciler/cjs/react-reconciler.production.min.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable/react-reconciler/cjs/react-reconciler.production.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 115.79 kB | 114.90 kB | = | 35.83 kB | 35.54 kB\n| [oss-stable-semver/react-reconciler/cjs/react-reconciler.production.min.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable-semver/react-reconciler/cjs/react-reconciler.production.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 115.76 kB | 114.87 kB | = | 35.81 kB | 35.51 kB\n| [oss-experimental/react-dom/cjs/react-dom-unstable_testing.production.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-experimental/react-dom/cjs/react-dom-unstable_testing.production.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 962.55 kB | 955.04 kB | = | 216.68 kB | 215.47 kB\n| [oss-experimental/react-dom/cjs/react-dom-unstable_testing.development.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-experimental/react-dom/cjs/react-dom-unstable_testing.development.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 1,333.10 kB | 1,322.70 kB | = | 293.72 kB | 292.20 kB\n| [oss-stable/react-dom/cjs/react-dom.profiling.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable/react-dom/cjs/react-dom.profiling.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 994.70 kB | 986.94 kB | = | 220.95 kB | 219.67 kB\n| [oss-stable-semver/react-dom/cjs/react-dom.profiling.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable-semver/react-dom/cjs/react-dom.profiling.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 994.67 kB | 986.91 kB | = | 220.93 kB | 219.64 kB\n| [oss-experimental/react-reconciler/cjs/react-reconciler.production.min.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-experimental/react-reconciler/cjs/react-reconciler.production.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 114.02 kB | 113.13 kB | = | 35.36 kB | 35.08 kB\n| [oss-experimental/react-dom/umd/react-dom.development.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-experimental/react-dom/umd/react-dom.development.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 1,378.83 kB | 1,368.02 kB | = | 292.43 kB | 290.91 kB\n| [oss-experimental/react-dom/cjs/react-dom.development.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-experimental/react-dom/cjs/react-dom.development.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 1,315.30 kB | 1,304.90 kB | = | 289.49 kB | 287.92 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-experimental/react-dom/cjs/react-dom.production.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 944.62 kB | 937.12 kB | = | 212.24 kB | 211.00 kB\n| [oss-stable/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable/react-dom/cjs/react-dom.production.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 952.76 kB | 945.00 kB | = | 213.39 kB | 212.14 kB\n| [oss-stable-semver/react-dom/cjs/react-dom.production.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable-semver/react-dom/cjs/react-dom.production.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 952.74 kB | 944.97 kB | = | 213.36 kB | 212.11 kB\n| [oss-stable/react-dom/umd/react-dom.development.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable/react-dom/umd/react-dom.development.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 1,388.98 kB | 1,377.20 kB | = | 294.07 kB | 292.48 kB\n| [oss-stable-semver/react-dom/umd/react-dom.development.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable-semver/react-dom/umd/react-dom.development.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 1,388.95 kB | 1,377.17 kB | = | 294.04 kB | 292.45 kB\n| [oss-stable/react-dom/cjs/react-dom.development.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable/react-dom/cjs/react-dom.development.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 1,325.17 kB | 1,313.82 kB | = | 291.10 kB | 289.48 kB\n| [oss-stable-semver/react-dom/cjs/react-dom.development.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable-semver/react-dom/cjs/react-dom.development.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 1,325.14 kB | 1,313.80 kB | = | 291.07 kB | 289.44 kB\n| [oss-stable/react-reconciler/cjs/react-reconciler.profiling.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable/react-reconciler/cjs/react-reconciler.profiling.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 736.67 kB | 730.14 kB | = | 159.36 kB | 158.46 kB\n| [oss-stable-semver/react-reconciler/cjs/react-reconciler.profiling.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable-semver/react-reconciler/cjs/react-reconciler.profiling.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 736.64 kB | 730.12 kB | = | 159.33 kB | 158.43 kB\n| [oss-experimental/react-reconciler/cjs/react-reconciler.profiling.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-experimental/react-reconciler/cjs/react-reconciler.profiling.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 732.45 kB | 725.93 kB | = | 158.49 kB | 157.59 kB\n| [oss-stable/react-reconciler/cjs/react-reconciler.production.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable/react-reconciler/cjs/react-reconciler.production.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 695.32 kB | 688.80 kB | = | 151.94 kB | 151.01 kB\n| [oss-stable-semver/react-reconciler/cjs/react-reconciler.production.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable-semver/react-reconciler/cjs/react-reconciler.production.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 695.29 kB | 688.77 kB | = | 151.91 kB | 150.98 kB\n| [oss-experimental/react-reconciler/cjs/react-reconciler.production.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-experimental/react-reconciler/cjs/react-reconciler.production.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 691.10 kB | 684.58 kB | = | 151.07 kB | 150.16 kB\n| [oss-stable/react-reconciler/cjs/react-reconciler.development.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable/react-reconciler/cjs/react-reconciler.development.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 932.47 kB | 923.43 kB | = | 198.41 kB | 197.24 kB\n| [oss-stable-semver/react-reconciler/cjs/react-reconciler.development.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-stable-semver/react-reconciler/cjs/react-reconciler.development.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 932.44 kB | 923.40 kB | = | 198.38 kB | 197.22 kB\n| [oss-experimental/react-reconciler/cjs/react-reconciler.development.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/oss-experimental/react-reconciler/cjs/react-reconciler.development.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 928.66 kB | 919.61 kB | = | 197.57 kB | 196.42 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/da2de86eac5311381def94937e41eb09199925b5/files/__test_utils__/ReactAllWarnings.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **Deleted** | 65.55 kB | 0.00 kB | Deleted | 16.18 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 da2de86eac5311381def94937e41eb09199925b5\n</p>\n" ]
2024-02-25 23:00:49
2024-03-26 21:41:49
2024-03-26 21:41:49
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28440', 'html_url': 'https://github.com/facebook/react/pull/28440', 'diff_url': 'https://github.com/facebook/react/pull/28440.diff', 'patch_url': 'https://github.com/facebook/react/pull/28440.patch', 'merged_at': datetime.datetime(2024, 3, 26, 21, 41, 49)}
While Meta is still using legacy mode and we can't remove completely, Meta is not using legacy hydration so we should be able to remove that. This is just the first step. Once removed, we can vastly simplify the DOMConfig for hydration. This will have to be rebased when tests are upgraded.
{'url': 'https://api.github.com/repos/facebook/react/issues/28440/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/28440/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28439
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28439/labels{/name}
https://api.github.com/repos/facebook/react/issues/28439/comments
https://api.github.com/repos/facebook/react/issues/28439/events
https://github.com/facebook/react/pull/28439
2,152,934,849
PR_kwDOAJy2Ks5n2Xpt
28,439
Turn on enableRenderableContext for 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: 6c3b8dbfed6f879440f484bd0bf801fac67ec684...2675f6fc9db86304379aee209cc655f0234c5fa4\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/2675f6fc9db86304379aee209cc655f0234c5fa4/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=6c3b8dbfed6f879440f484bd0bf801fac67ec684) | **=** | 176.86 kB | 176.86 kB | = | 55.13 kB | 55.13 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/2675f6fc9db86304379aee209cc655f0234c5fa4/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=6c3b8dbfed6f879440f484bd0bf801fac67ec684) | **=** | 179.01 kB | 179.01 kB | = | 55.77 kB | 55.77 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/2675f6fc9db86304379aee209cc655f0234c5fa4/files/facebook-www/ReactDOM-prod.classic.js?compare=6c3b8dbfed6f879440f484bd0bf801fac67ec684) | **=** | 592.52 kB | 592.52 kB | = | 104.72 kB | 104.72 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/2675f6fc9db86304379aee209cc655f0234c5fa4/files/facebook-www/ReactDOM-prod.modern.js?compare=6c3b8dbfed6f879440f484bd0bf801fac67ec684) | **=** | 576.30 kB | 576.30 kB | = | 101.80 kB | 101.80 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/2675f6fc9db86304379aee209cc655f0234c5fa4/files/__test_utils__/ReactAllWarnings.js?compare=6c3b8dbfed6f879440f484bd0bf801fac67ec684) | **Deleted** | 66.35 kB | 0.00 kB | Deleted | 16.24 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/React-dev.js](https://react-builds.vercel.app/commits/2675f6fc9db86304379aee209cc655f0234c5fa4/files/facebook-react-native/react/cjs/React-dev.js?compare=6c3b8dbfed6f879440f484bd0bf801fac67ec684) | **=** | 121.91 kB | 120.40 kB | = | 29.25 kB | 29.06 kB\n| [facebook-react-native/react-is/cjs/ReactIs-prod.js](https://react-builds.vercel.app/commits/2675f6fc9db86304379aee209cc655f0234c5fa4/files/facebook-react-native/react-is/cjs/ReactIs-prod.js?compare=6c3b8dbfed6f879440f484bd0bf801fac67ec684) | **=** | 4.64 kB | 4.58 kB | = | 1.14 kB | 1.14 kB\n| [facebook-react-native/react-is/cjs/ReactIs-profiling.js](https://react-builds.vercel.app/commits/2675f6fc9db86304379aee209cc655f0234c5fa4/files/facebook-react-native/react-is/cjs/ReactIs-profiling.js?compare=6c3b8dbfed6f879440f484bd0bf801fac67ec684) | **=** | 4.64 kB | 4.58 kB | = | 1.14 kB | 1.14 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/2675f6fc9db86304379aee209cc655f0234c5fa4/files/__test_utils__/ReactAllWarnings.js?compare=6c3b8dbfed6f879440f484bd0bf801fac67ec684) | **Deleted** | 66.35 kB | 0.00 kB | Deleted | 16.24 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 2675f6fc9db86304379aee209cc655f0234c5fa4\n</p>\n" ]
2024-02-25 20:48:51
2024-03-03 22:48:35
2024-03-03 22:48:35
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28439', 'html_url': 'https://github.com/facebook/react/pull/28439', 'diff_url': 'https://github.com/facebook/react/pull/28439.diff', 'patch_url': 'https://github.com/facebook/react/pull/28439.patch', 'merged_at': None}
null
{'url': 'https://api.github.com/repos/facebook/react/issues/28439/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/28439/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28438
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28438/labels{/name}
https://api.github.com/repos/facebook/react/issues/28438/comments
https://api.github.com/repos/facebook/react/issues/28438/events
https://github.com/facebook/react/pull/28438
2,152,933,035
PR_kwDOAJy2Ks5n2XS3
28,438
Turn on enableRenderableContext 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: 239d06e2b8b0f2dabd6bc154e5f24d594ac5840d...ecaac09bbd110946462b4f8c3bfb2319d74e229f\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/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 176.86 kB | 176.86 kB | = | 55.13 kB | 55.13 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 179.01 kB | 179.01 kB | = | 55.77 kB | 55.77 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactDOM-prod.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 594.00 kB | 592.52 kB | = | 104.93 kB | 104.72 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactDOM-prod.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 577.29 kB | 576.30 kB | = | 101.95 kB | 101.80 kB\n| [facebook-www/ReactIs-dev.classic.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactIs-dev.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 8.30 kB | 7.70 kB | = | 1.97 kB | 1.91 kB\n| [facebook-www/ReactIs-dev.modern.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactIs-dev.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 8.29 kB | 7.70 kB | = | 1.97 kB | 1.91 kB\n| [facebook-www/ReactIs-prod.classic.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactIs-prod.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 5.83 kB | 5.21 kB | = | 1.36 kB | 1.28 kB\n| [facebook-www/ReactIs-prod.modern.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactIs-prod.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 5.83 kB | 5.21 kB | = | 1.36 kB | 1.28 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/__test_utils__/ReactAllWarnings.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **Deleted** | 66.35 kB | 0.00 kB | Deleted | 16.24 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/ReactDOMServer-dev.classic.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactDOMServer-dev.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 495.23 kB | 494.18 kB | = | 100.66 kB | 100.52 kB\n| [facebook-www/ReactDOMServer-dev.modern.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactDOMServer-dev.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 492.65 kB | 491.60 kB | = | 100.17 kB | 100.05 kB\n| [facebook-www/ReactDOMTesting-prod.modern.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactDOMTesting-prod.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 593.97 kB | 592.68 kB | = | 106.08 kB | 105.89 kB\n| [facebook-www/ReactDOMServerStreaming-dev.modern.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactDOMServerStreaming-dev.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 485.42 kB | 484.37 kB | = | 98.55 kB | 98.43 kB\n| [facebook-www/ReactDOM-profiling.classic.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactDOM-profiling.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 624.44 kB | 622.96 kB | = | 109.49 kB | 109.27 kB\n| [facebook-www/ReactDOMTesting-prod.classic.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactDOMTesting-prod.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 608.78 kB | 607.30 kB | = | 108.62 kB | 108.40 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactDOM-prod.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 594.00 kB | 592.52 kB | = | 104.93 kB | 104.72 kB\n| [facebook-www/ReactART-prod.modern.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactART-prod.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 352.38 kB | 351.39 kB | = | 59.92 kB | 59.76 kB\n| [facebook-www/ReactDOMServerStreaming-prod.modern.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactDOMServerStreaming-prod.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 208.22 kB | 207.50 kB | = | 38.43 kB | 38.30 kB\n| [facebook-www/ReactDOMServer-prod.classic.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactDOMServer-prod.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 205.92 kB | 205.17 kB | = | 37.35 kB | 37.22 kB\n| [facebook-www/ReactDOMServer-prod.modern.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactDOMServer-prod.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 204.36 kB | 203.61 kB | = | 37.06 kB | 36.90 kB\n| [facebook-www/ReactART-prod.classic.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactART-prod.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 363.83 kB | 362.35 kB | = | 61.92 kB | 61.71 kB\n| [facebook-www/ReactServer-dev.modern.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactServer-dev.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 93.76 kB | 93.27 kB | = | 22.23 kB | 22.19 kB\n| [facebook-www/JSXDEVRuntime-dev.classic.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/JSXDEVRuntime-dev.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 50.68 kB | 50.20 kB | = | 13.26 kB | 13.22 kB\n| [facebook-www/JSXDEVRuntime-dev.modern.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/JSXDEVRuntime-dev.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 50.68 kB | 50.20 kB | = | 13.26 kB | 13.22 kB\n| [facebook-www/React-profiling.classic.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/React-profiling.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 21.01 kB | 20.67 kB | = | 5.23 kB | 5.19 kB\n| [facebook-www/React-profiling.modern.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/React-profiling.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 20.73 kB | 20.39 kB | = | 5.17 kB | 5.12 kB\n| [facebook-www/React-prod.classic.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/React-prod.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 20.58 kB | 20.24 kB | = | 5.15 kB | 5.11 kB\n| [facebook-www/React-prod.modern.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/React-prod.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 20.29 kB | 19.95 kB | = | 5.08 kB | 5.04 kB\n| [facebook-www/React-dev.classic.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/React-dev.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 125.62 kB | 123.44 kB | = | 29.91 kB | 29.64 kB\n| [facebook-www/React-dev.modern.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/React-dev.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 124.04 kB | 121.85 kB | = | 29.52 kB | 29.24 kB\n| [facebook-www/ReactIs-dev.classic.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactIs-dev.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 8.30 kB | 7.70 kB | = | 1.97 kB | 1.91 kB\n| [facebook-www/ReactIs-dev.modern.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactIs-dev.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 8.29 kB | 7.70 kB | = | 1.97 kB | 1.91 kB\n| [facebook-www/ReactIs-prod.classic.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactIs-prod.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 5.83 kB | 5.21 kB | = | 1.36 kB | 1.28 kB\n| [facebook-www/ReactIs-prod.modern.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/facebook-www/ReactIs-prod.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 5.83 kB | 5.21 kB | = | 1.36 kB | 1.28 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/ecaac09bbd110946462b4f8c3bfb2319d74e229f/files/__test_utils__/ReactAllWarnings.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **Deleted** | 66.35 kB | 0.00 kB | Deleted | 16.24 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 ecaac09bbd110946462b4f8c3bfb2319d74e229f\n</p>\n", "Tests pass, good to go" ]
2024-02-25 20:43:21
2024-02-28 12:26:03
2024-02-26 15:08:47
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28438', 'html_url': 'https://github.com/facebook/react/pull/28438', 'diff_url': 'https://github.com/facebook/react/pull/28438.diff', 'patch_url': 'https://github.com/facebook/react/pull/28438.patch', 'merged_at': datetime.datetime(2024, 2, 26, 15, 8, 47)}
We can land for www now
{'url': 'https://api.github.com/repos/facebook/react/issues/28438/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/28438/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28437
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28437/labels{/name}
https://api.github.com/repos/facebook/react/issues/28437/comments
https://api.github.com/repos/facebook/react/issues/28437/events
https://github.com/facebook/react/pull/28437
2,152,889,348
PR_kwDOAJy2Ks5n2Owd
28,437
Clean up the flag for renderable context
{'login': 'gaearon', 'id': 810438, 'node_id': 'MDQ6VXNlcjgxMDQzOA==', 'avatar_url': 'https://avatars.githubusercontent.com/u/810438?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/gaearon', 'html_url': 'https://github.com/gaearon', 'followers_url': 'https://api.github.com/users/gaearon/followers', 'following_url': 'https://api.github.com/users/gaearon/following{/other_user}', 'gists_url': 'https://api.github.com/users/gaearon/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/gaearon/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/gaearon/subscriptions', 'organizations_url': 'https://api.github.com/users/gaearon/orgs', 'repos_url': 'https://api.github.com/users/gaearon/repos', 'events_url': 'https://api.github.com/users/gaearon/events{/privacy}', 'received_events_url': 'https://api.github.com/users/gaearon/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: 239d06e2b8b0f2dabd6bc154e5f24d594ac5840d...ed30b1494e6c251c20066023292bb0400bfa4b1a\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/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 176.86 kB | 176.79 kB | = | 55.13 kB | 55.12 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 179.01 kB | 178.93 kB | = | 55.77 kB | 55.77 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactDOM-prod.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 594.00 kB | 592.43 kB | = | 104.93 kB | 104.71 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactDOM-prod.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 577.29 kB | 576.21 kB | = | 101.95 kB | 101.79 kB\n| [facebook-www/React-dev.classic.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/React-dev.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 125.62 kB | 123.10 kB | = | 29.91 kB | 29.58 kB\n| [facebook-www/React-dev.modern.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/React-dev.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 124.04 kB | 121.52 kB | = | 29.52 kB | 29.18 kB\n| [oss-stable-semver/react-is/umd/react-is.production.min.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react-is/umd/react-is.production.min.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 2.28 kB | 2.23 kB | = | 0.85 kB | 0.85 kB\n| [oss-stable/react-is/umd/react-is.production.min.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react-is/umd/react-is.production.min.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 2.28 kB | 2.23 kB | = | 0.85 kB | 0.85 kB\n| [oss-experimental/react-is/umd/react-is.production.min.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react-is/umd/react-is.production.min.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 2.31 kB | 2.26 kB | = | 0.86 kB | 0.85 kB\n| [oss-experimental/react-is/cjs/react-is.production.min.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react-is/cjs/react-is.production.min.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 2.24 kB | 2.20 kB | = | 0.78 kB | 0.77 kB\n| [oss-stable-semver/react-is/cjs/react-is.production.min.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react-is/cjs/react-is.production.min.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 2.21 kB | 2.16 kB | = | 0.77 kB | 0.76 kB\n| [oss-stable/react-is/cjs/react-is.production.min.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react-is/cjs/react-is.production.min.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 2.21 kB | 2.16 kB | = | 0.77 kB | 0.76 kB\n| [facebook-react-native/react-is/cjs/ReactIs-prod.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-react-native/react-is/cjs/ReactIs-prod.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 4.64 kB | 4.52 kB | = | 1.14 kB | 1.13 kB\n| [facebook-react-native/react-is/cjs/ReactIs-profiling.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-react-native/react-is/cjs/ReactIs-profiling.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 4.64 kB | 4.52 kB | = | 1.14 kB | 1.13 kB\n| [oss-experimental/react-is/umd/react-is.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react-is/umd/react-is.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 7.23 kB | 6.84 kB | = | 1.94 kB | 1.86 kB\n| [oss-stable-semver/react-is/umd/react-is.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react-is/umd/react-is.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 7.21 kB | 6.82 kB | = | 1.94 kB | 1.85 kB\n| [oss-stable/react-is/umd/react-is.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react-is/umd/react-is.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 7.21 kB | 6.82 kB | = | 1.94 kB | 1.85 kB\n| [facebook-react-native/react-is/cjs/ReactIs-dev.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-react-native/react-is/cjs/ReactIs-dev.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 7.26 kB | 6.87 kB | = | 1.83 kB | 1.75 kB\n| [oss-experimental/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react-is/cjs/react-is.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 6.66 kB | 6.29 kB | = | 1.85 kB | 1.76 kB\n| [oss-stable-semver/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react-is/cjs/react-is.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 6.63 kB | 6.27 kB | = | 1.84 kB | 1.76 kB\n| [oss-stable/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react-is/cjs/react-is.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 6.63 kB | 6.27 kB | = | 1.84 kB | 1.76 kB\n| [oss-experimental/react-is/cjs/react-is.production.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react-is/cjs/react-is.production.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 6.65 kB | 6.28 kB | = | 1.81 kB | 1.72 kB\n| [oss-stable-semver/react-is/cjs/react-is.production.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react-is/cjs/react-is.production.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 6.62 kB | 6.25 kB | = | 1.80 kB | 1.72 kB\n| [oss-stable/react-is/cjs/react-is.production.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react-is/cjs/react-is.production.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 6.62 kB | 6.25 kB | = | 1.80 kB | 1.72 kB\n| [facebook-www/ReactIs-prod.classic.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactIs-prod.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 5.83 kB | 5.14 kB | = | 1.36 kB | 1.26 kB\n| [facebook-www/ReactIs-prod.modern.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactIs-prod.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 5.83 kB | 5.14 kB | = | 1.36 kB | 1.26 kB\n| [facebook-www/ReactIs-dev.classic.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactIs-dev.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 8.30 kB | 7.30 kB | = | 1.97 kB | 1.82 kB\n| [facebook-www/ReactIs-dev.modern.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactIs-dev.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 8.29 kB | 7.30 kB | = | 1.97 kB | 1.82 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/__test_utils__/ReactAllWarnings.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **Deleted** | 66.35 kB | 0.00 kB | Deleted | 16.24 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/react/cjs/react.production.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react/cjs/react.production.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 38.32 kB | 38.24 kB | = | 10.70 kB | 10.67 kB\n| [oss-stable-semver/react/cjs/react.production.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react/cjs/react.production.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 38.29 kB | 38.22 kB | = | 10.67 kB | 10.65 kB\n| [oss-experimental/react-server/cjs/react-server.production.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react-server/cjs/react-server.production.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 168.34 kB | 167.95 kB | = | 38.90 kB | 38.81 kB\n| [facebook-www/ReactDOMTesting-prod.modern.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactDOMTesting-prod.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 593.97 kB | 592.59 kB | = | 106.08 kB | 105.88 kB\n| [oss-stable-semver/react-server/cjs/react-server.production.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react-server/cjs/react-server.production.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 156.06 kB | 155.68 kB | = | 36.73 kB | 36.64 kB\n| [oss-stable/react-server/cjs/react-server.production.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react-server/cjs/react-server.production.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 156.06 kB | 155.68 kB | = | 36.73 kB | 36.64 kB\n| [oss-experimental/react-server/cjs/react-server.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react-server/cjs/react-server.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 213.20 kB | 212.67 kB | = | 49.34 kB | 49.22 kB\n| [facebook-www/ReactDOM-profiling.classic.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactDOM-profiling.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 624.44 kB | 622.87 kB | = | 109.49 kB | 109.25 kB\n| [facebook-www/ReactART-dev.classic.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactART-dev.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 1,066.89 kB | 1,064.19 kB | = | 209.75 kB | 209.43 kB\n| [facebook-www/ReactART-dev.modern.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactART-dev.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 1,054.68 kB | 1,051.99 kB | = | 207.34 kB | 207.02 kB\n| [facebook-www/ReactDOMTesting-prod.classic.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactDOMTesting-prod.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 608.78 kB | 607.21 kB | = | 108.62 kB | 108.38 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactDOM-prod.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 594.00 kB | 592.43 kB | = | 104.93 kB | 104.71 kB\n| [oss-stable-semver/react-server/cjs/react-server.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react-server/cjs/react-server.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 200.97 kB | 200.43 kB | = | 47.12 kB | 46.99 kB\n| [oss-stable/react-server/cjs/react-server.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react-server/cjs/react-server.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 200.97 kB | 200.43 kB | = | 47.12 kB | 46.99 kB\n| [facebook-www/ReactDOMServer-dev.classic.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactDOMServer-dev.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 495.23 kB | 493.77 kB | = | 100.66 kB | 100.42 kB\n| [facebook-www/ReactDOMServer-dev.modern.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactDOMServer-dev.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 492.65 kB | 491.20 kB | = | 100.17 kB | 99.95 kB\n| [facebook-www/ReactDOMServerStreaming-dev.modern.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactDOMServerStreaming-dev.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 485.42 kB | 483.97 kB | = | 98.55 kB | 98.34 kB\n| [facebook-www/ReactART-prod.modern.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactART-prod.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 352.38 kB | 351.30 kB | = | 59.92 kB | 59.75 kB\n| [oss-experimental/react/cjs/react.react-server.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react/cjs/react.react-server.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 83.26 kB | 82.97 kB | = | 23.34 kB | 23.27 kB\n| [oss-experimental/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 9.60 kB | 9.56 kB | = | 3.27 kB | 3.26 kB\n| [oss-stable-semver/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 9.60 kB | 9.56 kB | = | 3.27 kB | 3.26 kB\n| [oss-stable/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 9.60 kB | 9.56 kB | = | 3.27 kB | 3.26 kB\n| [oss-stable/react/cjs/react.react-server.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react/cjs/react.react-server.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 75.70 kB | 75.41 kB | = | 21.03 kB | 20.96 kB\n| [oss-stable-semver/react/cjs/react.react-server.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react/cjs/react.react-server.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 75.68 kB | 75.39 kB | = | 21.00 kB | 20.93 kB\n| [facebook-www/ReactDOMServerStreaming-prod.modern.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactDOMServerStreaming-prod.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 208.22 kB | 207.41 kB | = | 38.43 kB | 38.28 kB\n| [facebook-www/ReactDOMServer-prod.classic.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactDOMServer-prod.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 205.92 kB | 205.08 kB | = | 37.35 kB | 37.20 kB\n| [facebook-www/ReactDOMServer-prod.modern.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactDOMServer-prod.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 204.36 kB | 203.52 kB | = | 37.06 kB | 36.88 kB\n| [facebook-www/ReactART-prod.classic.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactART-prod.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 363.83 kB | 362.26 kB | = | 61.92 kB | 61.69 kB\n| [oss-experimental/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react-debug-tools/cjs/react-debug-tools.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 28.48 kB | 28.34 kB | = | 7.44 kB | 7.41 kB\n| [oss-stable-semver/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react-debug-tools/cjs/react-debug-tools.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 28.48 kB | 28.34 kB | = | 7.44 kB | 7.41 kB\n| [oss-stable/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react-debug-tools/cjs/react-debug-tools.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 28.48 kB | 28.34 kB | = | 7.44 kB | 7.41 kB\n| [facebook-react-native/react/cjs/JSXRuntime-dev.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-react-native/react/cjs/JSXRuntime-dev.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 49.12 kB | 48.81 kB | = | 13.05 kB | 12.98 kB\n| [facebook-react-native/react/cjs/JSXDEVRuntime-dev.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-react-native/react/cjs/JSXDEVRuntime-dev.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 47.71 kB | 47.40 kB | = | 12.68 kB | 12.62 kB\n| [oss-experimental/react/cjs/react-jsx-runtime.react-server.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react/cjs/react-jsx-runtime.react-server.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 43.72 kB | 43.43 kB | = | 13.10 kB | 13.05 kB\n| [oss-experimental/react/cjs/react-jsx-runtime.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react/cjs/react-jsx-runtime.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 43.65 kB | 43.36 kB | = | 13.08 kB | 13.02 kB\n| [oss-experimental/react/cjs/react-jsx-dev-runtime.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react/cjs/react-jsx-dev-runtime.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 42.42 kB | 42.13 kB | = | 12.72 kB | 12.66 kB\n| [oss-stable-semver/react/cjs/react-jsx-runtime.react-server.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react/cjs/react-jsx-runtime.react-server.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 42.05 kB | 41.76 kB | = | 12.45 kB | 12.38 kB\n| [oss-stable/react/cjs/react-jsx-runtime.react-server.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react/cjs/react-jsx-runtime.react-server.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 42.05 kB | 41.76 kB | = | 12.45 kB | 12.38 kB\n| [oss-stable-semver/react/cjs/react-jsx-runtime.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react/cjs/react-jsx-runtime.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 41.98 kB | 41.69 kB | = | 12.43 kB | 12.36 kB\n| [oss-stable/react/cjs/react-jsx-runtime.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react/cjs/react-jsx-runtime.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 41.98 kB | 41.69 kB | = | 12.43 kB | 12.36 kB\n| [oss-stable-semver/react/cjs/react-jsx-dev-runtime.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react/cjs/react-jsx-dev-runtime.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 40.75 kB | 40.46 kB | = | 12.07 kB | 12.01 kB\n| [oss-stable/react/cjs/react-jsx-dev-runtime.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react/cjs/react-jsx-dev-runtime.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 40.75 kB | 40.46 kB | = | 12.07 kB | 12.01 kB\n| [facebook-www/ReactServer-dev.modern.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactServer-dev.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 93.76 kB | 92.97 kB | = | 22.23 kB | 22.13 kB\n| [oss-experimental/react/umd/react.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react/umd/react.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 125.18 kB | 123.44 kB | = | 32.32 kB | 32.06 kB\n| [oss-experimental/react-reconciler/cjs/react-reconciler-reflection.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react-reconciler/cjs/react-reconciler-reflection.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 18.81 kB | 18.55 kB | = | 5.41 kB | 5.36 kB\n| [oss-stable-semver/react-reconciler/cjs/react-reconciler-reflection.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react-reconciler/cjs/react-reconciler-reflection.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 18.81 kB | 18.55 kB | = | 5.41 kB | 5.36 kB\n| [oss-stable/react-reconciler/cjs/react-reconciler-reflection.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react-reconciler/cjs/react-reconciler-reflection.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 18.81 kB | 18.55 kB | = | 5.41 kB | 5.36 kB\n| [oss-stable/react/umd/react.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react/umd/react.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 121.38 kB | 119.63 kB | = | 31.18 kB | 30.92 kB\n| [oss-stable-semver/react/umd/react.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react/umd/react.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 121.35 kB | 119.61 kB | = | 31.15 kB | 30.89 kB\n| [facebook-react-native/react/cjs/React-dev.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-react-native/react/cjs/React-dev.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 121.91 kB | 120.07 kB | = | 29.25 kB | 28.98 kB\n| [facebook-www/JSXDEVRuntime-dev.classic.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/JSXDEVRuntime-dev.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 50.68 kB | 49.89 kB | = | 13.26 kB | 13.15 kB\n| [facebook-www/JSXDEVRuntime-dev.modern.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/JSXDEVRuntime-dev.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 50.68 kB | 49.89 kB | = | 13.26 kB | 13.15 kB\n| [oss-experimental/react/cjs/react.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react/cjs/react.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 102.07 kB | 100.45 kB | = | 27.58 kB | 27.33 kB\n| [facebook-www/React-profiling.classic.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/React-profiling.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 21.01 kB | 20.67 kB | = | 5.23 kB | 5.18 kB\n| [facebook-www/React-profiling.modern.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/React-profiling.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 20.73 kB | 20.39 kB | = | 5.17 kB | 5.12 kB\n| [oss-stable/react/cjs/react.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react/cjs/react.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 98.40 kB | 96.78 kB | = | 26.51 kB | 26.24 kB\n| [oss-stable-semver/react/cjs/react.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react/cjs/react.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 98.37 kB | 96.76 kB | = | 26.48 kB | 26.21 kB\n| [facebook-www/React-prod.classic.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/React-prod.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 20.58 kB | 20.24 kB | = | 5.15 kB | 5.11 kB\n| [facebook-www/React-prod.modern.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/React-prod.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 20.29 kB | 19.95 kB | = | 5.08 kB | 5.04 kB\n| [facebook-www/React-dev.classic.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/React-dev.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 125.62 kB | 123.10 kB | = | 29.91 kB | 29.58 kB\n| [facebook-www/React-dev.modern.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/React-dev.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 124.04 kB | 121.52 kB | = | 29.52 kB | 29.18 kB\n| [oss-stable-semver/react-is/umd/react-is.production.min.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react-is/umd/react-is.production.min.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 2.28 kB | 2.23 kB | = | 0.85 kB | 0.85 kB\n| [oss-stable/react-is/umd/react-is.production.min.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react-is/umd/react-is.production.min.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 2.28 kB | 2.23 kB | = | 0.85 kB | 0.85 kB\n| [oss-experimental/react-is/umd/react-is.production.min.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react-is/umd/react-is.production.min.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 2.31 kB | 2.26 kB | = | 0.86 kB | 0.85 kB\n| [oss-experimental/react-is/cjs/react-is.production.min.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react-is/cjs/react-is.production.min.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 2.24 kB | 2.20 kB | = | 0.78 kB | 0.77 kB\n| [oss-stable-semver/react-is/cjs/react-is.production.min.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react-is/cjs/react-is.production.min.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 2.21 kB | 2.16 kB | = | 0.77 kB | 0.76 kB\n| [oss-stable/react-is/cjs/react-is.production.min.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react-is/cjs/react-is.production.min.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 2.21 kB | 2.16 kB | = | 0.77 kB | 0.76 kB\n| [facebook-react-native/react-is/cjs/ReactIs-prod.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-react-native/react-is/cjs/ReactIs-prod.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 4.64 kB | 4.52 kB | = | 1.14 kB | 1.13 kB\n| [facebook-react-native/react-is/cjs/ReactIs-profiling.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-react-native/react-is/cjs/ReactIs-profiling.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 4.64 kB | 4.52 kB | = | 1.14 kB | 1.13 kB\n| [oss-experimental/react-is/umd/react-is.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react-is/umd/react-is.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 7.23 kB | 6.84 kB | = | 1.94 kB | 1.86 kB\n| [oss-stable-semver/react-is/umd/react-is.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react-is/umd/react-is.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 7.21 kB | 6.82 kB | = | 1.94 kB | 1.85 kB\n| [oss-stable/react-is/umd/react-is.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react-is/umd/react-is.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 7.21 kB | 6.82 kB | = | 1.94 kB | 1.85 kB\n| [facebook-react-native/react-is/cjs/ReactIs-dev.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-react-native/react-is/cjs/ReactIs-dev.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 7.26 kB | 6.87 kB | = | 1.83 kB | 1.75 kB\n| [oss-experimental/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react-is/cjs/react-is.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 6.66 kB | 6.29 kB | = | 1.85 kB | 1.76 kB\n| [oss-stable-semver/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react-is/cjs/react-is.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 6.63 kB | 6.27 kB | = | 1.84 kB | 1.76 kB\n| [oss-stable/react-is/cjs/react-is.development.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react-is/cjs/react-is.development.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 6.63 kB | 6.27 kB | = | 1.84 kB | 1.76 kB\n| [oss-experimental/react-is/cjs/react-is.production.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-experimental/react-is/cjs/react-is.production.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 6.65 kB | 6.28 kB | = | 1.81 kB | 1.72 kB\n| [oss-stable-semver/react-is/cjs/react-is.production.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable-semver/react-is/cjs/react-is.production.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 6.62 kB | 6.25 kB | = | 1.80 kB | 1.72 kB\n| [oss-stable/react-is/cjs/react-is.production.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/oss-stable/react-is/cjs/react-is.production.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 6.62 kB | 6.25 kB | = | 1.80 kB | 1.72 kB\n| [facebook-www/ReactIs-prod.classic.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactIs-prod.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 5.83 kB | 5.14 kB | = | 1.36 kB | 1.26 kB\n| [facebook-www/ReactIs-prod.modern.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactIs-prod.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 5.83 kB | 5.14 kB | = | 1.36 kB | 1.26 kB\n| [facebook-www/ReactIs-dev.classic.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactIs-dev.classic.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 8.30 kB | 7.30 kB | = | 1.97 kB | 1.82 kB\n| [facebook-www/ReactIs-dev.modern.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/facebook-www/ReactIs-dev.modern.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **=** | 8.29 kB | 7.30 kB | = | 1.97 kB | 1.82 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/ed30b1494e6c251c20066023292bb0400bfa4b1a/files/__test_utils__/ReactAllWarnings.js?compare=239d06e2b8b0f2dabd6bc154e5f24d594ac5840d) | **Deleted** | 66.35 kB | 0.00 kB | Deleted | 16.24 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 ed30b1494e6c251c20066023292bb0400bfa4b1a\n</p>\n" ]
2024-02-25 18:41:38
2024-02-25 20:30:02
null
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28437', 'html_url': 'https://github.com/facebook/react/pull/28437', 'diff_url': 'https://github.com/facebook/react/pull/28437.diff', 'patch_url': 'https://github.com/facebook/react/pull/28437.patch', 'merged_at': None}
Removes the flag for https://github.com/facebook/react/pull/28226, turning it on everywhere.
{'url': 'https://api.github.com/repos/facebook/react/issues/28437/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/28437/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28436
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28436/labels{/name}
https://api.github.com/repos/facebook/react/issues/28436/comments
https://api.github.com/repos/facebook/react/issues/28436/events
https://github.com/facebook/react/pull/28436
2,152,862,812
PR_kwDOAJy2Ks5n2Jiz
28,436
Make enableClientRenderFallbackOnText dynamic
{'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: aed00dacfb79d17c53218404c52b1c7aa59c4a89...44de329a9cfe54b5871d0bd15feeddc8eef231c8\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/44de329a9cfe54b5871d0bd15feeddc8eef231c8/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=aed00dacfb79d17c53218404c52b1c7aa59c4a89) | **=** | 176.86 kB | 176.86 kB | = | 55.13 kB | 55.13 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/44de329a9cfe54b5871d0bd15feeddc8eef231c8/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=aed00dacfb79d17c53218404c52b1c7aa59c4a89) | **=** | 179.01 kB | 179.01 kB | = | 55.77 kB | 55.77 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/44de329a9cfe54b5871d0bd15feeddc8eef231c8/files/facebook-www/ReactDOM-prod.classic.js?compare=aed00dacfb79d17c53218404c52b1c7aa59c4a89) | **+0.27%** | 592.40 kB | 594.00 kB | +0.26% | 104.66 kB | 104.93 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/44de329a9cfe54b5871d0bd15feeddc8eef231c8/files/facebook-www/ReactDOM-prod.modern.js?compare=aed00dacfb79d17c53218404c52b1c7aa59c4a89) | **+0.28%** | 575.68 kB | 577.29 kB | +0.29% | 101.66 kB | 101.95 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/44de329a9cfe54b5871d0bd15feeddc8eef231c8/files/__test_utils__/ReactAllWarnings.js?compare=aed00dacfb79d17c53218404c52b1c7aa59c4a89) | **Deleted** | 66.35 kB | 0.00 kB | Deleted | 16.24 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/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/44de329a9cfe54b5871d0bd15feeddc8eef231c8/files/facebook-www/ReactDOM-prod.modern.js?compare=aed00dacfb79d17c53218404c52b1c7aa59c4a89) | **+0.28%** | 575.68 kB | 577.29 kB | +0.29% | 101.66 kB | 101.95 kB\n| [facebook-www/ReactDOMTesting-prod.modern.js](https://react-builds.vercel.app/commits/44de329a9cfe54b5871d0bd15feeddc8eef231c8/files/facebook-www/ReactDOMTesting-prod.modern.js?compare=aed00dacfb79d17c53218404c52b1c7aa59c4a89) | **+0.27%** | 592.36 kB | 593.97 kB | +0.25% | 105.81 kB | 106.08 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/44de329a9cfe54b5871d0bd15feeddc8eef231c8/files/facebook-www/ReactDOM-prod.classic.js?compare=aed00dacfb79d17c53218404c52b1c7aa59c4a89) | **+0.27%** | 592.40 kB | 594.00 kB | +0.26% | 104.66 kB | 104.93 kB\n| [facebook-www/ReactDOM-profiling.modern.js](https://react-builds.vercel.app/commits/44de329a9cfe54b5871d0bd15feeddc8eef231c8/files/facebook-www/ReactDOM-profiling.modern.js?compare=aed00dacfb79d17c53218404c52b1c7aa59c4a89) | **+0.26%** | 606.05 kB | 607.66 kB | +0.27% | 106.17 kB | 106.45 kB\n| [facebook-www/ReactDOMTesting-prod.classic.js](https://react-builds.vercel.app/commits/44de329a9cfe54b5871d0bd15feeddc8eef231c8/files/facebook-www/ReactDOMTesting-prod.classic.js?compare=aed00dacfb79d17c53218404c52b1c7aa59c4a89) | **+0.26%** | 607.18 kB | 608.78 kB | +0.25% | 108.34 kB | 108.62 kB\n| [facebook-www/ReactDOM-profiling.classic.js](https://react-builds.vercel.app/commits/44de329a9cfe54b5871d0bd15feeddc8eef231c8/files/facebook-www/ReactDOM-profiling.classic.js?compare=aed00dacfb79d17c53218404c52b1c7aa59c4a89) | **+0.26%** | 622.84 kB | 624.44 kB | +0.26% | 109.20 kB | 109.49 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/44de329a9cfe54b5871d0bd15feeddc8eef231c8/files/__test_utils__/ReactAllWarnings.js?compare=aed00dacfb79d17c53218404c52b1c7aa59c4a89) | **Deleted** | 66.35 kB | 0.00 kB | Deleted | 16.24 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 44de329a9cfe54b5871d0bd15feeddc8eef231c8\n</p>\n" ]
2024-02-25 17:28:59
2024-02-25 18:20:43
2024-02-25 18:20:43
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28436', 'html_url': 'https://github.com/facebook/react/pull/28436', 'diff_url': 'https://github.com/facebook/react/pull/28436.diff', 'patch_url': 'https://github.com/facebook/react/pull/28436.patch', 'merged_at': datetime.datetime(2024, 2, 25, 18, 20, 43)}
null
{'url': 'https://api.github.com/repos/facebook/react/issues/28436/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/28436/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28435
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28435/labels{/name}
https://api.github.com/repos/facebook/react/issues/28435/comments
https://api.github.com/repos/facebook/react/issues/28435/events
https://github.com/facebook/react/issues/28435
2,152,375,677
I_kwDOAJy2Ks6ASqV9
28,435
Nested <form> elements error with "A React form was unexpectedly submitted."
{'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': 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
[ "Ideas for better errors:\r\n\r\nIf we block either form from submitting (current behavior):\r\n\r\n> Multiple forms attempted to submit, actions in nested `<form>` elements **block all actions from submitting**\r\n\r\nIf we call the top-most action, similar to the browser behavior:\r\n\r\n> Multiple forms attempted to submit, actions in nested `<form>` elements **are ignored**", "The general issue is we don’t want to pay the cost of dom nesting checks in prod. It’s a penalty to everyone that actually reads their logs and fixes their bugs.\r\n\r\nThe important bit is that the log needs to come first.", "Also, it's a common bug of error dialogs to treat `window.onerror` as a pop up, and `console.error` not, so you get confused by a later error. This is a bug in ~CodeSandbox~ or maybe it's CRA?", "@sebmarkbage one idea I had is that during hydration, we could change the form action string to `javascript:throw new Error('Multiple forms attempted to submit, actions in nested <form> elements block all actions from submitting.')`. \r\n\r\nWould that also be expensive, and could that be done in a way that only de-opts if you use the nested pattern (so the correct pattern doesn't pay the cost)?", "That would typically not be correct because the common reason to hit this code path is what it says in the original string, not nested forms.", "We don't have too many ways to fix this because we have to be in the bubble phase `'submit'` handler to play well with the rest of the event system. Additionally, it should ideally play with the Navigation API which would replace our current implementation.\r\n\r\nSo we can't just add any semantics we want.\r\n\r\nWe also have limited options to detect this is even what is happening.", "I'm still confused why we don't end up in our event handler which calls preventDefault though.", "@sebmarkbage what i was thinking is in `createInstance` if `validateDOMNesting` is false, we walk back up the tree and change the string for all parent forms (so it only changes if you are doing the nesting, all other cases show the original error). \r\n\r\nBut I guess what you mean is if you did submit incorrectly outside of the nested form, so it goes directly to the parent form, then the original error would be correct. Showing the nested error would be wrong when you did this:\r\n\r\n```jsx\r\nfunction Component() {\r\n return (\r\n <form>\r\n <form>\r\n // this should show the nested error\r\n <Button />\r\n </form>\r\n \r\n // this should show the original error\r\n <ButtonWithBadSubmit />\r\n </form>\r\n )\r\n\r\n}\r\n```\r\n\r\nso there's not a good way to fix this case which doesn't impact the other cases", "well, if it's dev only we can also just disable all error logging after the first error in that case. But seems unnecessary since you should act on the first one and the other consequences can be important to dig into. So it's mainly a UI problem in the DX.", "It guess the issue is that the browser stops propagation and doesn't let the submit event bubble up (which makes sense since it might fire the submit event on the parent which isn't right).\r\n\r\nSo it's as if the browser calls stopPropagation().\r\n\r\nIf we didn't use event delegation for these, we might have a way to intercept it but that has other consequences. So maybe we just wait to fix this until we fix the rest of the event system.", "has this been solved ? if no, can i contribute?\r\n" ]
2024-02-24 15:59:35
2024-02-26 18:51:03
null
MEMBER
null
null
null
## Overview Nested form elements are invalid HTML and cause a hydration error, falling back to client-rendering. When we client render, we add back the nested <form> element, but when you submit the form we error with a cryptic: > A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you're trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault(). Instead, we should error saying that nested form elements are invalid HTML even after (on only with) client render. We could also match the browser behavior of ignoring the nested form element and submitting the parent form action. There is an earlier warning about the invalid form elements: > Warning: validateDOMNesting(...): <form> cannot appear as a descendant of <form>. React version: canary ## Steps To Reproduce https://codesandbox.io/p/sandbox/friendly-paper-8frfc9
{'url': 'https://api.github.com/repos/facebook/react/issues/28435/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/28435/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28434
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28434/labels{/name}
https://api.github.com/repos/facebook/react/issues/28434/comments
https://api.github.com/repos/facebook/react/issues/28434/events
https://github.com/facebook/react/pull/28434
2,151,984,851
PR_kwDOAJy2Ks5nzcgS
28,434
Validate DOM nesting for hydration before the hydration warns / errors
{'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: d579e7748218920331252b0528850943d5e2dd31...353871a1fef9dd2430ed0c8bf0e1530b82a161fa\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/353871a1fef9dd2430ed0c8bf0e1530b82a161fa/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=d579e7748218920331252b0528850943d5e2dd31) | **=** | 176.86 kB | 176.86 kB | = | 55.13 kB | 55.13 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/353871a1fef9dd2430ed0c8bf0e1530b82a161fa/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=d579e7748218920331252b0528850943d5e2dd31) | **=** | 179.01 kB | 179.01 kB | = | 55.78 kB | 55.77 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/353871a1fef9dd2430ed0c8bf0e1530b82a161fa/files/facebook-www/ReactDOM-prod.classic.js?compare=d579e7748218920331252b0528850943d5e2dd31) | **=** | 592.40 kB | 592.40 kB | = | 104.66 kB | 104.66 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/353871a1fef9dd2430ed0c8bf0e1530b82a161fa/files/facebook-www/ReactDOM-prod.modern.js?compare=d579e7748218920331252b0528850943d5e2dd31) | **=** | 575.68 kB | 575.68 kB | = | 101.65 kB | 101.66 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/353871a1fef9dd2430ed0c8bf0e1530b82a161fa/files/__test_utils__/ReactAllWarnings.js?compare=d579e7748218920331252b0528850943d5e2dd31) | **Deleted** | 66.20 kB | 0.00 kB | Deleted | 16.24 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/353871a1fef9dd2430ed0c8bf0e1530b82a161fa/files/__test_utils__/ReactAllWarnings.js?compare=d579e7748218920331252b0528850943d5e2dd31) | **Deleted** | 66.20 kB | 0.00 kB | Deleted | 16.24 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 353871a1fef9dd2430ed0c8bf0e1530b82a161fa\n</p>\n", "The issue is that you can get the message while client navigating or loading something, in development, which may then cause a hydration error in production or in another scenario when you MPA nav. That's the reason the warning exists in other cases in the first place. So it's easier to just keep it short.", "Ah yeah that makes sense", "Nice improvement." ]
2024-02-24 00:21:07
2024-02-25 15:57:51
2024-02-24 05:45:42
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28434', 'html_url': 'https://github.com/facebook/react/pull/28434', 'diff_url': 'https://github.com/facebook/react/pull/28434.diff', 'patch_url': 'https://github.com/facebook/react/pull/28434.patch', 'merged_at': datetime.datetime(2024, 2, 24, 5, 45, 42)}
If there's invalid dom nesting, there will be mismatches following but the nesting is the most important cause of the problem. Previously we would include the DOM nesting when rerendering thanks to the new model of throw and recovery. However, the log would come during the recovery phase which is after we've already logged that there was a hydration mismatch. People would consistently miss this log. Which is fair because you should always look at the first log first as the most probable cause. This ensures that we log in the hydration phase if there's a dom nesting issue. This assumes that the consequence of nesting will appear such that the won't have a mismatch before this. That's typically the case because the node will move up and to be a later sibling. So as long as that happens and we keep hydrating depth first, it should hold true. There might be an issue if there's a suspense boundary between the nodes we'll find discover the new child in the outer path since suspense boundaries as breadth first. Before: <img width="996" alt="Screenshot 2024-02-23 at 7 34 01 PM" src="https://github.com/facebook/react/assets/63648/af70cf7f-898b-477f-be39-13b01cfe585f"> After: <img width="853" alt="Screenshot 2024-02-23 at 7 22 24 PM" src="https://github.com/facebook/react/assets/63648/896c6348-1620-4f99-881d-b6069263925e"> Cameo: RSC stacks.
{'url': 'https://api.github.com/repos/facebook/react/issues/28434/reactions', 'total_count': 2, '+1': 1, '-1': 0, 'laugh': 0, 'hooray': 1, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28434/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28433
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28433/labels{/name}
https://api.github.com/repos/facebook/react/issues/28433/comments
https://api.github.com/repos/facebook/react/issues/28433/events
https://github.com/facebook/react/pull/28433
2,151,712,388
PR_kwDOAJy2Ks5nyghy
28,433
Delete use of `source` in JSX runtime
{'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: 47beb96ccf1085fe048c4d79d1f762566166d94e...3018f45504e51d65a27b410a5a954dda8cd0ab5b\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/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 176.86 kB | 176.86 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 179.00 kB | 179.00 kB | = | 55.78 kB | 55.78 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/facebook-www/ReactDOM-prod.classic.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 591.78 kB | 591.78 kB | = | 104.51 kB | 104.51 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/facebook-www/ReactDOM-prod.modern.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 575.07 kB | 575.07 kB | = | 101.51 kB | 101.51 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/__test_utils__/ReactAllWarnings.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **Deleted** | 66.50 kB | 0.00 kB | Deleted | 16.27 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/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/oss-experimental/react/umd/react.development.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 126.03 kB | 125.29 kB | = | 32.51 kB | 32.34 kB\n| [oss-stable/react/umd/react.development.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/oss-stable/react/umd/react.development.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 122.22 kB | 121.49 kB | = | 31.40 kB | 31.20 kB\n| [oss-stable-semver/react/umd/react.development.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/oss-stable-semver/react/umd/react.development.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 122.20 kB | 121.46 kB | = | 31.37 kB | 31.17 kB\n| [oss-experimental/react/cjs/react.development.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/oss-experimental/react/cjs/react.development.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 102.87 kB | 102.18 kB | = | 27.78 kB | 27.61 kB\n| [oss-stable/react/cjs/react.development.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/oss-stable/react/cjs/react.development.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 99.20 kB | 98.51 kB | = | 26.70 kB | 26.53 kB\n| [oss-stable-semver/react/cjs/react.development.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/oss-stable-semver/react/cjs/react.development.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 99.18 kB | 98.49 kB | = | 26.67 kB | 26.50 kB\n| [facebook-www/React-dev.classic.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/facebook-www/React-dev.classic.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 123.34 kB | 122.36 kB | = | 29.44 kB | 29.24 kB\n| [facebook-www/React-dev.modern.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/facebook-www/React-dev.modern.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 121.76 kB | 120.78 kB | = | 29.05 kB | 28.86 kB\n| [oss-experimental/react/cjs/react.react-server.development.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/oss-experimental/react/cjs/react.react-server.development.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 84.05 kB | 83.36 kB | = | 23.53 kB | 23.36 kB\n| [oss-stable/react/cjs/react.react-server.development.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/oss-stable/react/cjs/react.react-server.development.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 76.49 kB | 75.80 kB | = | 21.22 kB | 21.05 kB\n| [oss-stable-semver/react/cjs/react.react-server.development.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/oss-stable-semver/react/cjs/react.react-server.development.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 76.46 kB | 75.78 kB | = | 21.19 kB | 21.02 kB\n| [facebook-react-native/react/cjs/React-dev.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/facebook-react-native/react/cjs/React-dev.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 109.04 kB | 108.05 kB | = | 25.95 kB | 25.76 kB\n| [facebook-www/ReactServer-dev.modern.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/facebook-www/ReactServer-dev.modern.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 91.47 kB | 90.49 kB | = | 21.75 kB | 21.56 kB\n| [oss-experimental/react/cjs/react-jsx-runtime.react-server.development.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/oss-experimental/react/cjs/react-jsx-runtime.react-server.development.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 44.23 kB | 43.76 kB | = | 13.22 kB | 13.11 kB\n| [oss-experimental/react/cjs/react-jsx-runtime.development.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/oss-experimental/react/cjs/react-jsx-runtime.development.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 44.17 kB | 43.69 kB | = | 13.20 kB | 13.09 kB\n| [oss-experimental/react/cjs/react-jsx-dev-runtime.development.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/oss-experimental/react/cjs/react-jsx-dev-runtime.development.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 42.94 kB | 42.46 kB | = | 12.84 kB | 12.73 kB\n| [oss-stable-semver/react/cjs/react-jsx-runtime.react-server.development.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/oss-stable-semver/react/cjs/react-jsx-runtime.react-server.development.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 42.52 kB | 42.05 kB | = | 12.56 kB | 12.45 kB\n| [oss-stable/react/cjs/react-jsx-runtime.react-server.development.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/oss-stable/react/cjs/react-jsx-runtime.react-server.development.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 42.52 kB | 42.05 kB | = | 12.56 kB | 12.45 kB\n| [oss-stable-semver/react/cjs/react-jsx-runtime.development.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/oss-stable-semver/react/cjs/react-jsx-runtime.development.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 42.45 kB | 41.98 kB | = | 12.54 kB | 12.43 kB\n| [oss-stable/react/cjs/react-jsx-runtime.development.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/oss-stable/react/cjs/react-jsx-runtime.development.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 42.45 kB | 41.98 kB | = | 12.54 kB | 12.43 kB\n| [facebook-www/JSXDEVRuntime-dev.classic.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/facebook-www/JSXDEVRuntime-dev.classic.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 47.97 kB | 47.43 kB | = | 12.63 kB | 12.51 kB\n| [facebook-www/JSXDEVRuntime-dev.modern.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/facebook-www/JSXDEVRuntime-dev.modern.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 47.96 kB | 47.43 kB | = | 12.63 kB | 12.51 kB\n| [oss-stable-semver/react/cjs/react-jsx-dev-runtime.development.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/oss-stable-semver/react/cjs/react-jsx-dev-runtime.development.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 41.22 kB | 40.75 kB | = | 12.19 kB | 12.07 kB\n| [oss-stable/react/cjs/react-jsx-dev-runtime.development.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/oss-stable/react/cjs/react-jsx-dev-runtime.development.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 41.22 kB | 40.75 kB | = | 12.19 kB | 12.07 kB\n| [facebook-react-native/react/cjs/JSXRuntime-dev.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/facebook-react-native/react/cjs/JSXRuntime-dev.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 35.62 kB | 35.08 kB | = | 9.64 kB | 9.52 kB\n| [facebook-react-native/react/cjs/JSXDEVRuntime-dev.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/facebook-react-native/react/cjs/JSXDEVRuntime-dev.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **=** | 34.21 kB | 33.68 kB | = | 9.26 kB | 9.14 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/3018f45504e51d65a27b410a5a954dda8cd0ab5b/files/__test_utils__/ReactAllWarnings.js?compare=47beb96ccf1085fe048c4d79d1f762566166d94e) | **Deleted** | 66.50 kB | 0.00 kB | Deleted | 16.27 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 3018f45504e51d65a27b410a5a954dda8cd0ab5b\n</p>\n" ]
2024-02-23 19:57:22
2024-02-23 21:52:00
2024-02-23 21:52:00
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28433', 'html_url': 'https://github.com/facebook/react/pull/28433', 'diff_url': 'https://github.com/facebook/react/pull/28433.diff', 'patch_url': 'https://github.com/facebook/react/pull/28433.patch', 'merged_at': datetime.datetime(2024, 2, 23, 21, 52)}
Only remaining place it was being used was in a warning message.
{'url': 'https://api.github.com/repos/facebook/react/issues/28433/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/28433/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28432
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28432/labels{/name}
https://api.github.com/repos/facebook/react/issues/28432/comments
https://api.github.com/repos/facebook/react/issues/28432/events
https://github.com/facebook/react/pull/28432
2,151,523,683
PR_kwDOAJy2Ks5nx3Ip
28,432
Remove method name prefix from warnings and errors
{'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
[ "I also don't think we should add `Warning: ` to `console.error`.", "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: 66c8346401d271588e4c400921c5dab5478fc623...851560223d181b0fc514e28f0a91199a8899f479\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/851560223d181b0fc514e28f0a91199a8899f479/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 176.86 kB | 176.86 kB | = | 55.14 kB | 55.13 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 179.01 kB | 179.01 kB | = | 55.78 kB | 55.77 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/facebook-www/ReactDOM-prod.classic.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 592.40 kB | 592.40 kB | = | 104.67 kB | 104.66 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/facebook-www/ReactDOM-prod.modern.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 575.68 kB | 575.68 kB | = | 101.66 kB | 101.65 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/__test_utils__/ReactAllWarnings.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **Deleted** | 66.59 kB | 0.00 kB | Deleted | 16.30 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-profiling.classic.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/facebook-www/React-profiling.classic.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 21.07 kB | 21.01 kB | = | 5.25 kB | 5.23 kB\n| [facebook-www/React-profiling.modern.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/facebook-www/React-profiling.modern.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 20.78 kB | 20.73 kB | = | 5.18 kB | 5.17 kB\n| [facebook-www/React-prod.classic.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/facebook-www/React-prod.classic.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 20.64 kB | 20.58 kB | = | 5.17 kB | 5.15 kB\n| [facebook-www/React-prod.modern.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/facebook-www/React-prod.modern.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 20.35 kB | 20.29 kB | = | 5.10 kB | 5.08 kB\n| [facebook-react-native/react/cjs/React-profiling.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/facebook-react-native/react/cjs/React-profiling.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 19.27 kB | 19.22 kB | = | 4.88 kB | 4.86 kB\n| [facebook-react-native/react/cjs/React-prod.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/facebook-react-native/react/cjs/React-prod.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 19.13 kB | 19.07 kB | = | 4.86 kB | 4.85 kB\n| [oss-experimental/react/umd/react.production.min.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-experimental/react/umd/react.production.min.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 13.32 kB | 13.28 kB | = | 5.08 kB | 5.07 kB\n| [oss-experimental/react/umd/react.profiling.min.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-experimental/react/umd/react.profiling.min.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 13.32 kB | 13.28 kB | = | 5.08 kB | 5.07 kB\n| [oss-stable/react/umd/react.production.min.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-stable/react/umd/react.production.min.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 12.44 kB | 12.40 kB | = | 4.81 kB | 4.79 kB\n| [oss-stable/react/umd/react.profiling.min.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-stable/react/umd/react.profiling.min.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 12.44 kB | 12.40 kB | = | 4.81 kB | 4.79 kB\n| [oss-stable-semver/react/umd/react.production.min.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-stable-semver/react/umd/react.production.min.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 12.42 kB | 12.38 kB | = | 4.78 kB | 4.77 kB\n| [oss-stable-semver/react/umd/react.profiling.min.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-stable-semver/react/umd/react.profiling.min.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 12.42 kB | 12.38 kB | = | 4.78 kB | 4.77 kB\n| [oss-experimental/react/cjs/react.production.min.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-experimental/react/cjs/react.production.min.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 9.59 kB | 9.55 kB | = | 3.57 kB | 3.55 kB\n| [oss-experimental/react-dom/umd/react-dom-test-utils.development.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-experimental/react-dom/umd/react-dom-test-utils.development.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 58.43 kB | 58.17 kB | = | 16.24 kB | 16.21 kB\n| [oss-stable-semver/react-dom/umd/react-dom-test-utils.development.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-stable-semver/react-dom/umd/react-dom-test-utils.development.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 58.43 kB | 58.17 kB | = | 16.24 kB | 16.21 kB\n| [oss-stable/react-dom/umd/react-dom-test-utils.development.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-stable/react-dom/umd/react-dom-test-utils.development.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 58.43 kB | 58.17 kB | = | 16.24 kB | 16.21 kB\n| [oss-stable/react/cjs/react.production.min.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-stable/react/cjs/react.production.min.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 8.65 kB | 8.61 kB | = | 3.28 kB | 3.26 kB\n| [oss-stable-semver/react/cjs/react.production.min.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-stable-semver/react/cjs/react.production.min.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 8.62 kB | 8.58 kB | = | 3.25 kB | 3.24 kB\n| [oss-experimental/react-dom/cjs/react-dom-test-utils.development.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-experimental/react-dom/cjs/react-dom-test-utils.development.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 55.27 kB | 55.01 kB | = | 15.97 kB | 15.92 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-test-utils.development.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-stable-semver/react-dom/cjs/react-dom-test-utils.development.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 55.27 kB | 55.01 kB | = | 15.97 kB | 15.92 kB\n| [oss-stable/react-dom/cjs/react-dom-test-utils.development.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-stable/react-dom/cjs/react-dom-test-utils.development.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 55.27 kB | 55.01 kB | = | 15.97 kB | 15.92 kB\n| [facebook-www/ReactTestUtils-dev.classic.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/facebook-www/ReactTestUtils-dev.classic.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 54.41 kB | 54.14 kB | = | 13.84 kB | 13.80 kB\n| [facebook-www/ReactTestUtils-dev.modern.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/facebook-www/ReactTestUtils-dev.modern.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 54.41 kB | 54.14 kB | = | 13.84 kB | 13.80 kB\n| [oss-experimental/react-dom/cjs/react-dom-test-utils.production.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-experimental/react-dom/cjs/react-dom-test-utils.production.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 45.44 kB | 45.18 kB | = | 12.85 kB | 12.81 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-test-utils.production.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-stable-semver/react-dom/cjs/react-dom-test-utils.production.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 45.44 kB | 45.18 kB | = | 12.85 kB | 12.81 kB\n| [oss-stable/react-dom/cjs/react-dom-test-utils.production.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-stable/react-dom/cjs/react-dom-test-utils.production.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 45.44 kB | 45.18 kB | = | 12.85 kB | 12.81 kB\n| [oss-experimental/react-dom/cjs/react-dom-test-utils.production.min.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-experimental/react-dom/cjs/react-dom-test-utils.production.min.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 12.67 kB | 12.43 kB | = | 4.85 kB | 4.82 kB\n| [oss-stable-semver/react-dom/cjs/react-dom-test-utils.production.min.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-stable-semver/react-dom/cjs/react-dom-test-utils.production.min.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 12.67 kB | 12.43 kB | = | 4.85 kB | 4.82 kB\n| [oss-stable/react-dom/cjs/react-dom-test-utils.production.min.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-stable/react-dom/cjs/react-dom-test-utils.production.min.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 12.67 kB | 12.43 kB | = | 4.85 kB | 4.82 kB\n| [oss-experimental/react-dom/umd/react-dom-test-utils.production.min.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-experimental/react-dom/umd/react-dom-test-utils.production.min.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 12.77 kB | 12.52 kB | = | 4.91 kB | 4.87 kB\n| [oss-stable-semver/react-dom/umd/react-dom-test-utils.production.min.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-stable-semver/react-dom/umd/react-dom-test-utils.production.min.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 12.77 kB | 12.52 kB | = | 4.91 kB | 4.87 kB\n| [oss-stable/react-dom/umd/react-dom-test-utils.production.min.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/oss-stable/react-dom/umd/react-dom-test-utils.production.min.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 12.77 kB | 12.52 kB | = | 4.91 kB | 4.87 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/851560223d181b0fc514e28f0a91199a8899f479/files/__test_utils__/ReactAllWarnings.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **Deleted** | 66.59 kB | 0.00 kB | Deleted | 16.30 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 851560223d181b0fc514e28f0a91199a8899f479\n</p>\n", "I'm not opposed to this change, but I wanted to provide some historical context.\r\n\r\nThis was a practice adopted from some early Facebook codebases when stack traces, symbolication, and production reporting were still a total mess. Providing these helped give us some semblance of diagnostic similar to the top stack frame in modern tooling.\r\n\r\n> I also don't think we should add `Warning: ` to `console.error`.\r\n\r\nAlso not opposed, just want to make you aware of this dependent:\r\n\r\nhttps://github.com/facebook/react-native/blob/2647dc8c3976e2e8763faa3f4a23b59e9a0ad218/packages/react-native/Libraries/LogBox/LogBox.js#L179-L188", "> Also not opposed, just want to make you aware of this dependent:\r\n\r\n> https://github.com/facebook/react-native/blob/2647dc8c3976e2e8763faa3f4a23b59e9a0ad218/packages/react-native/Libraries/LogBox/LogBox.js#L179-L188\r\n\r\nDevTools itself has to do the same thing but the \"correct\" (meaning consistent) way is this check:\r\n \r\nhttps://github.com/facebook/react/blob/8fb0233a845974b4b1049e54b6c25dc54d6dd173/packages/react-devtools-shared/src/backend/console.js#L202-L203\r\n\r\nMaybe we can update LogBox to do the same check?", "@sebmarkbage the WarningFilter depends on that `Warning: ` prefix too in order to know which errors are Reacts, we'll need to update that too with some other kind of heuristic " ]
2024-02-23 17:37:58
2024-02-23 21:06:13
2024-02-23 20:16:55
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28432', 'html_url': 'https://github.com/facebook/react/pull/28432', 'diff_url': 'https://github.com/facebook/react/pull/28432.diff', 'patch_url': 'https://github.com/facebook/react/pull/28432.patch', 'merged_at': datetime.datetime(2024, 2, 23, 20, 16, 55)}
This pattern is a petpeeve of mine. I don't consider this best practice and so most don't have these prefixes. Very inconsistent. At best this is useless and noisey that you have to parse because the information is also in the stack trace. At worse these are misleading because they're highlighting something internal (like validateDOMNesting) which even suggests an internal bug. Even the ones public to React aren't necessarily what you called because you might be calling a wrapper around it. That would be properly reflected in a stack trace - which can also properly ignore list so that the first stack you see is your callsite, Which might be like `render()` in react-testing-library rather than `createRoot()` for example.
{'url': 'https://api.github.com/repos/facebook/react/issues/28432/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/28432/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28431
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28431/labels{/name}
https://api.github.com/repos/facebook/react/issues/28431/comments
https://api.github.com/repos/facebook/react/issues/28431/events
https://github.com/facebook/react/issues/28431
2,151,381,682
I_kwDOAJy2Ks6AO3qy
28,431
Bug: Using useSyncExternalStore with SSR and no getServerSnapshot results in error
{'login': 'kentcdodds', 'id': 1500684, 'node_id': 'MDQ6VXNlcjE1MDA2ODQ=', 'avatar_url': 'https://avatars.githubusercontent.com/u/1500684?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/kentcdodds', 'html_url': 'https://github.com/kentcdodds', 'followers_url': 'https://api.github.com/users/kentcdodds/followers', 'following_url': 'https://api.github.com/users/kentcdodds/following{/other_user}', 'gists_url': 'https://api.github.com/users/kentcdodds/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/kentcdodds/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/kentcdodds/subscriptions', 'organizations_url': 'https://api.github.com/users/kentcdodds/orgs', 'repos_url': 'https://api.github.com/users/kentcdodds/repos', 'events_url': 'https://api.github.com/users/kentcdodds/events{/privacy}', 'received_events_url': 'https://api.github.com/users/kentcdodds/received_events', 'type': 'User', 'site_admin': False}
[]
open
false
null
[]
null
[ "@kentcdodds In the **The current behavior** section, I believe it was a successful render.\r\n\r\nI replaced the last line with this:\r\n\r\n```js\r\ntry {\r\n console.log(ReactDOMServer.renderToString(createElement(App)));\r\n console.log('✅ Rendered successfully');\r\n} catch (e) {\r\n console.error('❌ Render error:', e);\r\n}\r\n```\r\n\r\nThe output showed that it is a successful render:\r\n\r\n```\r\n<div>Here&#x27;s the notifier:<!--$!--><template data-msg=\"Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.\" data-stck=\"\r\n at NarrowScreenNotifier\r\n at Suspense\r\n at div\r\n at App\"></template><!--/$--></div>\r\n✅ Rendered successfully\r\n```\r\n\r\nThe link [“force rendering on the client”](https://react.dev/reference/react/Suspense#providing-a-fallback-for-server-errors-and-client-only-content) in your quote points to a docs page about [using `<Suspense>` boundaries to handle errors on the server](https://twitter.com/kentcdodds/status/1757427395022499950), which seems to be what `useSyncExternalStore` does on the server in absence `getServerSnapshot`.\r\n\r\nSo this is what I understand would happen:\r\n\r\n1. `useSyncExternalStore` called on server without `getServerSnapshot`. As such, it throws an error\r\n2. Suspense fallback is rendered instead, with `<!--$!--><template data-msg=\"…\" data-stck=\"…\">…</template><!--/$-->`. I believe this is for propagating SSR errors to the client, so it can be displayed in the JS console.\r\n\r\nSo by throwing error, the Suspense boundary catches it, which as a side-effect, force rendering on the client.\r\n\r\nIn your [Remix example](https://stackblitz.com/edit/remix-run-remix-su1mep) I don’t see 500 errors in server side. I see fallback rendered properly, and then replaced by the client-side message.\r\n\r\n<img width=\"524\" alt=\"image\" src=\"https://github.com/facebook/react/assets/193136/bcfb7d6e-9e0a-4956-940b-45aa3e5adfa5\">\r\n\r\nIf I remove the Suspense boundary…\r\n\r\n```diff\r\n function App() {\r\n return createElement('div', {\r\n children: [\r\n \"Here's the notifier:\",\r\n+ createElement(NarrowScreenNotifier),\r\n- createElement(Suspense, {\r\n- fallback: '',\r\n- children: createElement(NarrowScreenNotifier),\r\n- }),\r\n ],\r\n });\r\n }\r\n```\r\n\r\nI get a real render error:\r\n\r\n```\r\n❌ Render error: Error: Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.\r\n at Object.useSyncExternalStore (/home/projects/stackblitz-starters-a5wwtm/node_modules/react-dom/cjs/react-dom-server-legacy.node.development.js:5218:11)\r\n at Module.useSyncExternalStore (/home/projects/stackblitz-starters-a5wwtm/node_modules/react/cjs/react.development.js:1676:21)\r\n at NarrowScreenNotifier (/home/projects/stackblitz-starters-a5wwtm/index.js:31:27)\r\n at renderWithHooks (/home/projects/stackblitz-starters-a5wwtm/node_modules/react-dom/cjs/react-dom-server-legacy.node.development.js:5662:16)\r\n at renderIndeterminateComponent (/home/projects/stackblitz-starters-a5wwtm/node_modules/react-dom/cjs/react-dom-server-legacy.node.development.js:5735:15)\r\n at renderElement (/home/projects/stackblitz-starters-a5wwtm/node_modules/react-dom/cjs/react-dom-server-legacy.node.development.js:5950:7)\r\n at renderNodeDestructiveImpl (/home/projects/stackblitz-starters-a5wwtm/node_modules/react-dom/cjs/react-dom-server-legacy.node.development.js:6108:11)\r\n at renderNodeDestructive (/home/projects/stackblitz-starters-a5wwtm/node_modules/react-dom/cjs/react-dom-server-legacy.node.development.js:6080:14)\r\n at renderNode (/home/projects/stackblitz-starters-a5wwtm/node_modules/react-dom/cjs/react-dom-server-legacy.node.development.js:6263:12)\r\n at renderChildrenArray (/home/projects/stackblitz-starters-a5wwtm/node_modules/react-dom/cjs/react-dom-server-legacy.node.development.js:6215:7)\r\n```\r\n\r\nThe same goes for Remix example:\r\n\r\n<img width=\"524\" alt=\"image\" src=\"https://github.com/facebook/react/assets/193136/209c10a1-9686-4081-80c0-94c978e951dd\">\r\n\r\nSo from my perspective I think it works as documented?", "\r\n\r\nI'm not seeing a hydration error in the Remix example. There is an error logged but that comes from `onRecoverableError`.\r\n\r\nIf I hydrate the `renderToString` markup with `hydrateRoot`, I get the final expected output: https://codesandbox.io/p/sandbox/romantic-minsky-vxwnvj. There is still a recoverable error logged which is expected.\r\n\r\nAs far as I can tell, the only bug is the 500 returned from Remix? What is Remix using to render on the server? Might be we need to adjust documentation", "Thank you both. @eps1lon your example was especially helpful. Thanks! I think if this is the recommended way to handle this situation, defaulting to logging an error is kind of confusing 🤔 But at least I can opt-out by having an empty `onRecoverableError` function. At the very least I think the docs could be updated to mention the use of `onRecoverableError` to handle the error that shows up in the console.", "Yeah we should update the docs to mention the error will still be logged as a recoverable error. \r\n\r\nWe default to logging an error when `onRecoverableError` is missing because otherwise you would miss errors for legit bugs. For example, if we didn't log this here, and you _accidentally_ forgot the server snapshot arg, you wouldn't catch it. \r\n\r\n`onRecoverableError` is the mechanism to ack deopts like this. You should only ignore the known errors though, otherwise you may miss errors for new issues that are actual bugs causing deopts. ", "Good call 👍 Thanks @rickhanlonii!", "I might be wrong but I think this is another case where a built-in API for \"continue this on the client\" (like the experimental `unstable_postpone`) would allow to differentiate intentional vs unintentional errors.\r\n\r\nIn the future, that is.", "I found this page because of this very same error. I agree with @kentcdodds that the documentation is clear; but I'll suggest that perhaps it's the error message that isn't. For instance, pointing people to the documentation might help. " ]
2024-02-23 16:06:13
2024-03-08 20:47:59
null
CONTRIBUTOR
null
null
null
React version: 18.2.0 ## Steps To Reproduce 1. Use useSyncExternalStore and omit the third argument 2. Server render this and observe the error Link to code example: https://stackblitz.com/edit/stackblitz-starters-n87byy ```js import {useSyncExternalStore, Suspense, createElement} from 'react' import * as ReactDOMServer from 'react-dom/server' const mediaQuery = '(max-width: 600px)' function getSnapshot() { return window.matchMedia(mediaQuery).matches } function subscribe(callback) { const mediaQueryList = window.matchMedia(mediaQuery) mediaQueryList.addEventListener('change', callback) return () => { mediaQueryList.removeEventListener('change', callback) } } function NarrowScreenNotifier() { const isNarrow = useSyncExternalStore(subscribe, getSnapshot) return createElement( 'div', {}, isNarrow ? 'You are on a narrow screen' : 'You are on a wide screen', ) } function App() { return createElement('div', { children: [ "Here's the notifier:", createElement(Suspense, { fallback: '', children: createElement(NarrowScreenNotifier), }), ], }) } console.log(ReactDOMServer.renderToString(createElement(App))) ``` ## The current behavior The output of running this program shows: ``` <div>Here&#x27;s the notifier:<!--$!--><template data-msg="Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering." data-stck=" at NarrowScreenNotifier at Suspense at div at App"></template><!--/$--></div> ``` ## The expected behavior As noted in [the useSyncExternalStore server rendering docs](https://react.dev/reference/react/useSyncExternalStore#adding-support-for-server-rendering): > If there is no meaningful initial value for the server rendering, omit this argument to [force rendering on the client.](https://react.dev/reference/react/Suspense#providing-a-fallback-for-server-errors-and-client-only-content) So omitting the third argument is what you're supposed to do to force client-only rendering for cases like this (where it's impossible to know on the server what the value should be). However, when I attempt to omit the third argument I get hydration errors. In a more complete example with Remix, I get 500 errors on the server when I do this: https://stackblitz.com/edit/remix-run-remix-su1mep ## Suggestion Either: 1. Do not error out when omitting the third argument and instead render the suspense fallback until the client can take over 2. Update the docs to not recommend omitting the third argument
{'url': 'https://api.github.com/repos/facebook/react/issues/28431/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/28431/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28430
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28430/labels{/name}
https://api.github.com/repos/facebook/react/issues/28430/comments
https://api.github.com/repos/facebook/react/issues/28430/events
https://github.com/facebook/react/pull/28430
2,151,270,250
PR_kwDOAJy2Ks5nw_ou
28,430
[RN] Move unifiedSyncLane back to dynamic
{'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: aaa4acb1280fcda398defb805db47a8623df6c0f...0fc7886ab24906175536a33b303b566b002c4cff\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/0fc7886ab24906175536a33b303b566b002c4cff/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **=** | 176.86 kB | 176.86 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/0fc7886ab24906175536a33b303b566b002c4cff/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **=** | 179.01 kB | 179.01 kB | = | 55.78 kB | 55.78 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/0fc7886ab24906175536a33b303b566b002c4cff/files/facebook-www/ReactDOM-prod.classic.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **=** | 592.40 kB | 592.40 kB | = | 104.67 kB | 104.67 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/0fc7886ab24906175536a33b303b566b002c4cff/files/facebook-www/ReactDOM-prod.modern.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **=** | 575.68 kB | 575.68 kB | = | 101.66 kB | 101.66 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/0fc7886ab24906175536a33b303b566b002c4cff/files/__test_utils__/ReactAllWarnings.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **Deleted** | 66.50 kB | 0.00 kB | Deleted | 16.27 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/0fc7886ab24906175536a33b303b566b002c4cff/files/__test_utils__/ReactAllWarnings.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **Deleted** | 66.50 kB | 0.00 kB | Deleted | 16.27 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 0fc7886ab24906175536a33b303b566b002c4cff\n</p>\n" ]
2024-02-23 15:01:53
2024-02-23 15:31:01
2024-02-23 15:31:01
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28430', 'html_url': 'https://github.com/facebook/react/pull/28430', 'diff_url': 'https://github.com/facebook/react/pull/28430.diff', 'patch_url': 'https://github.com/facebook/react/pull/28430.patch', 'merged_at': datetime.datetime(2024, 2, 23, 15, 31, 1)}
This surfaced a bug because it wasn't on everywhere, moving back to dynamic while we investigate the bug
{'url': 'https://api.github.com/repos/facebook/react/issues/28430/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/28430/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28429
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28429/labels{/name}
https://api.github.com/repos/facebook/react/issues/28429/comments
https://api.github.com/repos/facebook/react/issues/28429/events
https://github.com/facebook/react/issues/28429
2,151,028,709
I_kwDOAJy2Ks6ANhfl
28,429
RSS feed for the blog
{'login': 'vanillajonathan', 'id': 10222521, 'node_id': 'MDQ6VXNlcjEwMjIyNTIx', 'avatar_url': 'https://avatars.githubusercontent.com/u/10222521?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/vanillajonathan', 'html_url': 'https://github.com/vanillajonathan', 'followers_url': 'https://api.github.com/users/vanillajonathan/followers', 'following_url': 'https://api.github.com/users/vanillajonathan/following{/other_user}', 'gists_url': 'https://api.github.com/users/vanillajonathan/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/vanillajonathan/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/vanillajonathan/subscriptions', 'organizations_url': 'https://api.github.com/users/vanillajonathan/orgs', 'repos_url': 'https://api.github.com/users/vanillajonathan/repos', 'events_url': 'https://api.github.com/users/vanillajonathan/events{/privacy}', 'received_events_url': 'https://api.github.com/users/vanillajonathan/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
[ "Should probably open an issue here https://github.com/reactjs/react.dev/issues", "Duplicate of reactjs/react.dev#5700. @vanillajonathan can you please close this issue in favor of that one?", "My bad.", "RSS Feed is available here: https://react.dev/rss.xml" ]
2024-02-23 12:53:27
2024-04-26 16:08:22
2024-02-26 09:20:29
NONE
null
null
null
Please add a RSS feed for the blog at https://react.dev/blog
{'url': 'https://api.github.com/repos/facebook/react/issues/28429/reactions', 'total_count': 3, '+1': 3, '-1': 0, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28429/timeline
null
completed
false
https://api.github.com/repos/facebook/react/issues/28428
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28428/labels{/name}
https://api.github.com/repos/facebook/react/issues/28428/comments
https://api.github.com/repos/facebook/react/issues/28428/events
https://github.com/facebook/react/pull/28428
2,150,491,395
PR_kwDOAJy2Ks5nuTre
28,428
Create tea.yaml
{'login': 'yaelahman', 'id': 66738196, 'node_id': 'MDQ6VXNlcjY2NzM4MTk2', 'avatar_url': 'https://avatars.githubusercontent.com/u/66738196?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/yaelahman', 'html_url': 'https://github.com/yaelahman', 'followers_url': 'https://api.github.com/users/yaelahman/followers', 'following_url': 'https://api.github.com/users/yaelahman/following{/other_user}', 'gists_url': 'https://api.github.com/users/yaelahman/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/yaelahman/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/yaelahman/subscriptions', 'organizations_url': 'https://api.github.com/users/yaelahman/orgs', 'repos_url': 'https://api.github.com/users/yaelahman/repos', 'events_url': 'https://api.github.com/users/yaelahman/events{/privacy}', 'received_events_url': 'https://api.github.com/users/yaelahman/received_events', 'type': 'User', 'site_admin': False}
[]
closed
false
null
[]
null
[ "Hi @yaelahman! \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%2328428). Thanks!", "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: aaa4acb1280fcda398defb805db47a8623df6c0f...f671ec355c17c12344856827bb4a439df4b3199d\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/f671ec355c17c12344856827bb4a439df4b3199d/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **=** | 176.86 kB | 176.86 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/f671ec355c17c12344856827bb4a439df4b3199d/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **=** | 179.01 kB | 179.01 kB | = | 55.78 kB | 55.79 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/f671ec355c17c12344856827bb4a439df4b3199d/files/facebook-www/ReactDOM-prod.classic.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **=** | 592.40 kB | 592.40 kB | = | 104.67 kB | 104.67 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/f671ec355c17c12344856827bb4a439df4b3199d/files/facebook-www/ReactDOM-prod.modern.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **=** | 575.68 kB | 575.68 kB | = | 101.66 kB | 101.66 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/f671ec355c17c12344856827bb4a439df4b3199d/files/__test_utils__/ReactAllWarnings.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **Deleted** | 66.50 kB | 0.00 kB | Deleted | 16.27 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/f671ec355c17c12344856827bb4a439df4b3199d/files/__test_utils__/ReactAllWarnings.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **Deleted** | 66.50 kB | 0.00 kB | Deleted | 16.27 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 f671ec355c17c12344856827bb4a439df4b3199d\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-02-23 07:10:49
2024-02-23 16:43:18
2024-02-23 16:43:17
NONE
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28428', 'html_url': 'https://github.com/facebook/react/pull/28428', 'diff_url': 'https://github.com/facebook/react/pull/28428.diff', 'patch_url': 'https://github.com/facebook/react/pull/28428.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/28428/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/28428/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28427
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28427/labels{/name}
https://api.github.com/repos/facebook/react/issues/28427/comments
https://api.github.com/repos/facebook/react/issues/28427/events
https://github.com/facebook/react/pull/28427
2,150,253,918
PR_kwDOAJy2Ks5ntf5H
28,427
Update RN dynamic flag types
{'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: 67081159377b438b48e3c2f2278af8e5f56b9f64...194382d364615d6fec4e14d5e7f1a9c5ae5304a9\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/194382d364615d6fec4e14d5e7f1a9c5ae5304a9/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=67081159377b438b48e3c2f2278af8e5f56b9f64) | **=** | 176.84 kB | 176.84 kB | = | 54.92 kB | 54.92 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/194382d364615d6fec4e14d5e7f1a9c5ae5304a9/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=67081159377b438b48e3c2f2278af8e5f56b9f64) | **=** | 173.27 kB | 173.27 kB | = | 54.04 kB | 54.04 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/194382d364615d6fec4e14d5e7f1a9c5ae5304a9/files/facebook-www/ReactDOM-prod.classic.js?compare=67081159377b438b48e3c2f2278af8e5f56b9f64) | **=** | 594.30 kB | 594.30 kB | = | 104.45 kB | 104.45 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/194382d364615d6fec4e14d5e7f1a9c5ae5304a9/files/facebook-www/ReactDOM-prod.modern.js?compare=67081159377b438b48e3c2f2278af8e5f56b9f64) | **=** | 577.56 kB | 577.56 kB | = | 101.48 kB | 101.48 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/194382d364615d6fec4e14d5e7f1a9c5ae5304a9/files/__test_utils__/ReactAllWarnings.js?compare=67081159377b438b48e3c2f2278af8e5f56b9f64) | **Deleted** | 66.55 kB | 0.00 kB | Deleted | 16.29 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-is/cjs/ReactIs-dev.js](https://react-builds.vercel.app/commits/194382d364615d6fec4e14d5e7f1a9c5ae5304a9/files/facebook-react-native/react-is/cjs/ReactIs-dev.js?compare=67081159377b438b48e3c2f2278af8e5f56b9f64) | **+1.27%** | 8.05 kB | 8.15 kB | +1.35% | 2.00 kB | 2.03 kB\n| [facebook-react-native/react-is/cjs/ReactIs-prod.js](https://react-builds.vercel.app/commits/194382d364615d6fec4e14d5e7f1a9c5ae5304a9/files/facebook-react-native/react-is/cjs/ReactIs-prod.js?compare=67081159377b438b48e3c2f2278af8e5f56b9f64) | **+0.27%** | 5.26 kB | 5.27 kB | +0.55% | 1.27 kB | 1.28 kB\n| [facebook-react-native/react-is/cjs/ReactIs-profiling.js](https://react-builds.vercel.app/commits/194382d364615d6fec4e14d5e7f1a9c5ae5304a9/files/facebook-react-native/react-is/cjs/ReactIs-profiling.js?compare=67081159377b438b48e3c2f2278af8e5f56b9f64) | **+0.27%** | 5.26 kB | 5.27 kB | +0.55% | 1.27 kB | 1.28 kB\n| [facebook-react-native/react/cjs/JSXDEVRuntime-dev.js](https://react-builds.vercel.app/commits/194382d364615d6fec4e14d5e7f1a9c5ae5304a9/files/facebook-react-native/react/cjs/JSXDEVRuntime-dev.js?compare=67081159377b438b48e3c2f2278af8e5f56b9f64) | **+0.21%** | 48.28 kB | 48.38 kB | +0.22% | 12.76 kB | 12.79 kB\n| [facebook-react-native/react/cjs/JSXRuntime-dev.js](https://react-builds.vercel.app/commits/194382d364615d6fec4e14d5e7f1a9c5ae5304a9/files/facebook-react-native/react/cjs/JSXRuntime-dev.js?compare=67081159377b438b48e3c2f2278af8e5f56b9f64) | **+0.21%** | 49.69 kB | 49.79 kB | +0.17% | 13.13 kB | 13.15 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/194382d364615d6fec4e14d5e7f1a9c5ae5304a9/files/__test_utils__/ReactAllWarnings.js?compare=67081159377b438b48e3c2f2278af8e5f56b9f64) | **Deleted** | 66.55 kB | 0.00 kB | Deleted | 16.29 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 194382d364615d6fec4e14d5e7f1a9c5ae5304a9\n</p>\n" ]
2024-02-23 02:14:03
2024-03-22 16:23:41
2024-03-22 16:23:38
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28427', 'html_url': 'https://github.com/facebook/react/pull/28427', 'diff_url': 'https://github.com/facebook/react/pull/28427.diff', 'patch_url': 'https://github.com/facebook/react/pull/28427.patch', 'merged_at': datetime.datetime(2024, 3, 22, 16, 23, 38)}
Updates the RN flag flow types to work like www does, so we can use the `.native-fb-dynamic.js` file as the type/shim for the dynamically imported file.
{'url': 'https://api.github.com/repos/facebook/react/issues/28427/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/28427/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28425
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28425/labels{/name}
https://api.github.com/repos/facebook/react/issues/28425/comments
https://api.github.com/repos/facebook/react/issues/28425/events
https://github.com/facebook/react/pull/28425
2,150,172,890
PR_kwDOAJy2Ks5ntOLv
28,425
Setup for aligning React Native Feature Flags
{'login': 'yungsters', 'id': 55161, 'node_id': 'MDQ6VXNlcjU1MTYx', 'avatar_url': 'https://avatars.githubusercontent.com/u/55161?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/yungsters', 'html_url': 'https://github.com/yungsters', 'followers_url': 'https://api.github.com/users/yungsters/followers', 'following_url': 'https://api.github.com/users/yungsters/following{/other_user}', 'gists_url': 'https://api.github.com/users/yungsters/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/yungsters/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/yungsters/subscriptions', 'organizations_url': 'https://api.github.com/users/yungsters/orgs', 'repos_url': 'https://api.github.com/users/yungsters/repos', 'events_url': 'https://api.github.com/users/yungsters/events{/privacy}', 'received_events_url': 'https://api.github.com/users/yungsters/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: aaa4acb1280fcda398defb805db47a8623df6c0f...c5192446e1b9684acb1f7aeb31a75dd94d91d97e\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/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **=** | 176.86 kB | 176.86 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **=** | 179.01 kB | 179.01 kB | = | 55.78 kB | 55.78 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/facebook-www/ReactDOM-prod.classic.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **=** | 592.40 kB | 592.40 kB | = | 104.67 kB | 104.67 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/facebook-www/ReactDOM-prod.modern.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **=** | 575.68 kB | 575.68 kB | = | 101.66 kB | 101.66 kB\n| [facebook-react-native/react-is/cjs/ReactIs-prod.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/facebook-react-native/react-is/cjs/ReactIs-prod.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+13.26%** | 4.64 kB | 5.26 kB | +11.21% | 1.14 kB | 1.27 kB\n| [facebook-react-native/react-is/cjs/ReactIs-profiling.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/facebook-react-native/react-is/cjs/ReactIs-profiling.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+13.26%** | 4.64 kB | 5.26 kB | +11.21% | 1.14 kB | 1.27 kB\n| [facebook-react-native/react-is/cjs/ReactIs-dev.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/facebook-react-native/react-is/cjs/ReactIs-dev.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+10.82%** | 7.26 kB | 8.05 kB | +9.51% | 1.83 kB | 2.00 kB\n| [react-native/implementations/ReactFabric-prod.fb.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactFabric-prod.fb.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+9.55%** | 333.89 kB | 365.78 kB | +8.74% | 59.38 kB | 64.57 kB\n| [react-native/implementations/ReactNativeRenderer-prod.fb.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactNativeRenderer-prod.fb.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+9.28%** | 341.49 kB | 373.18 kB | +8.44% | 60.72 kB | 65.85 kB\n| [react-native/implementations/ReactFabric-profiling.fb.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactFabric-profiling.fb.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+8.87%** | 361.07 kB | 393.08 kB | +8.27% | 63.58 kB | 68.84 kB\n| [react-native/implementations/ReactNativeRenderer-profiling.fb.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactNativeRenderer-profiling.fb.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+8.63%** | 368.71 kB | 400.54 kB | +7.98% | 64.95 kB | 70.13 kB\n| [react-native/implementations/ReactFabric-dev.fb.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactFabric-dev.fb.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+7.57%** | 1,011.07 kB | 1,087.57 kB | +6.81% | 203.47 kB | 217.32 kB\n| [react-native/implementations/ReactNativeRenderer-dev.fb.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactNativeRenderer-dev.fb.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+7.46%** | 1,025.67 kB | 1,102.14 kB | +6.73% | 207.20 kB | 221.15 kB\n| [facebook-react-native/react/cjs/React-prod.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/facebook-react-native/react/cjs/React-prod.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+5.58%** | 19.13 kB | 20.20 kB | +4.59% | 4.86 kB | 5.08 kB\n| [facebook-react-native/react/cjs/React-profiling.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/facebook-react-native/react/cjs/React-profiling.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+5.54%** | 19.27 kB | 20.34 kB | +4.47% | 4.88 kB | 5.09 kB\n| [react-native/implementations/ReactFabric-dev.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactFabric-dev.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+3.73%** | 978.52 kB | 1,015.00 kB | +2.77% | 197.00 kB | 202.46 kB\n| [react-native/implementations/ReactNativeRenderer-dev.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactNativeRenderer-dev.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+3.67%** | 994.81 kB | 1,031.28 kB | +2.72% | 201.13 kB | 206.61 kB\n| [react-native/implementations/ReactFabric-profiling.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactFabric-profiling.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+3.39%** | 341.80 kB | 353.38 kB | +2.44% | 60.09 kB | 61.55 kB\n| [react-native/implementations/ReactNativeRenderer-profiling.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactNativeRenderer-profiling.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+3.24%** | 351.69 kB | 363.09 kB | +2.36% | 61.86 kB | 63.32 kB\n| [facebook-react-native/react-test-renderer/cjs/ReactTestRenderer-prod.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/facebook-react-native/react-test-renderer/cjs/ReactTestRenderer-prod.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **=** | 315.38 kB | 305.72 kB | = | 55.89 kB | 54.32 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/__test_utils__/ReactAllWarnings.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **Deleted** | 66.50 kB | 0.00 kB | Deleted | 16.27 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-is/cjs/ReactIs-prod.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/facebook-react-native/react-is/cjs/ReactIs-prod.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+13.26%** | 4.64 kB | 5.26 kB | +11.21% | 1.14 kB | 1.27 kB\n| [facebook-react-native/react-is/cjs/ReactIs-profiling.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/facebook-react-native/react-is/cjs/ReactIs-profiling.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+13.26%** | 4.64 kB | 5.26 kB | +11.21% | 1.14 kB | 1.27 kB\n| [facebook-react-native/react-is/cjs/ReactIs-dev.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/facebook-react-native/react-is/cjs/ReactIs-dev.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+10.82%** | 7.26 kB | 8.05 kB | +9.51% | 1.83 kB | 2.00 kB\n| [react-native/implementations/ReactFabric-prod.fb.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactFabric-prod.fb.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+9.55%** | 333.89 kB | 365.78 kB | +8.74% | 59.38 kB | 64.57 kB\n| [react-native/implementations/ReactNativeRenderer-prod.fb.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactNativeRenderer-prod.fb.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+9.28%** | 341.49 kB | 373.18 kB | +8.44% | 60.72 kB | 65.85 kB\n| [react-native/implementations/ReactFabric-profiling.fb.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactFabric-profiling.fb.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+8.87%** | 361.07 kB | 393.08 kB | +8.27% | 63.58 kB | 68.84 kB\n| [react-native/implementations/ReactNativeRenderer-profiling.fb.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactNativeRenderer-profiling.fb.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+8.63%** | 368.71 kB | 400.54 kB | +7.98% | 64.95 kB | 70.13 kB\n| [react-native/implementations/ReactFabric-dev.fb.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactFabric-dev.fb.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+7.57%** | 1,011.07 kB | 1,087.57 kB | +6.81% | 203.47 kB | 217.32 kB\n| [react-native/implementations/ReactNativeRenderer-dev.fb.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactNativeRenderer-dev.fb.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+7.46%** | 1,025.67 kB | 1,102.14 kB | +6.73% | 207.20 kB | 221.15 kB\n| [facebook-react-native/react/cjs/React-prod.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/facebook-react-native/react/cjs/React-prod.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+5.58%** | 19.13 kB | 20.20 kB | +4.59% | 4.86 kB | 5.08 kB\n| [facebook-react-native/react/cjs/React-profiling.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/facebook-react-native/react/cjs/React-profiling.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+5.54%** | 19.27 kB | 20.34 kB | +4.47% | 4.88 kB | 5.09 kB\n| [react-native/implementations/ReactFabric-dev.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactFabric-dev.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+3.73%** | 978.52 kB | 1,015.00 kB | +2.77% | 197.00 kB | 202.46 kB\n| [react-native/implementations/ReactNativeRenderer-dev.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactNativeRenderer-dev.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+3.67%** | 994.81 kB | 1,031.28 kB | +2.72% | 201.13 kB | 206.61 kB\n| [react-native/implementations/ReactFabric-profiling.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactFabric-profiling.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+3.39%** | 341.80 kB | 353.38 kB | +2.44% | 60.09 kB | 61.55 kB\n| [react-native/implementations/ReactNativeRenderer-profiling.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactNativeRenderer-profiling.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+3.24%** | 351.69 kB | 363.09 kB | +2.36% | 61.86 kB | 63.32 kB\n| [facebook-react-native/react/cjs/React-dev.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/facebook-react-native/react/cjs/React-dev.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+1.31%** | 123.04 kB | 124.65 kB | +0.82% | 29.50 kB | 29.74 kB\n| [facebook-react-native/react/cjs/JSXDEVRuntime-dev.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/facebook-react-native/react/cjs/JSXDEVRuntime-dev.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+1.14%** | 48.25 kB | 48.80 kB | +0.53% | 12.80 kB | 12.86 kB\n| [react-native/implementations/ReactFabric-prod.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactFabric-prod.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+1.13%** | 323.12 kB | 326.78 kB | +0.72% | 57.03 kB | 57.44 kB\n| [facebook-react-native/react/cjs/JSXRuntime-dev.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/facebook-react-native/react/cjs/JSXRuntime-dev.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+1.11%** | 49.66 kB | 50.21 kB | +0.55% | 13.16 kB | 13.24 kB\n| [react-native/implementations/ReactNativeRenderer-prod.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/react-native/implementations/ReactNativeRenderer-prod.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **+1.05%** | 332.30 kB | 335.78 kB | +0.61% | 58.70 kB | 59.06 kB\n| [facebook-react-native/react-test-renderer/cjs/ReactTestRenderer-profiling.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/facebook-react-native/react-test-renderer/cjs/ReactTestRenderer-profiling.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **=** | 331.28 kB | 329.50 kB | = | 58.33 kB | 57.76 kB\n| [facebook-react-native/react-test-renderer/cjs/ReactTestRenderer-prod.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/facebook-react-native/react-test-renderer/cjs/ReactTestRenderer-prod.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **=** | 315.38 kB | 305.72 kB | = | 55.89 kB | 54.32 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/c5192446e1b9684acb1f7aeb31a75dd94d91d97e/files/__test_utils__/ReactAllWarnings.js?compare=aaa4acb1280fcda398defb805db47a8623df6c0f) | **Deleted** | 66.50 kB | 0.00 kB | Deleted | 16.27 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 c5192446e1b9684acb1f7aeb31a75dd94d91d97e\n</p>\n" ]
2024-02-23 00:31:13
2024-03-09 00:15:28
2024-03-09 00:15:27
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28425', 'html_url': 'https://github.com/facebook/react/pull/28425', 'diff_url': 'https://github.com/facebook/react/pull/28425.diff', 'patch_url': 'https://github.com/facebook/react/pull/28425.patch', 'merged_at': None}
## Summary Configures a bunch of the React Native feature flags in an effort to begin aligning them to React DOM. The following list summarizes the feature flag changes at a high level: * RN FB * Change to Dynamic * consoleManagedByDevToolsDuringStrictMode * enableAsyncActions * enableDeferRootSchedulingToMicrotask * enableInfiniteRenderLoopDetection * enableRenderableContext * useModernStrictMode * Always Enable * enableCache * enableCustomElementPropertySupport * Default (Experimental) * enableUseDeferredValueInitialArg * RN OSS * Always Enable * disableLegacyContext * enableCache * enableCustomElementPropertySupport * Profiler Only * enableSchedulingProfiler * RN Test * Always Enable * disableLegacyContext (pending validation after this PR is created) * disableModulePatternComponents * enableCustomElementPropertySupport * Profiler Only * enableSchedulingProfiler ## How did you test this change? Ran the following successfully: ``` $ yarn test $ yarn flow native $ yarn flow fabric ```
{'url': 'https://api.github.com/repos/facebook/react/issues/28425/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/28425/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28424
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28424/labels{/name}
https://api.github.com/repos/facebook/react/issues/28424/comments
https://api.github.com/repos/facebook/react/issues/28424/events
https://github.com/facebook/react/pull/28424
2,150,141,387
PR_kwDOAJy2Ks5ntHUG
28,424
Add `enableComponentStackLocations` to `ReactNativeInternalFeatureFlags` libdef
{'login': 'yungsters', 'id': 55161, 'node_id': 'MDQ6VXNlcjU1MTYx', 'avatar_url': 'https://avatars.githubusercontent.com/u/55161?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/yungsters', 'html_url': 'https://github.com/yungsters', 'followers_url': 'https://api.github.com/users/yungsters/followers', 'following_url': 'https://api.github.com/users/yungsters/following{/other_user}', 'gists_url': 'https://api.github.com/users/yungsters/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/yungsters/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/yungsters/subscriptions', 'organizations_url': 'https://api.github.com/users/yungsters/orgs', 'repos_url': 'https://api.github.com/users/yungsters/repos', 'events_url': 'https://api.github.com/users/yungsters/events{/privacy}', 'received_events_url': 'https://api.github.com/users/yungsters/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: 25dbb3556ee9802c18f45c278abf3c33711237eb...ec780c6a069c33310ac14ae6061d9e5a63b418c2\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/ec780c6a069c33310ac14ae6061d9e5a63b418c2/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=25dbb3556ee9802c18f45c278abf3c33711237eb) | **=** | 176.86 kB | 176.86 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/ec780c6a069c33310ac14ae6061d9e5a63b418c2/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=25dbb3556ee9802c18f45c278abf3c33711237eb) | **=** | 179.01 kB | 179.01 kB | = | 55.78 kB | 55.78 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/ec780c6a069c33310ac14ae6061d9e5a63b418c2/files/facebook-www/ReactDOM-prod.classic.js?compare=25dbb3556ee9802c18f45c278abf3c33711237eb) | **=** | 592.40 kB | 592.40 kB | = | 104.67 kB | 104.67 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/ec780c6a069c33310ac14ae6061d9e5a63b418c2/files/facebook-www/ReactDOM-prod.modern.js?compare=25dbb3556ee9802c18f45c278abf3c33711237eb) | **=** | 575.68 kB | 575.68 kB | = | 101.66 kB | 101.66 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/ec780c6a069c33310ac14ae6061d9e5a63b418c2/files/__test_utils__/ReactAllWarnings.js?compare=25dbb3556ee9802c18f45c278abf3c33711237eb) | **Deleted** | 66.50 kB | 0.00 kB | Deleted | 16.27 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/ec780c6a069c33310ac14ae6061d9e5a63b418c2/files/__test_utils__/ReactAllWarnings.js?compare=25dbb3556ee9802c18f45c278abf3c33711237eb) | **Deleted** | 66.50 kB | 0.00 kB | Deleted | 16.27 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 ec780c6a069c33310ac14ae6061d9e5a63b418c2\n</p>\n" ]
2024-02-22 23:57:34
2024-02-23 00:02:13
2024-02-22 23:58:12
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28424', 'html_url': 'https://github.com/facebook/react/pull/28424', 'diff_url': 'https://github.com/facebook/react/pull/28424.diff', 'patch_url': 'https://github.com/facebook/react/pull/28424.patch', 'merged_at': datetime.datetime(2024, 2, 22, 23, 58, 12)}
## Summary Fixing something I accidentally broke this in https://github.com/facebook/react/commit/25dbb3556ee9802c18f45c278abf3c33711237eb. ## How did you test this change? Ran the following successfully: ``` $ yarn flow dom-node ```
{'url': 'https://api.github.com/repos/facebook/react/issues/28424/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/28424/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28423
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28423/labels{/name}
https://api.github.com/repos/facebook/react/issues/28423/comments
https://api.github.com/repos/facebook/react/issues/28423/events
https://github.com/facebook/react/pull/28423
2,149,880,162
PR_kwDOAJy2Ks5nsOJ3
28,423
Make enableRefAsProp www dynamic
{'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: e4b816ba1a1ea7c1874cf3f82dd841830b71341a...fb722cfa6347d07ab28479a3a4b9544cc9e20504\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/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **=** | 176.86 kB | 176.86 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **=** | 179.01 kB | 179.01 kB | = | 55.78 kB | 55.78 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/ReactDOM-prod.classic.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+0.10%** | 591.79 kB | 592.40 kB | +0.16% | 104.51 kB | 104.67 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/ReactDOM-prod.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+0.10%** | 575.08 kB | 575.68 kB | +0.15% | 101.51 kB | 101.66 kB\n| [facebook-www/JSXDEVRuntime-dev.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/JSXDEVRuntime-dev.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+6.78%** | 47.96 kB | 51.22 kB | +5.96% | 12.63 kB | 13.38 kB\n| [facebook-www/JSXDEVRuntime-dev.classic.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/JSXDEVRuntime-dev.classic.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+6.78%** | 47.97 kB | 51.22 kB | +5.97% | 12.63 kB | 13.38 kB\n| [facebook-www/ReactServer-dev.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/ReactServer-dev.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+3.64%** | 91.47 kB | 94.80 kB | +3.11% | 21.75 kB | 22.43 kB\n| [facebook-www/ReactServer-prod.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/ReactServer-prod.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+2.80%** | 16.08 kB | 16.54 kB | +3.17% | 4.20 kB | 4.34 kB\n| [facebook-www/React-dev.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/React-dev.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+2.73%** | 121.76 kB | 125.09 kB | +2.33% | 29.05 kB | 29.73 kB\n| [facebook-www/React-dev.classic.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/React-dev.classic.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+2.70%** | 123.34 kB | 126.67 kB | +2.31% | 29.44 kB | 30.12 kB\n| [facebook-www/React-prod.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/React-prod.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+2.06%** | 19.94 kB | 20.35 kB | +2.23% | 4.99 kB | 5.10 kB\n| [facebook-www/React-prod.classic.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/React-prod.classic.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+2.03%** | 20.23 kB | 20.64 kB | +2.30% | 5.05 kB | 5.17 kB\n| [facebook-www/React-profiling.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/React-profiling.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+2.01%** | 20.37 kB | 20.78 kB | +2.17% | 5.07 kB | 5.18 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/__test_utils__/ReactAllWarnings.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **Deleted** | 66.50 kB | 0.00 kB | Deleted | 16.27 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/JSXDEVRuntime-dev.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/JSXDEVRuntime-dev.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+6.78%** | 47.96 kB | 51.22 kB | +5.96% | 12.63 kB | 13.38 kB\n| [facebook-www/JSXDEVRuntime-dev.classic.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/JSXDEVRuntime-dev.classic.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+6.78%** | 47.97 kB | 51.22 kB | +5.97% | 12.63 kB | 13.38 kB\n| [facebook-www/ReactServer-dev.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/ReactServer-dev.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+3.64%** | 91.47 kB | 94.80 kB | +3.11% | 21.75 kB | 22.43 kB\n| [facebook-www/ReactServer-prod.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/ReactServer-prod.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+2.80%** | 16.08 kB | 16.54 kB | +3.17% | 4.20 kB | 4.34 kB\n| [facebook-www/React-dev.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/React-dev.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+2.73%** | 121.76 kB | 125.09 kB | +2.33% | 29.05 kB | 29.73 kB\n| [facebook-www/React-dev.classic.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/React-dev.classic.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+2.70%** | 123.34 kB | 126.67 kB | +2.31% | 29.44 kB | 30.12 kB\n| [facebook-www/React-prod.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/React-prod.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+2.06%** | 19.94 kB | 20.35 kB | +2.23% | 4.99 kB | 5.10 kB\n| [facebook-www/React-prod.classic.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/React-prod.classic.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+2.03%** | 20.23 kB | 20.64 kB | +2.30% | 5.05 kB | 5.17 kB\n| [facebook-www/React-profiling.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/React-profiling.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+2.01%** | 20.37 kB | 20.78 kB | +2.17% | 5.07 kB | 5.18 kB\n| [facebook-www/React-profiling.classic.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/React-profiling.classic.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+1.98%** | 20.66 kB | 21.07 kB | +2.22% | 5.13 kB | 5.25 kB\n| [facebook-www/ReactFlightDOMClient-dev.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/ReactFlightDOMClient-dev.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+1.44%** | 39.58 kB | 40.14 kB | +1.20% | 9.17 kB | 9.28 kB\n| [facebook-www/ReactFlightDOMServer-prod.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/ReactFlightDOMServer-prod.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+0.76%** | 38.86 kB | 39.15 kB | +0.55% | 8.84 kB | 8.89 kB\n| [facebook-www/ReactDOMServer-prod.classic.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/ReactDOMServer-prod.classic.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+0.49%** | 204.91 kB | 205.92 kB | +0.36% | 37.22 kB | 37.35 kB\n| [facebook-www/ReactFlightDOMServer-dev.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/ReactFlightDOMServer-dev.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+0.48%** | 100.05 kB | 100.53 kB | +0.75% | 20.82 kB | 20.97 kB\n| [facebook-www/ReactDOMServer-prod.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/ReactDOMServer-prod.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+0.30%** | 203.75 kB | 204.36 kB | +0.29% | 36.95 kB | 37.06 kB\n| [facebook-www/ReactDOMServerStreaming-prod.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/ReactDOMServerStreaming-prod.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+0.30%** | 207.61 kB | 208.22 kB | +0.29% | 38.32 kB | 38.43 kB\n| [facebook-www/ReactART-dev.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/ReactART-dev.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+0.24%** | 1,051.64 kB | 1,054.15 kB | +0.37% | 206.42 kB | 207.20 kB\n| [facebook-www/ReactART-dev.classic.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/ReactART-dev.classic.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+0.24%** | 1,063.85 kB | 1,066.35 kB | +0.37% | 208.84 kB | 209.61 kB\n| [facebook-www/ReactDOMServerStreaming-dev.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/ReactDOMServerStreaming-dev.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+0.20%** | 484.53 kB | 485.51 kB | +0.31% | 98.27 kB | 98.57 kB\n| [facebook-www/ReactDOMServer-dev.modern.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/facebook-www/ReactDOMServer-dev.modern.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **+0.20%** | 491.76 kB | 492.74 kB | +0.31% | 99.87 kB | 100.19 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/fb722cfa6347d07ab28479a3a4b9544cc9e20504/files/__test_utils__/ReactAllWarnings.js?compare=e4b816ba1a1ea7c1874cf3f82dd841830b71341a) | **Deleted** | 66.50 kB | 0.00 kB | Deleted | 16.27 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 fb722cfa6347d07ab28479a3a4b9544cc9e20504\n</p>\n" ]
2024-02-22 20:26:15
2024-02-28 12:34:46
2024-02-22 20:35:52
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28423', 'html_url': 'https://github.com/facebook/react/pull/28423', 'diff_url': 'https://github.com/facebook/react/pull/28423.diff', 'patch_url': 'https://github.com/facebook/react/pull/28423.patch', 'merged_at': datetime.datetime(2024, 2, 22, 20, 35, 52)}
Going to start rolling this out
{'url': 'https://api.github.com/repos/facebook/react/issues/28423/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/28423/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28422
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28422/labels{/name}
https://api.github.com/repos/facebook/react/issues/28422/comments
https://api.github.com/repos/facebook/react/issues/28422/events
https://github.com/facebook/react/pull/28422
2,149,877,017
PR_kwDOAJy2Ks5nsNfR
28,422
Ignore /fixtures for dependabot
{'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: 374fd68a50f00237555cdeb60ad01cba171328f9...b37d5769a5d449ef32b3b5b33c4b748805fe2969\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/b37d5769a5d449ef32b3b5b33c4b748805fe2969/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=374fd68a50f00237555cdeb60ad01cba171328f9) | **=** | 176.82 kB | 176.82 kB | = | 55.12 kB | 55.12 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/b37d5769a5d449ef32b3b5b33c4b748805fe2969/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=374fd68a50f00237555cdeb60ad01cba171328f9) | **=** | 178.81 kB | 178.81 kB | = | 55.70 kB | 55.70 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/b37d5769a5d449ef32b3b5b33c4b748805fe2969/files/facebook-www/ReactDOM-prod.classic.js?compare=374fd68a50f00237555cdeb60ad01cba171328f9) | **=** | 593.39 kB | 593.39 kB | = | 104.69 kB | 104.69 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/b37d5769a5d449ef32b3b5b33c4b748805fe2969/files/facebook-www/ReactDOM-prod.modern.js?compare=374fd68a50f00237555cdeb60ad01cba171328f9) | **=** | 577.17 kB | 577.17 kB | = | 101.78 kB | 101.78 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/b37d5769a5d449ef32b3b5b33c4b748805fe2969/files/__test_utils__/ReactAllWarnings.js?compare=374fd68a50f00237555cdeb60ad01cba171328f9) | **Deleted** | 67.02 kB | 0.00 kB | Deleted | 16.42 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/b37d5769a5d449ef32b3b5b33c4b748805fe2969/files/__test_utils__/ReactAllWarnings.js?compare=374fd68a50f00237555cdeb60ad01cba171328f9) | **Deleted** | 67.02 kB | 0.00 kB | Deleted | 16.42 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 b37d5769a5d449ef32b3b5b33c4b748805fe2969\n</p>\n", "Yeah unfortunately from what I can tell, I think it is" ]
2024-02-22 20:23:51
2024-02-22 20:44:37
2024-02-22 20:44:37
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28422', 'html_url': 'https://github.com/facebook/react/pull/28422', 'diff_url': 'https://github.com/facebook/react/pull/28422.diff', 'patch_url': 'https://github.com/facebook/react/pull/28422.patch', 'merged_at': datetime.datetime(2024, 2, 22, 20, 44, 37)}
We'll keep these up to date out of band, they are just for testing and don't ship in the npm packages.
{'url': 'https://api.github.com/repos/facebook/react/issues/28422/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/28422/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28421
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28421/labels{/name}
https://api.github.com/repos/facebook/react/issues/28421/comments
https://api.github.com/repos/facebook/react/issues/28421/events
https://github.com/facebook/react/pull/28421
2,149,761,079
PR_kwDOAJy2Ks5nrz56
28,421
fix[devtools]: fixed Tree indentation logic after updating react-windows
{'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-02-22 19:09:23
2024-02-22 19:18:32
2024-02-22 19:18:30
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28421', 'html_url': 'https://github.com/facebook/react/pull/28421', 'diff_url': 'https://github.com/facebook/react/pull/28421.diff', 'patch_url': 'https://github.com/facebook/react/pull/28421.patch', 'merged_at': datetime.datetime(2024, 2, 22, 19, 18, 30)}
Forward-fixing the indentation after landing https://github.com/facebook/react/pull/28408. Could potentially be related to `ref` changes in `react`, but haven't validated yet. Haven't occured while testing the previous PR, but reproduced while testing the https://github.com/facebook/react/pull/28418, for which I've rebuilt all dependencies, including `react`. This change basically removes the props passing from original parent, `rest` should include only `ref`: https://github.com/bvaughn/react-window/blob/efad3d8909753fd74aad7c47dc902b26f0919651/src/createListComponent.js#L382
{'url': 'https://api.github.com/repos/facebook/react/issues/28421/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/28421/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28420
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28420/labels{/name}
https://api.github.com/repos/facebook/react/issues/28420/comments
https://api.github.com/repos/facebook/react/issues/28420/events
https://github.com/facebook/react/pull/28420
2,149,671,805
PR_kwDOAJy2Ks5nrf4l
28,420
Add dynamic disablePropFilteringInViewConfigs flag for native-fb
{'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: aa4eae6b99a6081afabf180d02fa0a8b0cb1b3ab...c5c671d54af4c6f05e69b16fa7f935d7e930ac7c\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/c5c671d54af4c6f05e69b16fa7f935d7e930ac7c/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=aa4eae6b99a6081afabf180d02fa0a8b0cb1b3ab) | **=** | 177.19 kB | 177.19 kB | = | 55.23 kB | 55.23 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/c5c671d54af4c6f05e69b16fa7f935d7e930ac7c/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=aa4eae6b99a6081afabf180d02fa0a8b0cb1b3ab) | **=** | 177.72 kB | 177.72 kB | = | 55.55 kB | 55.55 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/c5c671d54af4c6f05e69b16fa7f935d7e930ac7c/files/facebook-www/ReactDOM-prod.classic.js?compare=aa4eae6b99a6081afabf180d02fa0a8b0cb1b3ab) | **=** | 594.67 kB | 594.67 kB | = | 105.04 kB | 105.04 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/c5c671d54af4c6f05e69b16fa7f935d7e930ac7c/files/facebook-www/ReactDOM-prod.modern.js?compare=aa4eae6b99a6081afabf180d02fa0a8b0cb1b3ab) | **=** | 577.93 kB | 577.93 kB | = | 102.10 kB | 102.10 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/c5c671d54af4c6f05e69b16fa7f935d7e930ac7c/files/__test_utils__/ReactAllWarnings.js?compare=aa4eae6b99a6081afabf180d02fa0a8b0cb1b3ab) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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/c5c671d54af4c6f05e69b16fa7f935d7e930ac7c/files/__test_utils__/ReactAllWarnings.js?compare=aa4eae6b99a6081afabf180d02fa0a8b0cb1b3ab) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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 c5c671d54af4c6f05e69b16fa7f935d7e930ac7c\n</p>\n", "I don't see any references to the feature flag. Where should that be checked?" ]
2024-02-22 18:21:22
2024-03-05 14:18:01
null
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28420', 'html_url': 'https://github.com/facebook/react/pull/28420', 'diff_url': 'https://github.com/facebook/react/pull/28420.diff', 'patch_url': 'https://github.com/facebook/react/pull/28420.patch', 'merged_at': None}
Adds the `disablePropFilteringInViewConfigs` flag to set up and experiment to see the performance implications of not filtering out invalid props in the `diffProperties` function. If `disablePropFilteringInViewConfigs` is `true`, we skip prop diffing and prop filtering, and send all props to native.
{'url': 'https://api.github.com/repos/facebook/react/issues/28420/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/28420/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28419
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28419/labels{/name}
https://api.github.com/repos/facebook/react/issues/28419/comments
https://api.github.com/repos/facebook/react/issues/28419/events
https://github.com/facebook/react/pull/28419
2,149,574,335
PR_kwDOAJy2Ks5nrKAl
28,419
[RTR] Enable warning flag
{'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'} {'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\n\nComparing: dbfbfb3312db019183ef92fd2ef110cc7d807e80...6b5e14c9efdb6e063b648e1266a2453f0ae83a5d\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/6b5e14c9efdb6e063b648e1266a2453f0ae83a5d/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 176.92 kB | 176.92 kB | = | 54.94 kB | 54.94 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/6b5e14c9efdb6e063b648e1266a2453f0ae83a5d/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 173.32 kB | 173.32 kB | = | 54.06 kB | 54.06 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/6b5e14c9efdb6e063b648e1266a2453f0ae83a5d/files/facebook-www/ReactDOM-prod.classic.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 595.14 kB | 595.14 kB | = | 104.51 kB | 104.51 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/6b5e14c9efdb6e063b648e1266a2453f0ae83a5d/files/facebook-www/ReactDOM-prod.modern.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **=** | 578.40 kB | 578.40 kB | = | 101.53 kB | 101.53 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/6b5e14c9efdb6e063b648e1266a2453f0ae83a5d/files/__test_utils__/ReactAllWarnings.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **Deleted** | 65.55 kB | 0.00 kB | Deleted | 16.18 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/6b5e14c9efdb6e063b648e1266a2453f0ae83a5d/files/__test_utils__/ReactAllWarnings.js?compare=dbfbfb3312db019183ef92fd2ef110cc7d807e80) | **Deleted** | 65.55 kB | 0.00 kB | Deleted | 16.18 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 6b5e14c9efdb6e063b648e1266a2453f0ae83a5d\n</p>\n", "Doesn't this also issue this warning when you'd use `@testing-library/react-native`? Are they expected to catch this warning? Otherwise the warning is noise for `@testing-library/react-native` users since they're not using a deprecated API directly. You're not supposed to move off of `@testing-library/react-native` but rather from bare `react-test-renderer` usage to `@testing-library/react-native`, no?", "@eps1lon yeah good point, @jackpope and I talked about that, we're going to address that before merging this so `@testing-library/react-native` doesn't get the warning message, either with a global like `act` sets or by publishing a separate `react-native-test-renderer` package." ]
2024-02-22 17:35:07
2024-03-26 21:44:35
2024-03-26 21:44:31
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28419', 'html_url': 'https://github.com/facebook/react/pull/28419', 'diff_url': 'https://github.com/facebook/react/pull/28419.diff', 'patch_url': 'https://github.com/facebook/react/pull/28419.patch', 'merged_at': datetime.datetime(2024, 3, 26, 21, 44, 31)}
## Summary Based on - https://github.com/facebook/react/pull/27903 This PR - Silence warning in React tests - Turn on flag We want to finish cleaning up internal RTR usage, but let's prioritize the deprecation process. We do this by silencing the internal warning for now. ## How did you test this change? `yarn build` `yarn test ReactHooksInspectionIntegration -b`
{'url': 'https://api.github.com/repos/facebook/react/issues/28419/reactions', 'total_count': 1, '+1': 0, '-1': 1, 'laugh': 0, 'hooray': 0, 'confused': 0, 'heart': 0, 'rocket': 0, 'eyes': 0}
https://api.github.com/repos/facebook/react/issues/28419/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28418
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28418/labels{/name}
https://api.github.com/repos/facebook/react/issues/28418/comments
https://api.github.com/repos/facebook/react/issues/28418/events
https://github.com/facebook/react/pull/28418
2,149,527,566
PR_kwDOAJy2Ks5nq_4U
28,418
React DevTools 5.0.0 -> 5.0.1
{'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-02-22 17:06:50
2024-02-22 19:45:59
2024-02-22 19:45:55
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28418', 'html_url': 'https://github.com/facebook/react/pull/28418', 'diff_url': 'https://github.com/facebook/react/pull/28418.diff', 'patch_url': 'https://github.com/facebook/react/pull/28418.patch', 'merged_at': datetime.datetime(2024, 2, 22, 19, 45, 55)}
Full list of changes (not a public CHANGELOG): * feature[REMOVED][devtools]: turn off / hide location based component filters ([hoxyq](https://github.com/hoxyq) in [#28417](https://github.com/facebook/react/pull/28417)) * Add useSyncExternalStore and useTransition to getPrimitiveStackCache ([jamesbvaughan](https://github.com/jamesbvaughan) in [#28399](https://github.com/facebook/react/pull/28399)) * chore[devtools]: use react-window from npm and bump react-virtualized-auto-sizer to ^1.0.23 ([hoxyq](https://github.com/hoxyq) in [#28408](https://github.com/facebook/react/pull/28408)) * Pass ref as normal prop ([acdlite](https://github.com/acdlite) in [#28348](https://github.com/facebook/react/pull/28348)) * Combine createElement and JSX modules ([acdlite](https://github.com/acdlite) in [#28320](https://github.com/facebook/react/pull/28320)) * [Debug Tools] Always use includeHooksSource option ([sebmarkbage](https://github.com/sebmarkbage) in [#28309](https://github.com/facebook/react/pull/28309)) * Revert "[Tests] Reset modules by default" ([acdlite](https://github.com/acdlite) in [#28318](https://github.com/facebook/react/pull/28318)) * Switch <Context> to mean <Context.Provider> ([gaearon](https://github.com/gaearon) in [#28226](https://github.com/facebook/react/pull/28226)) * [Debug Tools] Introspect Promises in use() ([sebmarkbage](https://github.com/sebmarkbage) in [#28297](https://github.com/facebook/react/pull/28297)) * fix[devtools/useModalDismissSignal]: use getRootNode for shadow root case support ([hoxyq](https://github.com/hoxyq) in [#28145](https://github.com/facebook/react/pull/28145)) * fix: define IS_ACT_ENVIRONMENT global for tests with concurrent mode and synchronous act ([hoxyq](https://github.com/hoxyq) in [#28296](https://github.com/facebook/react/pull/28296)) * chore: gate legacy apis for react-devtools-shell ([hoxyq](https://github.com/hoxyq) in [#28273](https://github.com/facebook/react/pull/28273)) * DevTools: Add support for use(Context) ([eps1lon](https://github.com/eps1lon) in [#28233](https://github.com/facebook/react/pull/28233)) * Remove __self and __source location from elements ([sebmarkbage](https://github.com/sebmarkbage) in [#28265](https://github.com/facebook/react/pull/28265)) * chore: use versioned render in inspectedElement test ([hoxyq](https://github.com/hoxyq) in [#28246](https://github.com/facebook/react/pull/28246)) * chore: use versioned render in TimelineProfiler test and gate some for legacy rendering ([hoxyq](https://github.com/hoxyq) in [#28218](https://github.com/facebook/react/pull/28218)) * [Tests] Reset modules by default ([rickhanlonii](https://github.com/rickhanlonii) in [#28254](https://github.com/facebook/react/pull/28254)) * chore: use versioned render in preprocessData test and gate some for … ([hoxyq](https://github.com/hoxyq) in [#28219](https://github.com/facebook/react/pull/28219)) * chore: use versioned render in storeStressSync test and gate them for legacy rendering ([hoxyq](https://github.com/hoxyq) in [#28216](https://github.com/facebook/react/pull/28216)) * Patch devtools before running useMemo function in strict mode ([gsathya](https://github.com/gsathya) in [#28249](https://github.com/facebook/react/pull/28249)) * chore: use versioned render in storeComponentFilters test ([hoxyq](https://github.com/hoxyq) in [#28241](https://github.com/facebook/react/pull/28241)) * chore: use versioned render in profilerContext test ([hoxyq](https://github.com/hoxyq) in [#28243](https://github.com/facebook/react/pull/28243)) * chore: use versioned render in profilingCommitTreeBuilder test and gate some for legacy rendering ([hoxyq](https://github.com/hoxyq) in [#28236](https://github.com/facebook/react/pull/28236)) * chore: use versioned render in profilingHostRoot test and gate some for legacy rendering ([hoxyq](https://github.com/hoxyq) in [#28237](https://github.com/facebook/react/pull/28237)) * chore: use versioned render in profilingCache test ([hoxyq](https://github.com/hoxyq) in [#28242](https://github.com/facebook/react/pull/28242)) * chore: use versioned render in ownersListContext test ([hoxyq](https://github.com/hoxyq) in [#28240](https://github.com/facebook/react/pull/28240)) * chore: use versioned render in editing test ([hoxyq](https://github.com/hoxyq) in [#28239](https://github.com/facebook/react/pull/28239)) * chore: use versioned render in treeContext test ([hoxyq](https://github.com/hoxyq) in [#28245](https://github.com/facebook/react/pull/28245)) * chore: use versioned render in store test ([hoxyq](https://github.com/hoxyq) in [#28244](https://github.com/facebook/react/pull/28244)) * chore: use versioned render in profilerStore test ([hoxyq](https://github.com/hoxyq) in [#28238](https://github.com/facebook/react/pull/28238)) * chore: use versioned render in profilingCharts test ([hoxyq](https://github.com/hoxyq) in [#28235](https://github.com/facebook/react/pull/28235)) * chore: use versioned render in profilerChangeDescriptions test ([hoxyq](https://github.com/hoxyq) in [#28221](https://github.com/facebook/react/pull/28221)) * chore: use versioned render in storeOwners test ([hoxyq](https://github.com/hoxyq) in [#28215](https://github.com/facebook/react/pull/28215)) * chore: use versioned render in componentStacks test ([hoxyq](https://github.com/hoxyq) in [#28214](https://github.com/facebook/react/pull/28214)) * chore: use versioned render in console test ([hoxyq](https://github.com/hoxyq) in [#28213](https://github.com/facebook/react/pull/28213)) * chore: use versioned render in useEditableValue test ([hoxyq](https://github.com/hoxyq) in [#28212](https://github.com/facebook/react/pull/28212)) * chore: use versioned render in FastRefreshDevToolsIntegration test ([hoxyq](https://github.com/hoxyq) in [#28211](https://github.com/facebook/react/pull/28211)) * chore: add versioned render implementation for DevTools tests ([hoxyq](https://github.com/hoxyq) in [#28210](https://github.com/facebook/react/pull/28210)) * chore: add single versioned implementation of act for DevTools tests ([hoxyq](https://github.com/hoxyq) in [#28186](https://github.com/facebook/react/pull/28186)) * DevTools: Add support for useFormState ([eps1lon](https://github.com/eps1lon) in [#28232](https://github.com/facebook/react/pull/28232)) * DevTools: Add support for useOptimistic Hook ([eps1lon](https://github.com/eps1lon) in [#27982](https://github.com/facebook/react/pull/27982)) * Add stable React.act export ([acdlite](https://github.com/acdlite) in [#28160](https://github.com/facebook/react/pull/28160)) * [flow] upgrade to 0.225.1 ([kassens](https://github.com/kassens) in [#27871](https://github.com/facebook/react/pull/27871)) * fix[devtools/e2e]: add fallback for act in integration tests ([hoxyq](https://github.com/hoxyq) in [#27842](https://github.com/facebook/react/pull/27842)) * Add stable concurrent option to react-test-renderer ([jackpope](https://github.com/jackpope) in [#27804](https://github.com/facebook/react/pull/27804)) * Update act references in tests ([gnoff](https://github.com/gnoff) in [#27805](https://github.com/facebook/react/pull/27805)) * Flow: make more objects exact ([kassens](https://github.com/kassens) in [#27790](https://github.com/facebook/react/pull/27790))
{'url': 'https://api.github.com/repos/facebook/react/issues/28418/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/28418/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28417
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28417/labels{/name}
https://api.github.com/repos/facebook/react/issues/28417/comments
https://api.github.com/repos/facebook/react/issues/28417/events
https://github.com/facebook/react/pull/28417
2,149,141,037
PR_kwDOAJy2Ks5nprR6
28,417
feature[REMOVED][devtools]: turn off / hide location based component filters
{'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-02-22 13:59:41
2024-02-22 16:59:32
2024-02-22 16:59:29
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28417', 'html_url': 'https://github.com/facebook/react/pull/28417', 'diff_url': 'https://github.com/facebook/react/pull/28417.diff', 'patch_url': 'https://github.com/facebook/react/pull/28417.patch', 'merged_at': datetime.datetime(2024, 2, 22, 16, 59, 29)}
Following https://github.com/facebook/react/pull/28265, this should disable location-based component filters. ``` // Following __debugSource removal from Fiber, the new approach for finding the source location // of a component, represented by the Fiber, is based on lazily generating and parsing component stack frames // To find the original location, React DevTools will perform symbolication, source maps are required for that. // In order to start filtering Fibers, we need to find location for all of them, which can't be done lazily. // Eager symbolication can become quite expensive for large applications. ``` I am planning to publish a patch version of RDT soon, so I think its better to remove this feature, instead of shipping it in a broken state. The reason for filtering out these filters is a potential cases, where we load filters from the backend (like in RN, where we storing some settings on device), or these filters can be stored in user land (`window.__REACT_DEVTOOLS_COMPONENT_FILTERS__`). Explicitly tested the case when: 1. Load current RDT extension, add location-based component filter 2. Reload the page and observe that previously created component filter is preserved 3. Re-load RDT extension with these changes, observe there is no previously created component filter and user can't create a new location-based filter 4. Reload RDT extension without these changes, no location-based filters saved, user can create location-based filters
{'url': 'https://api.github.com/repos/facebook/react/issues/28417/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/28417/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28416
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28416/labels{/name}
https://api.github.com/repos/facebook/react/issues/28416/comments
https://api.github.com/repos/facebook/react/issues/28416/events
https://github.com/facebook/react/pull/28416
2,148,529,088
PR_kwDOAJy2Ks5nnkmu
28,416
Add type to root, remove OpaqueRoot.
{'login': 'bubucuo', 'id': 9839620, 'node_id': 'MDQ6VXNlcjk4Mzk2MjA=', 'avatar_url': 'https://avatars.githubusercontent.com/u/9839620?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/bubucuo', 'html_url': 'https://github.com/bubucuo', 'followers_url': 'https://api.github.com/users/bubucuo/followers', 'following_url': 'https://api.github.com/users/bubucuo/following{/other_user}', 'gists_url': 'https://api.github.com/users/bubucuo/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/bubucuo/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/bubucuo/subscriptions', 'organizations_url': 'https://api.github.com/users/bubucuo/orgs', 'repos_url': 'https://api.github.com/users/bubucuo/repos', 'events_url': 'https://api.github.com/users/bubucuo/events{/privacy}', 'received_events_url': 'https://api.github.com/users/bubucuo/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
[ "There's a point to the separate name. It's also supposed to be an `opaque` type ideally.\r\n\r\nIt's because the outside of this shouldn't know whether it's a FiberRoot or not. It is today but after an internal refactor of the implementation details it wouldn't be." ]
2024-02-22 08:44:50
2024-02-26 16:30:23
2024-02-26 16:30:23
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28416', 'html_url': 'https://github.com/facebook/react/pull/28416', 'diff_url': 'https://github.com/facebook/react/pull/28416.diff', 'patch_url': 'https://github.com/facebook/react/pull/28416.patch', 'merged_at': None}
I recently read the React source code, and have a few suggestions to improve the reading experience. Hope you can consider them ~ 1. Every time I see the root assignment in the createRoot function, I often can't remember the type of this value for a moment, so maybe adding a type here would be helpful. 2. OpaqueRoot is actually FiberRoot, so there's no need to define another name for it here, right? It's not very good for the reading experience~
{'url': 'https://api.github.com/repos/facebook/react/issues/28416/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/28416/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28415
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28415/labels{/name}
https://api.github.com/repos/facebook/react/issues/28415/comments
https://api.github.com/repos/facebook/react/issues/28415/events
https://github.com/facebook/react/pull/28415
2,148,021,023
PR_kwDOAJy2Ks5nl2Dr
28,415
Include server component names in the componentStack in DEV
{'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: 66c8346401d271588e4c400921c5dab5478fc623...fe343f8cf57ec0e3143488e5ce0eafd06cb56a60\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/fe343f8cf57ec0e3143488e5ce0eafd06cb56a60/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 176.86 kB | 176.86 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/fe343f8cf57ec0e3143488e5ce0eafd06cb56a60/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 179.01 kB | 179.01 kB | = | 55.78 kB | 55.78 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/fe343f8cf57ec0e3143488e5ce0eafd06cb56a60/files/facebook-www/ReactDOM-prod.classic.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 592.40 kB | 592.40 kB | = | 104.67 kB | 104.67 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/fe343f8cf57ec0e3143488e5ce0eafd06cb56a60/files/facebook-www/ReactDOM-prod.modern.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **=** | 575.68 kB | 575.68 kB | = | 101.66 kB | 101.66 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/fe343f8cf57ec0e3143488e5ce0eafd06cb56a60/files/__test_utils__/ReactAllWarnings.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **Deleted** | 66.59 kB | 0.00 kB | Deleted | 16.30 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/fe343f8cf57ec0e3143488e5ce0eafd06cb56a60/files/__test_utils__/ReactAllWarnings.js?compare=66c8346401d271588e4c400921c5dab5478fc623) | **Deleted** | 66.59 kB | 0.00 kB | Deleted | 16.30 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 fe343f8cf57ec0e3143488e5ce0eafd06cb56a60\n</p>\n", "Should the server component frames indicate they are not from the local environment?", "> Should the server component frames indicate they are not from the local environment?\r\n\r\nThey have a ` (Server)` suffix. It just doesn't show up because our stack normalization is very naive and strips out this (and adds `at (**)` where there would be no source line).\r\n\r\nThis is actually a little tricky in real life too though because for example error-stack-parser doesn't know how to parse these lines. However, that's already a problem with the built ins and host component frames. So using a regular off-the-shelf parser might not work - which was kind of the point that this should work. Maybe that's just inherent to naive parsers like that though and it's up to them to be a bit smarter.\r\n\r\nI was considering using brackets instead but I'm not sure if that's used by any formats for other purposes. Where as `(native)` is a common pattern which this follows kind of." ]
2024-02-22 01:52:19
2024-02-23 17:04:56
2024-02-23 17:04:56
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28415', 'html_url': 'https://github.com/facebook/react/pull/28415', 'diff_url': 'https://github.com/facebook/react/pull/28415.diff', 'patch_url': 'https://github.com/facebook/react/pull/28415.patch', 'merged_at': datetime.datetime(2024, 2, 23, 17, 4, 56)}
I'm a bit ambivalent about this one because it's not the main strategy that I plan on pursuing. I plan on replacing most DEV-only specific stacks like `console.error` stacks with a new take on owner stacks and native stacks. The future owner stacks may or may not be exposed to error boundaries in DEV but if they are they'd be a new errorInfo property since they're owner based and not available in prod. The use case in `console.error` mostly goes away in the future so this PR is mainly for error boundaries. It doesn't hurt to have it in there while I'm working on the better stacks though. The `componentStack` property exposed to error boundaries is more like production behavior similar to `new Error().stack` (which even in DEV won't ever expose owner stacks because `console.createTask` doesn't affect these). I'm not sure it's worth adding server components in DEV (this PR) because then you have forked behavior between dev and prod. However, since even in the future there won't be any other place to get the *parent* stack, maybe this can be useful information even if it's only dev. We could expose a third property on errorInfo that's DEV only and parent stack but including server components. That doesn't seem worth it over just having the stack differ in dev and prod. I don't plan on adding line/column number to these particular stacks. A follow up could be to add this to Fizz prerender too but only in DEV.
{'url': 'https://api.github.com/repos/facebook/react/issues/28415/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/28415/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28414
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28414/labels{/name}
https://api.github.com/repos/facebook/react/issues/28414/comments
https://api.github.com/repos/facebook/react/issues/28414/events
https://github.com/facebook/react/pull/28414
2,147,876,599
PR_kwDOAJy2Ks5nlXDc
28,414
[Devtools] Add React Conf banner in component inspector panel
{'login': 'mattcarrollcode', 'id': 7158882, 'node_id': 'MDQ6VXNlcjcxNTg4ODI=', 'avatar_url': 'https://avatars.githubusercontent.com/u/7158882?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/mattcarrollcode', 'html_url': 'https://github.com/mattcarrollcode', 'followers_url': 'https://api.github.com/users/mattcarrollcode/followers', 'following_url': 'https://api.github.com/users/mattcarrollcode/following{/other_user}', 'gists_url': 'https://api.github.com/users/mattcarrollcode/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/mattcarrollcode/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/mattcarrollcode/subscriptions', 'organizations_url': 'https://api.github.com/users/mattcarrollcode/orgs', 'repos_url': 'https://api.github.com/users/mattcarrollcode/repos', 'events_url': 'https://api.github.com/users/mattcarrollcode/events{/privacy}', 'received_events_url': 'https://api.github.com/users/mattcarrollcode/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
[ "LGMT" ]
2024-02-21 23:20:20
2024-02-26 12:43:06
null
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28414', 'html_url': 'https://github.com/facebook/react/pull/28414', 'diff_url': 'https://github.com/facebook/react/pull/28414.diff', 'patch_url': 'https://github.com/facebook/react/pull/28414.patch', 'merged_at': None}
This PR adds a dismissable React Conf banner to the DevTools extension. One dismissed the banner will not reappear and the banner will automatically disappear after React Conf is over (React Conf is happening from May 15-16th). <img width="897" alt="Screenshot 2024-02-21 at 3 21 55 PM" src="https://github.com/facebook/react/assets/7158882/be824de7-9308-44ef-ada9-139f03158a7c">
{'url': 'https://api.github.com/repos/facebook/react/issues/28414/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/28414/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28413
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28413/labels{/name}
https://api.github.com/repos/facebook/react/issues/28413/comments
https://api.github.com/repos/facebook/react/issues/28413/events
https://github.com/facebook/react/pull/28413
2,147,826,062
PR_kwDOAJy2Ks5nlMKw
28,413
Devtools: Add support for useFormStatus
{'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'} {'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\n\nComparing: 4f5c812a3c4e52d9ea5d908a27a317ac0f26590a...de678941df52a1b0622d0c56ef620c3c2a1de331\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/de678941df52a1b0622d0c56ef620c3c2a1de331/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/de678941df52a1b0622d0c56ef620c3c2a1de331/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/de678941df52a1b0622d0c56ef620c3c2a1de331/files/facebook-www/ReactDOM-prod.classic.js?compare=4f5c812a3c4e52d9ea5d908a27a317ac0f26590a) | **=** | 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/de678941df52a1b0622d0c56ef620c3c2a1de331/files/facebook-www/ReactDOM-prod.modern.js?compare=4f5c812a3c4e52d9ea5d908a27a317ac0f26590a) | **=** | 566.66 kB | 566.66 kB | = | 100.10 kB | 100.10 kB\n| [oss-experimental/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/de678941df52a1b0622d0c56ef620c3c2a1de331/files/oss-experimental/react-debug-tools/cjs/react-debug-tools.development.js?compare=4f5c812a3c4e52d9ea5d908a27a317ac0f26590a) | **+2.30%** | 35.61 kB | 36.43 kB | +2.06% | 8.50 kB | 8.67 kB\n| [oss-stable-semver/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/de678941df52a1b0622d0c56ef620c3c2a1de331/files/oss-stable-semver/react-debug-tools/cjs/react-debug-tools.development.js?compare=4f5c812a3c4e52d9ea5d908a27a317ac0f26590a) | **+2.30%** | 35.61 kB | 36.43 kB | +2.06% | 8.50 kB | 8.67 kB\n| [oss-stable/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/de678941df52a1b0622d0c56ef620c3c2a1de331/files/oss-stable/react-debug-tools/cjs/react-debug-tools.development.js?compare=4f5c812a3c4e52d9ea5d908a27a317ac0f26590a) | **+2.30%** | 35.61 kB | 36.43 kB | +2.06% | 8.50 kB | 8.67 kB\n| [oss-experimental/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/de678941df52a1b0622d0c56ef620c3c2a1de331/files/oss-experimental/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=4f5c812a3c4e52d9ea5d908a27a317ac0f26590a) | **+2.25%** | 11.93 kB | 12.20 kB | +1.22% | 3.77 kB | 3.82 kB\n| [oss-stable-semver/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/de678941df52a1b0622d0c56ef620c3c2a1de331/files/oss-stable-semver/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=4f5c812a3c4e52d9ea5d908a27a317ac0f26590a) | **+2.25%** | 11.93 kB | 12.20 kB | +1.22% | 3.77 kB | 3.82 kB\n| [oss-stable/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/de678941df52a1b0622d0c56ef620c3c2a1de331/files/oss-stable/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=4f5c812a3c4e52d9ea5d908a27a317ac0f26590a) | **+2.25%** | 11.93 kB | 12.20 kB | +1.22% | 3.77 kB | 3.82 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/de678941df52a1b0622d0c56ef620c3c2a1de331/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| [oss-experimental/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/de678941df52a1b0622d0c56ef620c3c2a1de331/files/oss-experimental/react-debug-tools/cjs/react-debug-tools.development.js?compare=4f5c812a3c4e52d9ea5d908a27a317ac0f26590a) | **+2.30%** | 35.61 kB | 36.43 kB | +2.06% | 8.50 kB | 8.67 kB\n| [oss-stable-semver/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/de678941df52a1b0622d0c56ef620c3c2a1de331/files/oss-stable-semver/react-debug-tools/cjs/react-debug-tools.development.js?compare=4f5c812a3c4e52d9ea5d908a27a317ac0f26590a) | **+2.30%** | 35.61 kB | 36.43 kB | +2.06% | 8.50 kB | 8.67 kB\n| [oss-stable/react-debug-tools/cjs/react-debug-tools.development.js](https://react-builds.vercel.app/commits/de678941df52a1b0622d0c56ef620c3c2a1de331/files/oss-stable/react-debug-tools/cjs/react-debug-tools.development.js?compare=4f5c812a3c4e52d9ea5d908a27a317ac0f26590a) | **+2.30%** | 35.61 kB | 36.43 kB | +2.06% | 8.50 kB | 8.67 kB\n| [oss-experimental/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/de678941df52a1b0622d0c56ef620c3c2a1de331/files/oss-experimental/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=4f5c812a3c4e52d9ea5d908a27a317ac0f26590a) | **+2.25%** | 11.93 kB | 12.20 kB | +1.22% | 3.77 kB | 3.82 kB\n| [oss-stable-semver/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/de678941df52a1b0622d0c56ef620c3c2a1de331/files/oss-stable-semver/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=4f5c812a3c4e52d9ea5d908a27a317ac0f26590a) | **+2.25%** | 11.93 kB | 12.20 kB | +1.22% | 3.77 kB | 3.82 kB\n| [oss-stable/react-debug-tools/cjs/react-debug-tools.production.min.js](https://react-builds.vercel.app/commits/de678941df52a1b0622d0c56ef620c3c2a1de331/files/oss-stable/react-debug-tools/cjs/react-debug-tools.production.min.js?compare=4f5c812a3c4e52d9ea5d908a27a317ac0f26590a) | **+2.25%** | 11.93 kB | 12.20 kB | +1.22% | 3.77 kB | 3.82 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/de678941df52a1b0622d0c56ef620c3c2a1de331/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 de678941df52a1b0622d0c56ef620c3c2a1de331\n</p>\n" ]
2024-02-21 22:32:48
2024-04-16 08:32:08
2024-04-16 08:28:16
COLLABORATOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28413', 'html_url': 'https://github.com/facebook/react/pull/28413', 'diff_url': 'https://github.com/facebook/react/pull/28413.diff', 'patch_url': 'https://github.com/facebook/react/pull/28413.patch', 'merged_at': datetime.datetime(2024, 4, 16, 8, 28, 16)}
Stack: 1. https://github.com/facebook/react/pull/28593 1. https://github.com/facebook/react/pull/28413 <--- You're here 1. https://github.com/facebook/react/pull/28728 Unfortunately, the initial value will be incorrect since that value specified in the Fiber config to which react-debug-tools has no access until we land https://github.com/facebook/react/pull/28728. ## Test plan - [x] `yarn test ReactHooksInspectionIntegrationDOM` - [x] inspected components with hooks (`FormStatus`) in the shell - [x] Backwards compat with 16.8: https://8qq2sv.csb.app/ - [x] Backwards compat with 17.0: https://g67r45.csb.app/ - [x] Backwards compat with 18.0: https://ydjfsq.csb.app/ - [x] Compat with Experimental: https://react-devtools-hook-inspection-experimental.vercel.app/ https://github.com/facebook/react/assets/12292047/780136d5-56ff-4848-9997-1043d11b0738
{'url': 'https://api.github.com/repos/facebook/react/issues/28413/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/28413/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28412
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28412/labels{/name}
https://api.github.com/repos/facebook/react/issues/28412/comments
https://api.github.com/repos/facebook/react/issues/28412/events
https://github.com/facebook/react/pull/28412
2,147,672,940
PR_kwDOAJy2Ks5nkq_d
28,412
s/getRootNode/ownerDocument
{'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: 59fe6c3ac1d52e4e568be52b908905b8898a4777...f4e3c836458f06ecf9a69b04d4501b9b42870254\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/f4e3c836458f06ecf9a69b04d4501b9b42870254/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=59fe6c3ac1d52e4e568be52b908905b8898a4777) | **=** | 176.86 kB | 176.86 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/f4e3c836458f06ecf9a69b04d4501b9b42870254/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=59fe6c3ac1d52e4e568be52b908905b8898a4777) | **=** | 179.00 kB | 179.01 kB | = | 55.78 kB | 55.78 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/f4e3c836458f06ecf9a69b04d4501b9b42870254/files/facebook-www/ReactDOM-prod.classic.js?compare=59fe6c3ac1d52e4e568be52b908905b8898a4777) | **=** | 591.78 kB | 591.79 kB | = | 104.51 kB | 104.51 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/f4e3c836458f06ecf9a69b04d4501b9b42870254/files/facebook-www/ReactDOM-prod.modern.js?compare=59fe6c3ac1d52e4e568be52b908905b8898a4777) | **=** | 575.07 kB | 575.08 kB | = | 101.51 kB | 101.51 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/f4e3c836458f06ecf9a69b04d4501b9b42870254/files/__test_utils__/ReactAllWarnings.js?compare=59fe6c3ac1d52e4e568be52b908905b8898a4777) | **Deleted** | 66.50 kB | 0.00 kB | Deleted | 16.27 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/f4e3c836458f06ecf9a69b04d4501b9b42870254/files/__test_utils__/ReactAllWarnings.js?compare=59fe6c3ac1d52e4e568be52b908905b8898a4777) | **Deleted** | 66.50 kB | 0.00 kB | Deleted | 16.27 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 f4e3c836458f06ecf9a69b04d4501b9b42870254\n</p>\n" ]
2024-02-21 20:43:53
2024-02-22 19:53:04
2024-02-22 19:53:02
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28412', 'html_url': 'https://github.com/facebook/react/pull/28412', 'diff_url': 'https://github.com/facebook/react/pull/28412.diff', 'patch_url': 'https://github.com/facebook/react/pull/28412.patch', 'merged_at': datetime.datetime(2024, 2, 22, 19, 53, 2)}
getRootNode isn't always available, use ownerDocument instead
{'url': 'https://api.github.com/repos/facebook/react/issues/28412/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/28412/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28411
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28411/labels{/name}
https://api.github.com/repos/facebook/react/issues/28411/comments
https://api.github.com/repos/facebook/react/issues/28411/events
https://github.com/facebook/react/pull/28411
2,147,611,963
PR_kwDOAJy2Ks5nkdD8
28,411
Remove RTR from DebugTracing-test
{'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: 850fac4915864a487e7cb9ecae8a75dbac144174...985dc0ae2b70d6bc274157a17415a213c79024a4\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/985dc0ae2b70d6bc274157a17415a213c79024a4/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=850fac4915864a487e7cb9ecae8a75dbac144174) | **=** | 177.10 kB | 177.10 kB | = | 55.20 kB | 55.20 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/985dc0ae2b70d6bc274157a17415a213c79024a4/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=850fac4915864a487e7cb9ecae8a75dbac144174) | **=** | 177.64 kB | 177.64 kB | = | 55.53 kB | 55.53 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/985dc0ae2b70d6bc274157a17415a213c79024a4/files/facebook-www/ReactDOM-prod.classic.js?compare=850fac4915864a487e7cb9ecae8a75dbac144174) | **=** | 594.34 kB | 594.34 kB | = | 104.96 kB | 104.96 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/985dc0ae2b70d6bc274157a17415a213c79024a4/files/facebook-www/ReactDOM-prod.modern.js?compare=850fac4915864a487e7cb9ecae8a75dbac144174) | **=** | 577.60 kB | 577.60 kB | = | 102.02 kB | 102.02 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/985dc0ae2b70d6bc274157a17415a213c79024a4/files/__test_utils__/ReactAllWarnings.js?compare=850fac4915864a487e7cb9ecae8a75dbac144174) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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/985dc0ae2b70d6bc274157a17415a213c79024a4/files/__test_utils__/ReactAllWarnings.js?compare=850fac4915864a487e7cb9ecae8a75dbac144174) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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 985dc0ae2b70d6bc274157a17415a213c79024a4\n</p>\n" ]
2024-02-21 20:16:35
2024-03-07 21:36:54
2024-03-07 21:36:50
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28411', 'html_url': 'https://github.com/facebook/react/pull/28411', 'diff_url': 'https://github.com/facebook/react/pull/28411.diff', 'patch_url': 'https://github.com/facebook/react/pull/28411.patch', 'merged_at': datetime.datetime(2024, 3, 7, 21, 36, 50)}
## Summary Internal cleanup of ReactTestRenderer ## How did you test this change? `yarn test packages/react-reconciler/src/__tests__/DebugTracing-test.internal.js`
{'url': 'https://api.github.com/repos/facebook/react/issues/28411/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/28411/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28410
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28410/labels{/name}
https://api.github.com/repos/facebook/react/issues/28410/comments
https://api.github.com/repos/facebook/react/issues/28410/events
https://github.com/facebook/react/issues/28410
2,147,321,137
I_kwDOAJy2Ks5__YUx
28,410
Bug: unable to compile standalone binary in Deno with server rendering, while using Typescript.
{'login': 'dkonasov', 'id': 6563723, 'node_id': 'MDQ6VXNlcjY1NjM3MjM=', 'avatar_url': 'https://avatars.githubusercontent.com/u/6563723?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/dkonasov', 'html_url': 'https://github.com/dkonasov', 'followers_url': 'https://api.github.com/users/dkonasov/followers', 'following_url': 'https://api.github.com/users/dkonasov/following{/other_user}', 'gists_url': 'https://api.github.com/users/dkonasov/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/dkonasov/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/dkonasov/subscriptions', 'organizations_url': 'https://api.github.com/users/dkonasov/orgs', 'repos_url': 'https://api.github.com/users/dkonasov/repos', 'events_url': 'https://api.github.com/users/dkonasov/events{/privacy}', 'received_events_url': 'https://api.github.com/users/dkonasov/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-02-21 17:33:35
2024-02-21 17:33:35
null
NONE
null
null
null
Hello! I am trying to build standalone binary with Deno, that renders static HTML to string with React. I am using `@react-dom/server` subpackage, but it seems that it doesn't works correctly in Deno if used in Typescript files. React version: 18.2.0 ## Steps To Reproduce 1. In Deno make a typescript file, and try to render something with SSR 2. Try to compile this file into standalone binary using `deno compile %filename%.ts` 3. Get an error ```bash Check file:///workspaces/workspace/index.ts error: Uncaught Error: Failed resolving package subpath './server' for '/deno-dir/npm/registry.npmjs.org/react-dom/18.2.0/package.json': [ERR_INVALID_PACKAGE_TARGET] Invalid "exports" target {"deno":"./server.browser.js","worker":"./server.browser.js","browser":"./server.browser.js","default":"./server.node.js"} defined for './server' in the package config /deno-dir/npm/registry.npmjs.org/react-dom/18.2.0/package.json imported from file:///workspaces/workspace/index.ts; target must start with "./" at Object.resolveModuleNames (ext:deno_tsc/99_main_compiler.js:687:28) at actualResolveModuleNamesWorker (ext:deno_tsc/00_typescript.js:119464:144) at resolveModuleNamesWorker (ext:deno_tsc/00_typescript.js:119856:22) at resolveModuleNamesReusingOldState (ext:deno_tsc/00_typescript.js:119951:16) at processImportedModules (ext:deno_tsc/00_typescript.js:121512:120) at findSourceFileWorker (ext:deno_tsc/00_typescript.js:121250:9) at findSourceFile (ext:deno_tsc/00_typescript.js:121115:22) at ext:deno_tsc/00_typescript.js:121064:24 at getSourceFileFromReferenceWorker (ext:deno_tsc/00_typescript.js:121033:28) at processSourceFile (ext:deno_tsc/00_typescript.js:121062:7) ``` In JS files everything works fine. Link to code example: https://codesandbox.io/p/devbox/react-dom-server-deno-bug-svm3t7 ## The current behavior Build crashes if code from `@react-dom/server` is used. ## The expected behavior Build completes successfully and binary works.
{'url': 'https://api.github.com/repos/facebook/react/issues/28410/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/28410/timeline
null
null
false
https://api.github.com/repos/facebook/react/issues/28409
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28409/labels{/name}
https://api.github.com/repos/facebook/react/issues/28409/comments
https://api.github.com/repos/facebook/react/issues/28409/events
https://github.com/facebook/react/pull/28409
2,147,229,613
PR_kwDOAJy2Ks5njIYj
28,409
remove RTR from ReactCacheOld-test
{'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'}]
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: ddd736d2589c972e1ac75402f2e2e833e97ad61a...efb5887ae32f79e196e306af88be08fb5986b672\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/efb5887ae32f79e196e306af88be08fb5986b672/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=ddd736d2589c972e1ac75402f2e2e833e97ad61a) | **=** | 176.87 kB | 176.87 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/efb5887ae32f79e196e306af88be08fb5986b672/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=ddd736d2589c972e1ac75402f2e2e833e97ad61a) | **=** | 178.97 kB | 178.97 kB | = | 55.77 kB | 55.77 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/efb5887ae32f79e196e306af88be08fb5986b672/files/facebook-www/ReactDOM-prod.classic.js?compare=ddd736d2589c972e1ac75402f2e2e833e97ad61a) | **=** | 591.94 kB | 591.94 kB | = | 104.47 kB | 104.47 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/efb5887ae32f79e196e306af88be08fb5986b672/files/facebook-www/ReactDOM-prod.modern.js?compare=ddd736d2589c972e1ac75402f2e2e833e97ad61a) | **=** | 575.23 kB | 575.23 kB | = | 101.48 kB | 101.48 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/efb5887ae32f79e196e306af88be08fb5986b672/files/__test_utils__/ReactAllWarnings.js?compare=ddd736d2589c972e1ac75402f2e2e833e97ad61a) | **Deleted** | 66.50 kB | 0.00 kB | Deleted | 16.27 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/efb5887ae32f79e196e306af88be08fb5986b672/files/__test_utils__/ReactAllWarnings.js?compare=ddd736d2589c972e1ac75402f2e2e833e97ad61a) | **Deleted** | 66.50 kB | 0.00 kB | Deleted | 16.27 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 efb5887ae32f79e196e306af88be08fb5986b672\n</p>\n" ]
2024-02-21 16:48:56
2024-02-21 18:31:46
2024-02-21 18:31:43
MEMBER
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28409', 'html_url': 'https://github.com/facebook/react/pull/28409', 'diff_url': 'https://github.com/facebook/react/pull/28409.diff', 'patch_url': 'https://github.com/facebook/react/pull/28409.patch', 'merged_at': datetime.datetime(2024, 2, 21, 18, 31, 43)}
## Summary swaps `react-test-renderer` for `react-noop-rendererer` in ReactCacheOld-test ## How did you test this change? `yarn test-www ReactCacheOld`
{'url': 'https://api.github.com/repos/facebook/react/issues/28409/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/28409/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28408
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28408/labels{/name}
https://api.github.com/repos/facebook/react/issues/28408/comments
https://api.github.com/repos/facebook/react/issues/28408/events
https://github.com/facebook/react/pull/28408
2,147,165,526
PR_kwDOAJy2Ks5ni6Z2
28,408
chore[devtools]: use react-window from npm and bump react-virtualized-auto-sizer to ^1.0.23
{'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
[ "\n<!--\n 0 failure: \n 0 warning: \n \n 1 markdown notices\n DangerID: danger-id-stable;\n-->\n\n\n\n\nComparing: ddd736d2589c972e1ac75402f2e2e833e97ad61a...57141c87b03b4d09437706cd8a8f82453176d11f\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/57141c87b03b4d09437706cd8a8f82453176d11f/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=ddd736d2589c972e1ac75402f2e2e833e97ad61a) | **=** | 176.87 kB | 176.87 kB | = | 55.14 kB | 55.14 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/57141c87b03b4d09437706cd8a8f82453176d11f/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=ddd736d2589c972e1ac75402f2e2e833e97ad61a) | **=** | 178.97 kB | 178.97 kB | = | 55.77 kB | 55.77 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/57141c87b03b4d09437706cd8a8f82453176d11f/files/facebook-www/ReactDOM-prod.classic.js?compare=ddd736d2589c972e1ac75402f2e2e833e97ad61a) | **=** | 591.94 kB | 591.94 kB | = | 104.47 kB | 104.47 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/57141c87b03b4d09437706cd8a8f82453176d11f/files/facebook-www/ReactDOM-prod.modern.js?compare=ddd736d2589c972e1ac75402f2e2e833e97ad61a) | **=** | 575.23 kB | 575.23 kB | = | 101.48 kB | 101.48 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/57141c87b03b4d09437706cd8a8f82453176d11f/files/__test_utils__/ReactAllWarnings.js?compare=ddd736d2589c972e1ac75402f2e2e833e97ad61a) | **Deleted** | 66.50 kB | 0.00 kB | Deleted | 16.27 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/57141c87b03b4d09437706cd8a8f82453176d11f/files/__test_utils__/ReactAllWarnings.js?compare=ddd736d2589c972e1ac75402f2e2e833e97ad61a) | **Deleted** | 66.50 kB | 0.00 kB | Deleted | 16.27 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 57141c87b03b4d09437706cd8a8f82453176d11f\n</p>\n" ]
2024-02-21 16:17:23
2024-02-22 11:31:13
2024-02-22 11:31:10
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28408', 'html_url': 'https://github.com/facebook/react/pull/28408', 'diff_url': 'https://github.com/facebook/react/pull/28408.diff', 'patch_url': 'https://github.com/facebook/react/pull/28408.patch', 'merged_at': datetime.datetime(2024, 2, 22, 11, 31, 10)}
1. Bumps `react-virtualized-auto-sizer` to 1.0.23, which has a fix for cases with multiple realms - https://github.com/bvaughn/react-virtualized-auto-sizer/pull/82 2. Removes `react-window` from react-devtools-shared/src/node_modules, now listed as dependency in `package.json` and bumped to 1.8.10 Tested: - Chrome extension - Standalone shell with RN
{'url': 'https://api.github.com/repos/facebook/react/issues/28408/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/28408/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28407
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28407/labels{/name}
https://api.github.com/repos/facebook/react/issues/28407/comments
https://api.github.com/repos/facebook/react/issues/28407/events
https://github.com/facebook/react/pull/28407
2,147,009,298
PR_kwDOAJy2Ks5niXtr
28,407
Remove RTR from ReactProfiler-test
{'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: 56e20051c3c1611f9495081d01f1946184332c6b...c00d1048970aeb935b47e7b0f803d575b64388ef\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/c00d1048970aeb935b47e7b0f803d575b64388ef/files/oss-stable/react-dom/cjs/react-dom.production.min.js?compare=56e20051c3c1611f9495081d01f1946184332c6b) | **=** | 177.10 kB | 177.10 kB | = | 55.20 kB | 55.20 kB\n| [oss-experimental/react-dom/cjs/react-dom.production.min.js](https://react-builds.vercel.app/commits/c00d1048970aeb935b47e7b0f803d575b64388ef/files/oss-experimental/react-dom/cjs/react-dom.production.min.js?compare=56e20051c3c1611f9495081d01f1946184332c6b) | **=** | 177.64 kB | 177.64 kB | = | 55.53 kB | 55.53 kB\n| [facebook-www/ReactDOM-prod.classic.js](https://react-builds.vercel.app/commits/c00d1048970aeb935b47e7b0f803d575b64388ef/files/facebook-www/ReactDOM-prod.classic.js?compare=56e20051c3c1611f9495081d01f1946184332c6b) | **=** | 593.92 kB | 593.92 kB | = | 104.85 kB | 104.85 kB\n| [facebook-www/ReactDOM-prod.modern.js](https://react-builds.vercel.app/commits/c00d1048970aeb935b47e7b0f803d575b64388ef/files/facebook-www/ReactDOM-prod.modern.js?compare=56e20051c3c1611f9495081d01f1946184332c6b) | **=** | 577.18 kB | 577.18 kB | = | 101.91 kB | 101.91 kB\n| [__test_utils__/ReactAllWarnings.js](https://react-builds.vercel.app/commits/c00d1048970aeb935b47e7b0f803d575b64388ef/files/__test_utils__/ReactAllWarnings.js?compare=56e20051c3c1611f9495081d01f1946184332c6b) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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/c00d1048970aeb935b47e7b0f803d575b64388ef/files/__test_utils__/ReactAllWarnings.js?compare=56e20051c3c1611f9495081d01f1946184332c6b) | **Deleted** | 66.60 kB | 0.00 kB | Deleted | 16.28 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 c00d1048970aeb935b47e7b0f803d575b64388ef\n</p>\n" ]
2024-02-21 15:16:04
2024-03-11 19:08:01
2024-03-11 19:07:58
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28407', 'html_url': 'https://github.com/facebook/react/pull/28407', 'diff_url': 'https://github.com/facebook/react/pull/28407.diff', 'patch_url': 'https://github.com/facebook/react/pull/28407.patch', 'merged_at': datetime.datetime(2024, 3, 11, 19, 7, 58)}
## Summary Internal cleanup of ReactTestRenderer ## How did you test this change? `yarn test packages/react/src/__tests__/ReactProfiler-test.internal.js`
{'url': 'https://api.github.com/repos/facebook/react/issues/28407/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/28407/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28406
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28406/labels{/name}
https://api.github.com/repos/facebook/react/issues/28406/comments
https://api.github.com/repos/facebook/react/issues/28406/events
https://github.com/facebook/react/issues/28406
2,146,307,049
I_kwDOAJy2Ks5_7gvp
28,406
Bug: Despite having implemented optimizations such as shouldComponentUpdate or PureComponent
{'login': 'WonderLand33', 'id': 10755158, 'node_id': 'MDQ6VXNlcjEwNzU1MTU4', 'avatar_url': 'https://avatars.githubusercontent.com/u/10755158?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/WonderLand33', 'html_url': 'https://github.com/WonderLand33', 'followers_url': 'https://api.github.com/users/WonderLand33/followers', 'following_url': 'https://api.github.com/users/WonderLand33/following{/other_user}', 'gists_url': 'https://api.github.com/users/WonderLand33/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/WonderLand33/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/WonderLand33/subscriptions', 'organizations_url': 'https://api.github.com/users/WonderLand33/orgs', 'repos_url': 'https://api.github.com/users/WonderLand33/repos', 'events_url': 'https://api.github.com/users/WonderLand33/events{/privacy}', 'received_events_url': 'https://api.github.com/users/WonderLand33/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
[ "Unfortunately, this issue tracker is for reporting bugs in React, and is not a support forum for using React. We want you to find the answer you're looking for, so we suggest posting one of the Community Forums: https://react.dev/community", "Ok On Feb 22, 2024, at 11:13 PM, Ricky ***@***.***> wrote:\r\nClosed #28406 as completed.\r\n\r\n—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>", "What we Talkin bout\r\n\r\nOn Sun, Feb 25, 2024 at 7:44 AM sennymunoz ***@***.***> wrote:\r\n\r\n> Ok On Feb 22, 2024, at 11:13 PM, Ricky ***@***.***> wrote:\r\n> Closed #28406 as completed.\r\n>\r\n> —Reply to this email directly, view it on GitHub, or unsubscribe.You are\r\n> receiving this because you are subscribed to this thread.Message ID:\r\n> ***@***.***>\r\n>\r\n> —\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/facebook/react/issues/28406#issuecomment-1962945640>,\r\n> or unsubscribe\r\n> <https://github.com/notifications/unsubscribe-auth/A4HTWCSOIJXIRFA74IGKOP3YVM547AVCNFSM6AAAAABDSXAD76VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRSHE2DKNRUGA>\r\n> .\r\n> You are receiving this because you are subscribed to this thread.Message\r\n> ID: ***@***.***>\r\n>\r\n", "What does this do\r\n\r\nOn Sun, Feb 25, 2024 at 7:44 AM Serenity Munoz ***@***.***>\r\nwrote:\r\n\r\n> Ok\r\n>\r\n>\r\n> On Feb 22, 2024, at 11:13 PM, Ricky ***@***.***> wrote:\r\n>\r\n> \r\n>\r\n> Closed #28406 <https://github.com/facebook/react/issues/28406> as\r\n> completed.\r\n>\r\n> —\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/facebook/react/issues/28406#event-11899390639>, or\r\n> unsubscribe\r\n> <https://github.com/notifications/unsubscribe-auth/A4HTWCWVDNASGORNF522CZTYVAQQXAVCNFSM6AAAAABDSXAD76VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRHA4TSMZZGA3DGOI>\r\n> .\r\n> You are receiving this because you are subscribed to this thread.Message\r\n> ID: ***@***.***>\r\n>\r\n", "No anso\r\n\r\nOn Sun, Feb 25, 2024 at 7:47 AM sennymunoz ***@***.***> wrote:\r\n\r\n> What does this do\r\n>\r\n> On Sun, Feb 25, 2024 at 7:44 AM Serenity Munoz ***@***.***>\r\n> wrote:\r\n>\r\n> > Ok\r\n> >\r\n> >\r\n> > On Feb 22, 2024, at 11:13 PM, Ricky ***@***.***> wrote:\r\n> >\r\n> > \r\n> >\r\n> > Closed #28406 <https://github.com/facebook/react/issues/28406> as\r\n> > completed.\r\n> >\r\n> > —\r\n> > Reply to this email directly, view it on GitHub\r\n> > <https://github.com/facebook/react/issues/28406#event-11899390639>, or\r\n> > unsubscribe\r\n> > <\r\n> https://github.com/notifications/unsubscribe-auth/A4HTWCWVDNASGORNF522CZTYVAQQXAVCNFSM6AAAAABDSXAD76VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRHA4TSMZZGA3DGOI>\r\n>\r\n> > .\r\n> > You are receiving this because you are subscribed to this thread.Message\r\n> > ID: ***@***.***>\r\n> >\r\n>\r\n> —\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/facebook/react/issues/28406#issuecomment-1962946469>,\r\n> or unsubscribe\r\n> <https://github.com/notifications/unsubscribe-auth/A4HTWCSEH4CDWDSORSSNMDLYVM6IFAVCNFSM6AAAAABDSXAD76VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRSHE2DMNBWHE>\r\n> .\r\n> You are receiving this because you are subscribed to this thread.Message\r\n> ID: ***@***.***>\r\n>\r\n", "???\r\n\r\n\r\n\r\nOn Sun, Feb 25, 2024 at 7:51 AM sennymunoz ***@***.***> wrote:\r\n\r\n> No anso\r\n>\r\n> On Sun, Feb 25, 2024 at 7:47 AM sennymunoz ***@***.***> wrote:\r\n>\r\n> > What does this do\r\n> >\r\n> > On Sun, Feb 25, 2024 at 7:44 AM Serenity Munoz ***@***.***>\r\n> > wrote:\r\n> >\r\n> > > Ok\r\n> > >\r\n> > >\r\n> > > On Feb 22, 2024, at 11:13 PM, Ricky ***@***.***> wrote:\r\n> > >\r\n> > > \r\n> > >\r\n> > > Closed #28406 <https://github.com/facebook/react/issues/28406> as\r\n> > > completed.\r\n> > >\r\n> > > —\r\n> > > Reply to this email directly, view it on GitHub\r\n> > > <https://github.com/facebook/react/issues/28406#event-11899390639>,\r\n> or\r\n> > > unsubscribe\r\n> > > <\r\n> >\r\n> https://github.com/notifications/unsubscribe-auth/A4HTWCWVDNASGORNF522CZTYVAQQXAVCNFSM6AAAAABDSXAD76VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRHA4TSMZZGA3DGOI>\r\n>\r\n> >\r\n> > > .\r\n> > > You are receiving this because you are subscribed to this\r\n> thread.Message\r\n> > > ID: ***@***.***>\r\n> > >\r\n> >\r\n> > —\r\n> > Reply to this email directly, view it on GitHub\r\n> > <https://github.com/facebook/react/issues/28406#issuecomment-1962946469>,\r\n>\r\n> > or unsubscribe\r\n> > <\r\n> https://github.com/notifications/unsubscribe-auth/A4HTWCSEH4CDWDSORSSNMDLYVM6IFAVCNFSM6AAAAABDSXAD76VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRSHE2DMNBWHE>\r\n>\r\n> > .\r\n> > You are receiving this because you are subscribed to this thread.Message\r\n> > ID: ***@***.***>\r\n> >\r\n>\r\n> —\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/facebook/react/issues/28406#issuecomment-1962947569>,\r\n> or unsubscribe\r\n> <https://github.com/notifications/unsubscribe-auth/A4HTWCWVYHIBTEPWXN4LGQLYVM6U3AVCNFSM6AAAAABDSXAD76VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRSHE2DONJWHE>\r\n> .\r\n> You are receiving this because you are subscribed to this thread.Message\r\n> ID: ***@***.***>\r\n>\r\n", "So you can’t tell me\r\n\r\n\r\nOn Sun, Feb 25, 2024 at 7:56 AM sennymunoz ***@***.***> wrote:\r\n\r\n> ???\r\n>\r\n>\r\n>\r\n> On Sun, Feb 25, 2024 at 7:51 AM sennymunoz ***@***.***> wrote:\r\n>\r\n> > No anso\r\n> >\r\n> > On Sun, Feb 25, 2024 at 7:47 AM sennymunoz ***@***.***> wrote:\r\n> >\r\n> > > What does this do\r\n> > >\r\n> > > On Sun, Feb 25, 2024 at 7:44 AM Serenity Munoz ***@***.***>\r\n> > > wrote:\r\n> > >\r\n> > > > Ok\r\n> > > >\r\n> > > >\r\n> > > > On Feb 22, 2024, at 11:13 PM, Ricky ***@***.***> wrote:\r\n> > > >\r\n> > > > \r\n> > > >\r\n> > > > Closed #28406 <https://github.com/facebook/react/issues/28406> as\r\n> > > > completed.\r\n> > > >\r\n> > > > —\r\n> > > > Reply to this email directly, view it on GitHub\r\n> > > > <https://github.com/facebook/react/issues/28406#event-11899390639>,\r\n> > or\r\n> > > > unsubscribe\r\n> > > > <\r\n> > >\r\n> >\r\n> https://github.com/notifications/unsubscribe-auth/A4HTWCWVDNASGORNF522CZTYVAQQXAVCNFSM6AAAAABDSXAD76VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRHA4TSMZZGA3DGOI>\r\n>\r\n> >\r\n> > >\r\n> > > > .\r\n> > > > You are receiving this because you are subscribed to this\r\n> > thread.Message\r\n> > > > ID: ***@***.***>\r\n> > > >\r\n> > >\r\n> > > —\r\n> > > Reply to this email directly, view it on GitHub\r\n> > > <\r\n> https://github.com/facebook/react/issues/28406#issuecomment-1962946469>,\r\n> >\r\n> > > or unsubscribe\r\n> > > <\r\n> >\r\n> https://github.com/notifications/unsubscribe-auth/A4HTWCSEH4CDWDSORSSNMDLYVM6IFAVCNFSM6AAAAABDSXAD76VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRSHE2DMNBWHE>\r\n>\r\n> >\r\n> > > .\r\n> > > You are receiving this because you are subscribed to this\r\n> thread.Message\r\n> > > ID: ***@***.***>\r\n> > >\r\n> >\r\n> > —\r\n> > Reply to this email directly, view it on GitHub\r\n> > <https://github.com/facebook/react/issues/28406#issuecomment-1962947569>,\r\n>\r\n> > or unsubscribe\r\n> > <\r\n> https://github.com/notifications/unsubscribe-auth/A4HTWCWVYHIBTEPWXN4LGQLYVM6U3AVCNFSM6AAAAABDSXAD76VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRSHE2DONJWHE>\r\n>\r\n> > .\r\n> > You are receiving this because you are subscribed to this thread.Message\r\n> > ID: ***@***.***>\r\n> >\r\n>\r\n> —\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/facebook/react/issues/28406#issuecomment-1962949277>,\r\n> or unsubscribe\r\n> <https://github.com/notifications/unsubscribe-auth/A4HTWCRRGCPWQQVOOHADSL3YVM7HJAVCNFSM6AAAAABDSXAD76VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRSHE2DSMRXG4>\r\n> .\r\n> You are receiving this because you are subscribed to this thread.Message\r\n> ID: ***@***.***>\r\n>\r\n" ]
2024-02-21 09:56:27
2024-02-25 13:57:46
2024-02-23 05:01:11
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 am currently working on a complex React project, which uses several components with a large number of children. However, I have noticed that the performance of the app has been significantly impacted by the rendering of these components. Despite having implemented optimizations such as shouldComponentUpdate or PureComponent, the performance is still far below what I would expect. Even scrolling becomes slow and laggy. I was wondering if there are any best practices or recommendations for optimizing the rendering of complex components in React? Are there any common mistakes that I might be making that could be causing these performance issues? Any advice or suggestions would be greatly appreciated. Thanks in advance! <!-- 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/28406/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/28406/timeline
null
completed
false
https://api.github.com/repos/facebook/react/issues/28405
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28405/labels{/name}
https://api.github.com/repos/facebook/react/issues/28405/comments
https://api.github.com/repos/facebook/react/issues/28405/events
https://github.com/facebook/react/pull/28405
2,145,945,897
PR_kwDOAJy2Ks5nesNo
28,405
refactor: remove dead types of fiber
{'login': 'bubucuo', 'id': 9839620, 'node_id': 'MDQ6VXNlcjk4Mzk2MjA=', 'avatar_url': 'https://avatars.githubusercontent.com/u/9839620?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/bubucuo', 'html_url': 'https://github.com/bubucuo', 'followers_url': 'https://api.github.com/users/bubucuo/followers', 'following_url': 'https://api.github.com/users/bubucuo/following{/other_user}', 'gists_url': 'https://api.github.com/users/bubucuo/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/bubucuo/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/bubucuo/subscriptions', 'organizations_url': 'https://api.github.com/users/bubucuo/orgs', 'repos_url': 'https://api.github.com/users/bubucuo/repos', 'events_url': 'https://api.github.com/users/bubucuo/events{/privacy}', 'received_events_url': 'https://api.github.com/users/bubucuo/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
[]
2024-02-21 06:37:10
2024-02-21 11:17:22
2024-02-21 11:17:21
CONTRIBUTOR
null
false
{'url': 'https://api.github.com/repos/facebook/react/pulls/28405', 'html_url': 'https://github.com/facebook/react/pull/28405', 'diff_url': 'https://github.com/facebook/react/pull/28405.diff', 'patch_url': 'https://github.com/facebook/react/pull/28405.patch', 'merged_at': datetime.datetime(2024, 2, 21, 11, 17, 21)}
The properties `firstEffect` and `lastEffect` of the Fiber are currently not being used and are considered to be dead code, and can be removed.
{'url': 'https://api.github.com/repos/facebook/react/issues/28405/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/28405/timeline
null
null
true
https://api.github.com/repos/facebook/react/issues/28404
https://api.github.com/repos/facebook/react
https://api.github.com/repos/facebook/react/issues/28404/labels{/name}
https://api.github.com/repos/facebook/react/issues/28404/comments
https://api.github.com/repos/facebook/react/issues/28404/events
https://github.com/facebook/react/issues/28404
2,145,934,153
I_kwDOAJy2Ks5_6FtJ
28,404
Bug: Use useId function to generate dom id,it can't use document.querySelector function.
{'login': 'Zywz95', 'id': 29783337, 'node_id': 'MDQ6VXNlcjI5NzgzMzM3', 'avatar_url': 'https://avatars.githubusercontent.com/u/29783337?v=4', 'gravatar_id': '', 'url': 'https://api.github.com/users/Zywz95', 'html_url': 'https://github.com/Zywz95', 'followers_url': 'https://api.github.com/users/Zywz95/followers', 'following_url': 'https://api.github.com/users/Zywz95/following{/other_user}', 'gists_url': 'https://api.github.com/users/Zywz95/gists{/gist_id}', 'starred_url': 'https://api.github.com/users/Zywz95/starred{/owner}{/repo}', 'subscriptions_url': 'https://api.github.com/users/Zywz95/subscriptions', 'organizations_url': 'https://api.github.com/users/Zywz95/orgs', 'repos_url': 'https://api.github.com/users/Zywz95/repos', 'events_url': 'https://api.github.com/users/Zywz95/events{/privacy}', 'received_events_url': 'https://api.github.com/users/Zywz95/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
[ "Hey there @Zywz95! 👋\r\n\r\nI'm not sure I understand the problem you're experiencing. Can you tell me\r\n\r\n1. What do you expect to happen?\r\n2. Why are you trying to use `document.querySelector` directly? Is it possible to write the logic within the component itself (perhaps within an effect)?\r\n\r\nI can't seem to access your Code Sandbox repro, maybe you need to change its permissions to publicly viewable?\r\n\r\nThanks! ❤️", "Hi @Zywz95, I think you're running into the same issue as #27553\r\nIt's because the reserved character `:` has special meaning in CSS for [pseudo-classes](https://developer.mozilla.org/docs/Web/CSS/Pseudo-classes) and needs to be escaped.\r\nThankfully, there's a [built-in method](https://developer.mozilla.org/docs/Web/API/CSS/escape_static) for this: `CSS.escape(selector: string)`.\r\n\r\nSomething like this should work for your case!\r\n```js\r\ndocument.querySelector(`#${CSS.escape(\":r1:\")}`)\r\n```", "@bonelessgalaxy: true.\r\n\r\nThat said, @Zywz95, be careful about hardcoding the value `:r1:`&mdash;there's no guarantee that `useId` always return that. I'd do something more like this:\r\n\r\n```jsx\r\nimport { useEffect, useId } from \"react\";\r\n\r\nfunction MyComponent() {\r\n const id = useId(); // 👈 Put it in a variable\r\n\r\n useEffect(() => {\r\n const element = document.querySelector(`#${CSS.escape(id)}`);\r\n // Do something with `element`\r\n }, [id]);\r\n\r\n return <div id={id}>Hello world!</div>;\r\n}\r\n```", "@pwbriggs @bonelessgalaxy \r\nThank you for your answer. I have now fixed my CodeSandbox link to be publicly accessible, which indeed can solve my problem. What I am expecting is that the ID generated directly by the useId method should not need escaping and can be used directly. Although this approach does solve my problem, I still believe there are compatibility issues because using the character ':' in a DOM id is not a common practice. Regardless, thank you for your response.", "Yeah, I agree the `:` makes everything more complicated. There's an ongoing discussion about this at #26839, so I think we can close this issue.", "OK.looks it's been fixed.thanks." ]
2024-02-21 06:27:37
2024-02-22 15:18:55
2024-02-22 15:18:55
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.1.0 ## Steps To Reproduce 1.```import {useId} from 'react' <div id={useId()}></div>``` 2.```document.querySelector('#:r1:')``` <!-- 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/hardcore-williams-yzyvqv <!-- 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 Failed to execute 'querySelector' on 'Document': '#:r1:' is not a valid selector.
{'url': 'https://api.github.com/repos/facebook/react/issues/28404/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/28404/timeline
null
completed
false