You need to enable JavaScript to run this app.
GitHub Issues Browser
Search
Issue list
chore: update readme
#32826
CLA Signed
@bornkiss
Last updated:
2 days ago
2
Bug: irregular behaviour of sidescroll when webpage zoomed-in
#32824
Status: Unconfirmed
@AnimeshKumar923
React version: _NA_ ## System details: - Ubuntu 24.04.2 LTS - Google Chrome _[V...
Last updated:
2 hours ago
2
Enable Suspensey Images inside <ViewTransition> subtrees
#32820
CLA Signed
React Core Team
@sebmarkbage
Even if the `enableSuspenseyImages` flag is off. Started View Transitions alr...
Last updated:
3 days ago
1
Bug: Sidebar Dropdown Does Not Collapse on Second Click in React Documentation
#32818
Status: Unconfirmed
@SahilPatel2003
In the official React documentation, when I click on the dropdown button (▾) for...
Last updated:
3 days ago
4
fix typos in react-dev-tools changelog
#32817
CLA Signed
@jakecastelli
<!-- Thanks for submitting a pull request! We appreciate you spending the ...
Last updated:
4 days ago
2
Add scrollIntoView to fragment instances
#32814
CLA Signed
React Core Team
@jackpope
Based off https://github.com/facebook/react/pull/32813 This adds `scrollIntoV...
Last updated:
4 days ago
Add dispatchEvent to fragment instances
#32813
CLA Signed
React Core Team
@jackpope
Based off https://github.com/facebook/react/pull/32722 `fragmentInstance.disp...
Last updated:
4 days ago
1
Bug: createRoot().render() is not fully synchronous unless wrapped in flushSync, unlike legacy ReactDOM.render
#32811
Status: Unconfirmed
@jukben
<!-- Please provide a clear and concise description of what the bug is. Includ...
Last updated:
4 days ago
2
Remove redundant __DEV__ condition
#32810
CLA Signed
@captbaritone
It used to be that in `__DEV__` we wrapped this `renderWithHooks`, `checkDidRend...
Last updated:
11 hours ago
1
Run Component Track Logs in the console.createTask() of the Fiber
#32809
CLA Signed
React Core Team
@sebmarkbage
Stacked on #32736. That way you can find the owner stack of each component th...
Last updated:
4 days ago
1
Bug: stylesheets that use precedence are significantly slower to render at scale
#32806
Status: Unconfirmed
@RJWadley
<!-- Please provide a clear and concise description of what the bug is. Includ...
Last updated:
4 days ago
3
chore(compiler-healthcheck): error message typo fix
#32799
@Armanio
## Summary Change error message on compiler-healthcheck
Last updated:
7 days ago
1
[React 19] renderToPipeableStream emits </html> in different order?
#32798
Status: Unconfirmed
@liuyenwei
<!-- Please provide a clear and concise description of what the bug is. Includ...
Last updated:
6 days ago
2
Bug: suspense fallback flickers with nested suspended components
#32796
Status: Unconfirmed
Resolution: Needs More Information
@tien
Suspense fallback flicker multiple times with nested suspended children, even af...
Last updated:
6 days ago
1
[compiler][repro] Nested fbt test fixture
#32779
CLA Signed
React Core Team
@mofeiZ
Ideally we should detect and bail out on this case to avoid babel build failure...
Last updated:
10 days ago
[DevTools Bug]: Doesn't work in browser extensions
#32776
Type: Bug
Status: Unconfirmed
Component: Developer Tools
@curved-gulden
### Website or app any browser extension ### Repro steps 1. Open devtools 2. ...
Last updated:
8 days ago
Bug: eslint-plugin-react-hooks doesnt handle components starting with non-ASCII uppercase letter
#32775
Status: Unconfirmed
@blommish
React version: 18.3.1 eslint-plugin-react-hooks: 5.2.0 (5.0.0+) ## Steps To Rep...
Last updated:
4 days ago
2
Skip setting innerHTML when HTML string has not changed
#32773
CLA Signed
@lukahartwig
https://github.com/facebook/react/pull/26501 introduced a regression when using ...
Last updated:
11 days ago
3
[DevTools Bug]: Firefox extension out of date (v6.0.0, 2024-09-26)
#32771
Type: Bug
Status: Unconfirmed
Component: Developer Tools
@zeorin
### Website or app https://addons.mozilla.org/en-US/firefox/ ### Repro steps ...
Last updated:
11 days ago
Fix removed default export from compiler linter
#32768
CLA Signed
@BackEndTea
<!-- Thanks for submitting a pull request! We appreciate you spending ...
Last updated:
12 days ago
fix(ReactFiberCommitEffects): cannot read properties of undefined (reading 'tag')
#32767
CLA Signed
@emerson-paiva
<!-- Thanks for submitting a pull request! We appreciate you spending the ...
Last updated:
5 days ago
Bug: [React 19] Cannot read properties of undefined (reading 'ReactCurrentBatchConfig'
#32766
React 19
@gdezpd
<img width="799" alt="Image" src="https://github.com/user-attachments/assets/c8b...
Last updated:
12 days ago
[compiler][bugfix] Bail out when a memo block declares hoisted fns
#32765
CLA Signed
React Core Team
@mofeiZ
(needs cleanup + more test fixtures) Note that bailing out adds false positive...
Last updated:
10 days ago
1
Bug: react-dom.development.js:1571 Uncaught InvalidStateError when handling file input in React 16.13.1
#32753
Status: Unconfirmed
@vaish8529
<!-- I am working on a React project ("react": "^16.13.1") and handling file u...
Last updated:
13 days ago
[DevTools Bug] Cannot add node "29" because a node with that id is already in the Store.
#32750
Type: Bug
Status: Unconfirmed
Component: Developer Tools
@Gontse7
### Website or app https://github.com/Gontse7/pyga ### Repro steps I was tryi...
Last updated:
5 days ago
2
[compiler][bugfix] expand StoreContext to const / let / function variants
#32747
CLA Signed
React Core Team
@mofeiZ
(TODO: handle edge cases with some context variables no longer having mutable r...
Last updated:
10 days ago
Bug: React Dev Tools does not have a Google Chrome Store Established Publisher badge
#32743
Status: Unconfirmed
@sygint
The author for the React Dev Tools on Chrome Store is not an Established Publish...
Last updated:
13 days ago
1
Use console.timeStamp instead of performance.measure in Component Performance Track
#32736
CLA Signed
React Core Team
@sebmarkbage
This is a new extension that Chrome added to the existing `console.timeStamp` si...
Last updated:
5 days ago
1
[Fizz] Add Owner Stacks when render is aborted
#32735
CLA Signed
React Core Team
@eps1lon
## Summary `captureOwnerStack` now returns the corresponding owner stack ...
Last updated:
14 days ago
1
Add compareDocumentPosition to fragment instances
#32722
CLA Signed
React Core Team
@jackpope
This adds `compareDocumentPosition(otherNode)` to fragment instances. The sem...
Last updated:
4 days ago
3