{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":10270250,"defaultBranch":"main","name":"react","ownerLogin":"facebook","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-05-24T16:15:54.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/69631?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716934681.0","currentOid":""},"activityList":{"items":[{"before":"18164761b1ed4a0f70987ef56893285820549460","after":"a9a01068084550c0c71d8da222eb67eb7024c5b3","ref":"refs/heads/main","pushedAt":"2024-05-28T23:15:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"},"commit":{"message":"feat(compiler): Implement constant string concat propagation (#29621)\n\n## Summary\r\n\r\nResolves #29617\r\n\r\n## How did you test this change?\r\nI verified the implementation using the test.","shortMessageHtmlLink":"feat(compiler): Implement constant string concat propagation (#29621)"}},{"before":"bd4bb32fe708bace6fa927834220f571ff583f39","after":"18164761b1ed4a0f70987ef56893285820549460","ref":"refs/heads/main","pushedAt":"2024-05-28T23:07:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sebmarkbage","name":"Sebastian Markbåge","path":"/sebmarkbage","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63648?s=80&v=4"},"commit":{"message":"[Flight] Check if a return value is a client reference before introspecting (#29611)\n\nThis didn't actually fail before but I'm just adding an extra check.\r\n\r\nCurrently Client References are always \"function\" proxies so they never\r\nfall into this branch. However, we do in theory support objects as\r\nclient references too depending on environment. We have checks\r\nelsewhere. So this just makes that consistent.","shortMessageHtmlLink":"[Flight] Check if a return value is a client reference before introsp…"}},{"before":"4d46008a7fdd8fc8114bc9190d4fdef3bbef92e7","after":null,"ref":"refs/heads/gh/josephsavona/19/orig","pushedAt":"2024-05-28T22:18:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"}},{"before":"ae4567114bf8790dfc8d0554a8f57d36ad524aed","after":null,"ref":"refs/heads/gh/josephsavona/19/head","pushedAt":"2024-05-28T22:18:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"}},{"before":"ae4567114bf8790dfc8d0554a8f57d36ad524aed","after":null,"ref":"refs/heads/gh/josephsavona/19/base","pushedAt":"2024-05-28T22:18:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"}},{"before":"46339720d75337ae1d1e113fd56ac99e7fd1a0b3","after":"bd4bb32fe708bace6fa927834220f571ff583f39","ref":"refs/heads/main","pushedAt":"2024-05-28T22:17:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"},"commit":{"message":"compiler: fix for calls on builtin jsx/function types\n\nWhen I added new builtin types for jsx and functions, i forget to add a shape definition. This meant that attempting to accesss a property or method on these types would cause an internal error with an unresolved shape. That wasn't obvious because we rarely call methods on these types.\n\nI confirmed that the new fixtures here fail without the fix.\n\nghstack-source-id: aa8f8d75a302bb5bac126d3e963594545e71ec74\nPull Request resolved: https://github.com/facebook/react/pull/29624","shortMessageHtmlLink":"compiler: fix for calls on builtin jsx/function types"}},{"before":"46339720d75337ae1d1e113fd56ac99e7fd1a0b3","after":"ae4567114bf8790dfc8d0554a8f57d36ad524aed","ref":"refs/heads/gh/josephsavona/19/base","pushedAt":"2024-05-28T22:17:53.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"},"commit":{"message":"Update on \"compiler: fix for calls on builtin jsx/function types\"\n\n\nWhen I added new builtin types for jsx and functions, i forget to add a shape definition. This meant that attempting to accesss a property or method on these types would cause an internal error with an unresolved shape. That wasn't obvious because we rarely call methods on these types.\n\nI confirmed that the new fixtures here fail without the fix.\n\n[ghstack-poisoned]","shortMessageHtmlLink":"Update on \"compiler: fix for calls on builtin jsx/function types\""}},{"before":"c595d6a605f97d9514a03a9576ac37843d9e18a3","after":"4d46008a7fdd8fc8114bc9190d4fdef3bbef92e7","ref":"refs/heads/gh/josephsavona/19/orig","pushedAt":"2024-05-28T22:09:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"},"commit":{"message":"compiler: fix for calls on builtin jsx/function types\n\nWhen I added new builtin types for jsx and functions, i forget to add a shape definition. This meant that attempting to accesss a property or method on these types would cause an internal error with an unresolved shape. That wasn't obvious because we rarely call methods on these types.\n\nI confirmed that the new fixtures here fail without the fix.\n\nghstack-source-id: aa8f8d75a302bb5bac126d3e963594545e71ec74\nPull Request resolved: https://github.com/facebook/react/pull/29624","shortMessageHtmlLink":"compiler: fix for calls on builtin jsx/function types"}},{"before":"117769f3818f23da736595fe7625f85c286030f2","after":"ae4567114bf8790dfc8d0554a8f57d36ad524aed","ref":"refs/heads/gh/josephsavona/19/head","pushedAt":"2024-05-28T22:09:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"},"commit":{"message":"Update on \"compiler: fix for calls on builtin jsx/function types\"\n\n\nWhen I added new builtin types for jsx and functions, i forget to add a shape definition. This meant that attempting to accesss a property or method on these types would cause an internal error with an unresolved shape. That wasn't obvious because we rarely call methods on these types.\n\nI confirmed that the new fixtures here fail without the fix.\n\n[ghstack-poisoned]","shortMessageHtmlLink":"Update on \"compiler: fix for calls on builtin jsx/function types\""}},{"before":"e7d4532d1c747c36e970260d42bdfd2cd64aeda3","after":"c595d6a605f97d9514a03a9576ac37843d9e18a3","ref":"refs/heads/gh/josephsavona/19/orig","pushedAt":"2024-05-28T22:08:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"},"commit":{"message":"compiler: fix for calls on builtin jsx/function types\n\nghstack-source-id: aa8f8d75a302bb5bac126d3e963594545e71ec74\nPull Request resolved: https://github.com/facebook/react/pull/29624","shortMessageHtmlLink":"compiler: fix for calls on builtin jsx/function types"}},{"before":"fc15ade7180fafc767da9f3b1979957203c15ccd","after":"117769f3818f23da736595fe7625f85c286030f2","ref":"refs/heads/gh/josephsavona/19/head","pushedAt":"2024-05-28T22:08:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"},"commit":{"message":"Update on \"compiler: fix for calls on builtin jsx/function types\"\n\n\n\n\n[ghstack-poisoned]","shortMessageHtmlLink":"Update on \"compiler: fix for calls on builtin jsx/function types\""}},{"before":null,"after":"e7d4532d1c747c36e970260d42bdfd2cd64aeda3","ref":"refs/heads/gh/josephsavona/19/orig","pushedAt":"2024-05-28T22:03:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"},"commit":{"message":"compiler: fix for calls on builtin jsx/function types\n\nghstack-source-id: ea79636a34dea8d488bfb9a106c0135f057f6c23\nPull Request resolved: https://github.com/facebook/react/pull/29624","shortMessageHtmlLink":"compiler: fix for calls on builtin jsx/function types"}},{"before":null,"after":"46339720d75337ae1d1e113fd56ac99e7fd1a0b3","ref":"refs/heads/gh/josephsavona/19/base","pushedAt":"2024-05-28T22:03:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"},"commit":{"message":"compiler: error on reassigning to const\n\nWe currently don't report an error if the code attempts to reassign a const. Our thinking has been that we're not trying to catch all possible mistakes you could make in JavaScript — that's what ESLint, TypeScript, and Flow are for — and that we want to focus on React errors. However, accidentally reassigning a const is easy to catch and doesn't get in the way of other analysis so let's implement it.\n\nNote that React Compiler's ESLint plugin won't report these errors by default, but they will show up in playground.\n\nFixes #29598\n\nghstack-source-id: a0af8b9a486d74a8991413322efddc3e3028c755\nPull Request resolved: https://github.com/facebook/react/pull/29619","shortMessageHtmlLink":"compiler: error on reassigning to const"}},{"before":null,"after":"fc15ade7180fafc767da9f3b1979957203c15ccd","ref":"refs/heads/gh/josephsavona/19/head","pushedAt":"2024-05-28T22:03:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"},"commit":{"message":"compiler: fix for calls on builtin jsx/function types\n\n[ghstack-poisoned]","shortMessageHtmlLink":"compiler: fix for calls on builtin jsx/function types"}},{"before":"6bc38f4dccf418101f2f3be2c1408ea514e6ef87","after":null,"ref":"refs/heads/gh/josephsavona/19/orig","pushedAt":"2024-05-28T20:09:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"}},{"before":"37ff2d9f7f63eec6f15e515e8d75fdaf80366e7e","after":null,"ref":"refs/heads/gh/josephsavona/19/head","pushedAt":"2024-05-28T20:09:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"}},{"before":"37ff2d9f7f63eec6f15e515e8d75fdaf80366e7e","after":null,"ref":"refs/heads/gh/josephsavona/19/base","pushedAt":"2024-05-28T20:09:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"}},{"before":"97722ca3d4675d544eb3753438aac70f01bbbf1f","after":"46339720d75337ae1d1e113fd56ac99e7fd1a0b3","ref":"refs/heads/main","pushedAt":"2024-05-28T20:09:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"},"commit":{"message":"compiler: error on reassigning to const\n\nWe currently don't report an error if the code attempts to reassign a const. Our thinking has been that we're not trying to catch all possible mistakes you could make in JavaScript — that's what ESLint, TypeScript, and Flow are for — and that we want to focus on React errors. However, accidentally reassigning a const is easy to catch and doesn't get in the way of other analysis so let's implement it.\n\nNote that React Compiler's ESLint plugin won't report these errors by default, but they will show up in playground.\n\nFixes #29598\n\nghstack-source-id: a0af8b9a486d74a8991413322efddc3e3028c755\nPull Request resolved: https://github.com/facebook/react/pull/29619","shortMessageHtmlLink":"compiler: error on reassigning to const"}},{"before":"4ec6a6f71475a6f2fee39a0e604ddbbd2f124164","after":"37ff2d9f7f63eec6f15e515e8d75fdaf80366e7e","ref":"refs/heads/gh/josephsavona/19/base","pushedAt":"2024-05-28T20:09:21.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"},"commit":{"message":"Update on \"compiler: error on reassigning to const\"\n\n\nWe currently don't report an error if the code attempts to reassign a const. Our thinking has been that we're not trying to catch all possible mistakes you could make in JavaScript — that's what ESLint, TypeScript, and Flow are for — and that we want to focus on React errors. However, accidentally reassigning a const is easy to catch and doesn't get in the way of other analysis so let's implement it.\n\nNote that React Compiler's ESLint plugin won't report these errors by default, but they will show up in playground.\n\nFixes #29598\n\n[ghstack-poisoned]","shortMessageHtmlLink":"Update on \"compiler: error on reassigning to const\""}},{"before":"163122766b6008e992898b00f1fe3b104ed78737","after":"97722ca3d4675d544eb3753438aac70f01bbbf1f","ref":"refs/heads/main","pushedAt":"2024-05-28T19:47:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eps1lon","name":"Sebastian Silbermann","path":"/eps1lon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12292047?s=80&v=4"},"commit":{"message":"Export `version` from `react-dom` entry with `react-server` condition (#29596)","shortMessageHtmlLink":"Export version from react-dom entry with react-server condition ("}},{"before":"8dd5eda75288ab6b3c638f83aae27eb44a685c4d","after":"ca3d324212fec3824eb3d36885df683a19cc4970","ref":"refs/heads/builds/facebook-fbsource","pushedAt":"2024-05-28T19:15:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Fix: Use action implementation at time of dispatch (#29618)\n\nFixes the behavior of actions that are queued by useActionState to use\nthe action function that was current at the time it was dispatched, not\nat the time it eventually executes.\n\nThe conceptual model is that the action is immediately dispatched, as if\nit were sent to a remote server/worker. It's the remote worker that\nmaintains the queue, not the client.\n\nThis is another property of actions makes them more like event handlers\nthan like reducers.\n\nDiffTrain build for commit https://github.com/facebook/react/commit/163122766b6008e992898b00f1fe3b104ed78737.","shortMessageHtmlLink":"Fix: Use action implementation at time of dispatch (#29618)"}},{"before":"0af082e4c98c3af40cd03c166472be9ff01a0907","after":"e5c63baf7437096accc568f150db88a0ed163631","ref":"refs/heads/builds/facebook-www","pushedAt":"2024-05-28T19:15:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Fix: Use action implementation at time of dispatch (#29618)\n\nFixes the behavior of actions that are queued by useActionState to use\nthe action function that was current at the time it was dispatched, not\nat the time it eventually executes.\n\nThe conceptual model is that the action is immediately dispatched, as if\nit were sent to a remote server/worker. It's the remote worker that\nmaintains the queue, not the client.\n\nThis is another property of actions makes them more like event handlers\nthan like reducers.\n\nDiffTrain build for [163122766b6008e992898b00f1fe3b104ed78737](https://github.com/facebook/react/commit/163122766b6008e992898b00f1fe3b104ed78737)","shortMessageHtmlLink":"Fix: Use action implementation at time of dispatch (#29618)"}},{"before":"9695243a980a50f897ddafa89119753a69e7ffaf","after":"6bc38f4dccf418101f2f3be2c1408ea514e6ef87","ref":"refs/heads/gh/josephsavona/19/orig","pushedAt":"2024-05-28T19:12:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"},"commit":{"message":"compiler: error on reassigning to const\n\nWe currently don't report an error if the code attempts to reassign a const. Our thinking has been that we're not trying to catch all possible mistakes you could make in JavaScript — that's what ESLint, TypeScript, and Flow are for — and that we want to focus on React errors. However, accidentally reassigning a const is easy to catch and doesn't get in the way of other analysis so let's implement it.\n\nNote that React Compiler's ESLint plugin won't report these errors by default, but they will show up in playground.\n\nFixes #29598\n\nghstack-source-id: a0af8b9a486d74a8991413322efddc3e3028c755\nPull Request resolved: https://github.com/facebook/react/pull/29619","shortMessageHtmlLink":"compiler: error on reassigning to const"}},{"before":"09233fb696f868636f862fa34692ff5baa743ab9","after":"37ff2d9f7f63eec6f15e515e8d75fdaf80366e7e","ref":"refs/heads/gh/josephsavona/19/head","pushedAt":"2024-05-28T19:12:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"},"commit":{"message":"Update on \"compiler: error on reassigning to const\"\n\n\nWe currently don't report an error if the code attempts to reassign a const. Our thinking has been that we're not trying to catch all possible mistakes you could make in JavaScript — that's what ESLint, TypeScript, and Flow are for — and that we want to focus on React errors. However, accidentally reassigning a const is easy to catch and doesn't get in the way of other analysis so let's implement it.\n\nNote that React Compiler's ESLint plugin won't report these errors by default, but they will show up in playground.\n\nFixes #29598\n\n[ghstack-poisoned]","shortMessageHtmlLink":"Update on \"compiler: error on reassigning to const\""}},{"before":"2787eebe52864356252a280fd811cd9d52807a82","after":"163122766b6008e992898b00f1fe3b104ed78737","ref":"refs/heads/main","pushedAt":"2024-05-28T19:08:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"acdlite","name":"Andrew Clark","path":"/acdlite","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3624098?s=80&v=4"},"commit":{"message":"Fix: Use action implementation at time of dispatch (#29618)\n\nFixes the behavior of actions that are queued by useActionState to use\r\nthe action function that was current at the time it was dispatched, not\r\nat the time it eventually executes.\r\n\r\nThe conceptual model is that the action is immediately dispatched, as if\r\nit were sent to a remote server/worker. It's the remote worker that\r\nmaintains the queue, not the client.\r\n\r\nThis is another property of actions makes them more like event handlers\r\nthan like reducers.","shortMessageHtmlLink":"Fix: Use action implementation at time of dispatch (#29618)"}},{"before":null,"after":"9695243a980a50f897ddafa89119753a69e7ffaf","ref":"refs/heads/gh/josephsavona/19/orig","pushedAt":"2024-05-28T19:06:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"},"commit":{"message":"compiler: error on reassigning to const\n\nghstack-source-id: a0af8b9a486d74a8991413322efddc3e3028c755\nPull Request resolved: https://github.com/facebook/react/pull/29619","shortMessageHtmlLink":"compiler: error on reassigning to const"}},{"before":null,"after":"09233fb696f868636f862fa34692ff5baa743ab9","ref":"refs/heads/gh/josephsavona/19/head","pushedAt":"2024-05-28T19:06:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"},"commit":{"message":"compiler: error on reassigning to const\n\n[ghstack-poisoned]","shortMessageHtmlLink":"compiler: error on reassigning to const"}},{"before":null,"after":"4ec6a6f71475a6f2fee39a0e604ddbbd2f124164","ref":"refs/heads/gh/josephsavona/19/base","pushedAt":"2024-05-28T19:06:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"josephsavona","name":"Joseph Savona","path":"/josephsavona","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6425824?s=80&v=4"},"commit":{"message":"Repro function expr hoisting (#29615)\n\nModified version of @mofeiZ's #29232 with CI passing (had to run\r\nprettier)\r\n\r\n---------\r\n\r\nCo-authored-by: Mofei Zhang ","shortMessageHtmlLink":"Repro function expr hoisting (#29615)"}},{"before":"913577ed72b0fcb101d42f4111269551e1207078","after":"0af082e4c98c3af40cd03c166472be9ff01a0907","ref":"refs/heads/builds/facebook-www","pushedAt":"2024-05-28T19:00:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Clean up disableDOMTestUtils (#29610)\n\n`disableDOMTestUtils` and the FB build `ReactTestUtilsFB` allowed us to\nfinish migrating internal callsites off of ReactTestUtils. Now that\nusage is cleaned up, we can remove the flag, build artifact, and test\ncoverage for the deprecated utility methods.\n\nDiffTrain build for [2787eebe52864356252a280fd811cd9d52807a82](https://github.com/facebook/react/commit/2787eebe52864356252a280fd811cd9d52807a82)","shortMessageHtmlLink":"Clean up disableDOMTestUtils (#29610)"}},{"before":"63df5e24c4c16f4a8c5ec29597678bc9c5600dc6","after":"8dd5eda75288ab6b3c638f83aae27eb44a685c4d","ref":"refs/heads/builds/facebook-fbsource","pushedAt":"2024-05-28T19:00:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Clean up disableDOMTestUtils (#29610)\n\n`disableDOMTestUtils` and the FB build `ReactTestUtilsFB` allowed us to\nfinish migrating internal callsites off of ReactTestUtils. Now that\nusage is cleaned up, we can remove the flag, build artifact, and test\ncoverage for the deprecated utility methods.\n\nDiffTrain build for commit https://github.com/facebook/react/commit/2787eebe52864356252a280fd811cd9d52807a82.","shortMessageHtmlLink":"Clean up disableDOMTestUtils (#29610)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVlxUIgA","startCursor":null,"endCursor":null}},"title":"Activity · facebook/react"}