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

The tag is missing the "name" property, which does not allow you to create anchors React version: 18.2.0 ## Steps To Reproduce 1. Create typescript app 2. Open tag 3....

Status: Unconfirmed

React version: 16.13.1 ## Steps To Reproduce 1. Create a component with a useEffect hook 2. Render the component in an error boundary using `react-test-renderer` 3. Throw an error synchronously...

Status: Unconfirmed

As @gaearon [mentioned](https://twitter.com/dan_abramov/status/893511715463340033), React does not guarantee an *attribute* will be set, so probably this is not a bug. If I understand well, react will ensure the property is set...

Type: Feature Request
Component: DOM
HTML

## Summary Fix and extend attribute-behavior fixture (to help test https://github.com/facebook/react/pull/24741 or https://github.com/facebook/react/pull/24730). ## How did you test this change? - Updated snapshot table using Chrome Version 103.0.5060.114 (Official Build)...

CLA Signed

React version: N/A ## Steps To Reproduce 1. Create a dynamic list component 2. Use memo to memoize the list, dynamically change one of the properties of an item on...

Status: Unconfirmed
Component: Developer Tools

## Summary Add global var `HIDE_DOWNLOAD_REACT_DEVTOOLS_TIP` to hide download react devtools tip to fix #24283. ## How did you test this change? ## Usage ### 1. Webpack Use `webpack.DefinePlugin` declare...

CLA Signed

There was a previous issue opened for this, which had a solution implemented by @bvaughn to resolve, but there still seem to be some edgecases remaining: - https://github.com/facebook/react/issues/22441 - https://github.com/facebook/react/pull/22477...

Status: Unconfirmed

React version: 18.0.0 ## Steps To Reproduce 1. open a remote debug chrome devtools window 2. the message will show Link to code example: ## The current behavior ## The...

Type: Feature Request
Component: Developer Tools
good first issue (taken)

React version: 17.0.1 ## Steps To Reproduce 1. clone repo: https://github.com/avkonst/react-devtools-crash-demo 2. yarn start 3. open the browser of the started app 4. open devtools 5. click Counter component in...

Type: Bug
Component: Developer Tools

In SolidJS for SSR you can use something called `generateHydrationScript`: ``` import { generateHydrationScript } from "solid-js/web"; const app = renderToString(() => ); const html = ` 🔥 Solid SSR...

Status: Unconfirmed