react.dev icon indicating copy to clipboard operation
react.dev copied to clipboard

The React documentation website

Results 680 react.dev issues
Sort by recently updated
recently updated
newest added
trafficstars

Check the render method of `PageLayout`. See https://fb.me/react-warning-keys for more information. in WithStyles(ForwardRef(Grid)) (created by PageLayout) in PageLayout (created by ViewTemplateDetails) in ViewTemplateDetails (created by Context.Consumer) in Route (created by...

I'm getting this warning in my console, because apparently in my component the key is repeated, the thing is i follow this link in the warning: https://react.dev/docs/lists-and-keys.html#keys, and oh surprise...

### Summary I’m on chrome on my iPhone and search works sometimes, but then on certain URLs, like the one linked on this issue, tapping to search just makes the...

bug: unconfirmed

### Summary Update this section [Updating arrays without mutation ](https://react.dev/learn/updating-arrays-in-state#updating-arrays-without-mutation) by adding [toReversed()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/toReversed) and [toSorted()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/toSorted) instead of suggestion cloning the array and mutating it. ### Page https://react.dev/learn/updating-arrays-in-state ### Details Since...

type: documentation

### Summary Documentation advises against using async functions inside startTransition. However, in the newest changelogs, that has changed, and we can now easily use async functions inside startTransition. Perhaps I...

type: typos

was on this page: https://react.dev/blog/2024/04/25/react-19-upgrade-guide clicked: [prop-types-typescript](https://react.dev/TODO) landed here: https://react.dev/TODO oh well you'll be releasing soon anyways I hope

### Summary The following example is given in [Handling return values in forms](https://react.dev/reference/rsc/use-server#handling-return-values) section for "use server" docs, fails to compile. ```js // requestUsername.js 'use server'; export default async function...

bug: unconfirmed

Update actions to the latest version

CLA Signed

In a React application using @emotion/styled, I need to extract the styles generated for a specific component rendered in the DOM, based on a reference (ref). The goal is to...

### Summary The 'Previous versions' page does not mention that the React 16 docs don't exist because the React 17 docs covers it, nor do the React 17 docs themselves....

bug: unconfirmed