react icon indicating copy to clipboard operation
react copied to clipboard

The library for web and native user interfaces.

Results 827 react issues
Sort by recently updated
recently updated
newest added

While most builds of Flight and Fizz schedule work in new tasks some do execute work synchronously. While this is necessary for legacy APIs like renderToString for modern APIs there...

CLA Signed
React Core Team

…nge exists ## Summary If Selection.extend is called while another element has focus, an error is thrown. We therefore disable `extend` if the active element is somewhere other than the...

CLA Signed
Resolution: Stale

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #29579 See comments in InstructionReordering.ts. This needs substantial iteration before landing in some form, just putting up to share for discussion.

Component: Optimizing Compiler
CLA Signed
React Core Team

When working with React and Web Workers I noticed strange bug that is visible when the new worker URL arguments is not created directly within web worker's constructor. ````ts //...

Status: Unconfirmed

### Website or app https://github.com/YingchenWang999/react-demo ### Repro steps cd react-demo npm run dev open in chrome open reactdevtools set open in editor url is vscode choose seletor component see ###...

Type: Bug
Status: Unconfirmed
Component: Developer Tools

### What kind of issue is this? - [ ] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization) - [X] babel-plugin-react-compiler (build issue...

Type: Bug
Status: Unconfirmed
Component: Optimizing Compiler

### What kind of issue is this? - [ ] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization) - [X] babel-plugin-react-compiler (build issue...

Type: Bug
Status: Unconfirmed
Component: Optimizing Compiler

## Summary When React elements with stable keys are reordered with no other prop changes, React 19 re-runs their effects even though dependencies have not changed. This did not occur...

React 19

## Summary I recently learned about `eslint-plugin-react-compiler` so wanted to try it in one of my projects. I ran `npm repo eslint-plugin-react-compiler` to find out more (and see where I...

CLA Signed

Just going through the codebase and going through the fibrelane there were no test, so i tried to write a few initial covering test from my understanding of the file,...

CLA Signed