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

## Summary I was trying to use `eslint-plugin-react-compiler` in one of my repo, but it wasn't reporting any error. After digging a bit more, I added a `console.log` in the...

CLA Signed

Note: Despite the similar-sounding description, this fix is unrelated to the issue where updates that occur after an `await` in an async action must also be wrapped in their own...

CLA Signed
React Core Team

### 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

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #29211 * __->__ #29214 * #29213 This commit will be ignored in .git-blame-ignore-revs

CLA Signed
React Core Team

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #29211 * #29214 * __->__ #29213 Our prettier setup is all messed up after the merge, so this PR should fix things

CLA Signed
React Core Team

Hi Everyone my dev tools is not working after trying everything like restart reinstalling installing and everyhing still not working i am using chrome ![2024-05-22](https://github.com/facebook/react/assets/127928269/9a503b6d-a8cc-426b-8ad5-30ebbf93ff40) ![2024-05-22](https://github.com/facebook/react/assets/127928269/a45785f7-ae0e-461f-8300-f71bfb92ab6e)

## Summary suspenseCallback feature has proved to be useful for FB Web. Let's look at enabling the feature for the React Native build. ## How did you test this change?...

CLA Signed

## Summary Test reproducing https://github.com/facebook/react/issues/28923 ## How did you test this change? - `yarn test --watch packages/react-reconciler/src/__tests__/ReactUse-test.js -t "does not get stuck in pending state with usable values in state"`

CLA Signed
React Core Team
React 19

## Summary remove unecessary code & fix typo ## How did you test this change? Pass all test case

CLA Signed

Stacked on #29551 Flight pings much more often than Fizz because async function components will always take at least a microtask to resolve . Rather than scheduling this work as...

CLA Signed
React Core Team