repo_name,issue_id,title,body,labels,created_at,closed_at,comments_count facebook/react,4672176989,Bug:," React version: ## Steps To Reproduce 1. 2. Link to code example: ## The current behavior ## The expected behavior",Status: Unconfirmed,2026-06-16T07:49:34Z,2026-06-16T07:56:37Z,0 facebook/react,4647098625,[spam],[spam],,2026-06-12T06:58:46Z,2026-06-12T08:30:08Z,0 facebook/react,4602486441,[spam]," React version: ## Steps To Reproduce 1. 2. Link to code example: ## The current behavior ## The expected behavior ",Status: Unconfirmed,2026-06-06T07:39:10Z,2026-06-08T15:21:52Z,0 facebook/react,4589484292,Bug: I need my Facebook to set you down and to be starting to send Facebook message to other friends help me arrange everything on my Facebook to be good,"` React version: ## Steps To Reproduce 1. 2. Link to code example: ## The current behavior ## The expected behavior ",Status: Unconfirmed,2026-06-04T14:21:24Z,2026-06-10T06:15:14Z,1 facebook/react,4559890886,Bug:," React version: ## Steps To Reproduce 1. 2. Link to code example: ## The current behavior ## The expected behavior ",Status: Unconfirmed,2026-06-01T02:29:15Z,2026-06-04T16:08:53Z,0 facebook/react,4539768508,Bug: Fizz image preload headers drop referrerPolicy for rendered ,"React version: current `main` (`c014813413`) ## Steps To Reproduce 1. Render with `renderToPipeableStream` and provide an `onHeaders` callback. 2. Render an image like ``. 3. Inspect the `Link` header captured by `onHeaders`. Link to code example: Minimal repro inline: ```js let headers = null; function onHeaders(x) { headers = x; } renderToPipeableStream( , {onHeaders}, ); console.log(headers.Link); ``` ## The current behavior When the preload is emitted as an HTTP `Link` header, `referrerpolicy` is missing. The fallback `` path does preserve `referrerPolicy`, so the behavior changes depending on whether the preload is emitted as a header or as a DOM node. ## The expected behavior If the rendered image preload includes `referrerPolicy`, the same value should be preserved in the emitted `Link` header. I opened a small fix here as well: #36561. ",,2026-05-28T10:45:23Z,2026-06-17T12:57:16Z,3 facebook/react,4363686476,Security auth boundary test - authorized research,This is part of authorized security testing on the GitHub bug bounty program. Testing if non-collaborators can create issues via GraphQL. This can be safely closed.,,2026-05-01T09:10:19Z,2026-05-01T09:10:23Z,1 facebook/react,4341314131,[Compiler Bug]: Compiler incorrectly memoizes reads of stable external references,"### What kind of issue is this? - [x] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization) - [ ] babel-plugin-react-compiler (build issue installing or using the Babel plugin) - [ ] eslint-plugin-react-hooks (build issue installing or using the eslint plugin) - [ ] react-compiler-healthcheck (build issue installing or using the healthcheck script) ### Link to repro https://playground.react.dev/#N4Igzg9grgTgxgUxALhASwLYAcIwC4AEwBUYCAogGaUJx4A0JZAyngIZ4IEC+BlMEDAQDkMBGzrCA3AB0AdvLgAbNmDAFyAEzR5cReQQIS8aAG5cAvHzZKysuYYhyAqlk0cEAfmQEAFAEoCCwA+AlMINE17Q10Ac1ilBAD9B0MCPAALNDAAOmMzSwIAQkzsvLoC6LTS3KdXd05PHICq7nk2uTgnMEIEbV0YIII5BAB3DX7cFvl5BAAPHHwCTQRKNiglQkooTpMnAgBBLCxk4AMCAHoLkVIuOQgCDAQMCGlzrrkeggBtRkpcRD1DwAXSGt1YHl8AAZ-PZzrcqDQ6L5kiEUmkCH0dLgcnU3B4hqjQv94AggZwUXIfHIoBgAEYIGCBNEOADUBAAjLDzoYxHhYA4ieiMZjJjBcS58ZwwXIVpQ0CMojyeK1GN9gdyFKk+QK-MqADzaUzBZWGfV0qB4XQOJwAYSUaDgAGsLMAhViBjk4gkkv5uCbUiKjBVzD5gKwYArYr4PTj8uY-aaCPqLharU4AxiU0bMwRNR0QPQQB95bEUCAzqkrl1sGgVHs5ABZCArHwyEA2JTt9qF8AZCCjACSck4MDkNjAKDWtgQ3CAA ### Repro steps 1. Use the react component in the playground link. 2. Click the `