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

This should fix failing DevTools e2e tests on `main`. With these changes, running tests locally successfully passes all cases.

CLA Signed
React Core Team

feat(devtools): support reload and profile on Android Chrome Summary: This diff adds support for reload and profile on Android Chrome, using the React standalone devtools. Test plan: 1. Open React...

CLA Signed
Resolution: Stale

## Summary This PR makes some fixes to the `fastAddProperties` function: - Use `if (!attributeConfig)` instead of `if (attributeConfig === undefined)` to account for `null`. - If a prop has...

CLA Signed

a

3 comment

i think it will be configurations not configuration

https://chromewebstore.google.com/detail/fmkadmapgofadopljbjfkapdkoienihi >>> added this chrome extension, after that we are facing the below issue. Failed to read a named property from Window : Blocked a frame with origin http://localhost:3000 from...

### Description My react web application navigates to an external site on clicking a button. On the external site, if I click the back button in the browser, I get...

Status: Unconfirmed

Stacked on #28997. We can use the technique of referencing an object by its row + property name path for temporary references - like we do for deduping. That way...

CLA Signed
React Core Team

Stack: 1. https://github.com/facebook/react/pull/29006 1. https://github.com/facebook/react/pull/29008 1. https://github.com/facebook/react/pull/29007

CLA Signed
React Core Team

Stack: 1. https://github.com/facebook/react/pull/29006 1. https://github.com/facebook/react/pull/29008

CLA Signed
React Core Team

Title: "TypeError: Cannot read property 'setState' of null" when using React.lazy Description: When using React.lazy to lazily load a component, users are reporting a "TypeError: Cannot read property 'setState' of...