-
Notifications
You must be signed in to change notification settings - Fork 48.8k
Insights: facebook/react
Overview
Could not load contribution data
Please try again later
25 Pull requests merged by 9 people
-
Cleanup disableDefaultPropsExceptForClasses flag
#33648 merged
Jul 1, 2025 -
fix: rename bottom stack frame
#33680 merged
Jul 1, 2025 -
[Flight] Don't assume _debugStack and _owner is defined for prod elements
#33675 merged
Jun 30, 2025 -
Back out "Remove Dead Code in WWW JS"
#33673 merged
Jun 30, 2025 -
Remove Dead Code in WWW JS
#33672 merged
Jun 30, 2025 -
Align
AttributeConfiguration
type inReactNativeTypes
#33671 merged
Jun 30, 2025 -
Special case printing Promises in Performance Track Properties
#33670 merged
Jun 30, 2025 -
[Flight] Resolve Deep Cycles
#33664 merged
Jun 29, 2025 -
[Flight] Ensure we dedupe references if we later discover that it's the model root
#33666 merged
Jun 29, 2025 -
[Flight] Don't replay performance logs when replayConsoleLogs is false
#33656 merged
Jun 27, 2025 -
React DevTools 6.1.2 -> 6.1.3
#33657 merged
Jun 27, 2025 -
devtools: emit performance entries only when profiling
#33652 merged
Jun 27, 2025 -
[Flight] Write Debug Info to Separate Priority Queue
#33654 merged
Jun 27, 2025 -
Include Component Props in Performance Track
#33655 merged
Jun 27, 2025 -
Fix typo "Complier" to "Compiler" and remove duplicate issue reference
#33653 merged
Jun 26, 2025 -
[Fizz] Rename ReactFizzContext to ReactFizzLegacyContext
#33649 merged
Jun 26, 2025 -
[Flight] Emit start time before an await if one wasn't emitted already
#33646 merged
Jun 25, 2025 -
[Flight] Add tests for component and owner stacks of halted components
#33644 merged
Jun 25, 2025 -
[Flight] Log aborted await and component renders
#33641 merged
Jun 25, 2025 -
[compiler] Consolidate HIRFunction return information
#33640 merged
Jun 25, 2025 -
[compiler] Avoid empty switch cases
#33625 merged
Jun 25, 2025 -
[compiler] Fix bug with reassigning function param in destructuring
#33624 merged
Jun 25, 2025 -
[Fizz] Push a stalled await from debug info to the ownerStack/debugTask
#33634 merged
Jun 25, 2025 -
[Flight] Use cacheController instead of abortListeners for Streams
#33633 merged
Jun 25, 2025 -
[react-native] Consume ReactNativeAttributePayloadFabric from ReactNativePrivateInterface
#33616 merged
Jun 25, 2025
11 Pull requests opened by 4 people
-
[compiler] Propagate CreateFunction effects for functions that return functions
#33642 opened
Jun 25, 2025 -
[compiler] Repro for missed case of global mutation
#33643 opened
Jun 25, 2025 -
[compiler] Infer render helpers for additional validation
#33647 opened
Jun 25, 2025 -
[compiler] InferEffects uses effects as value keys
#33650 opened
Jun 26, 2025 -
fix(DevTools): show empty props object when none are present
#33651 opened
Jun 26, 2025 -
[Fiber] Show Diff Render Props in Performance Track in DEV
#33658 opened
Jun 27, 2025 -
[Fiber] Switch back to using performance.measure for trigger logs
#33659 opened
Jun 27, 2025 -
[Fiber] Highlight a Component with Deeply Equal Props in the Performance Track
#33660 opened
Jun 27, 2025 -
[Flight] Use a heuristic to extract a useful description of I/O from the Promise value
#33662 opened
Jun 28, 2025 -
[Flight] Make debug info and console log resolve in predictable order
#33665 opened
Jun 29, 2025 -
[Flight] Preserve async nature of calls in transported stacks
#33679 opened
Jul 1, 2025
10 Issues closed by 4 people
-
Bug: WebSocket doesn't connect when called inside useEffect
#33677 closed
Jul 1, 2025 -
Idea: create .apk and .exe files
#33674 closed
Jun 30, 2025 -
Bug: DevTools 6.0.0 element inspector not working with React Native 0.75
#31112 closed
Jun 29, 2025 -
[React 19] - Server action console log renders in the browser console
#32264 closed
Jun 29, 2025 -
Bug: help
#32658 closed
Jun 27, 2025 -
Feature Request: Official React VSCode Extension with Practical Enhancements
#32694 closed
Jun 27, 2025 -
Bug: Npm Start not working in react project using either Vite or C-R-A
#32503 closed
Jun 26, 2025 -
[Compiler Bug]: Compiler tries to assign to variables that does not exist
#33577 closed
Jun 25, 2025 -
[React 19] useFormStatus() pending doesn't work with Select component
#31363 closed
Jun 25, 2025
6 Issues opened by 6 people
-
[Compiler Bug]: Compiler break other babel plugins
#33681 opened
Jul 1, 2025 -
[DevTools Bug] callSite.getScriptNameOrSourceURL is not a function (it is undefined)
#33678 opened
Jul 1, 2025 -
Feature Request: Show in DevTools which dependency triggered a useEffect
#33676 opened
Jul 1, 2025 -
Slider control does not have an accessible name in windows.
#33669 opened
Jun 30, 2025 -
Bug: input type number ignores defaultValue after clicking Enter when used with useActionState
#33667 opened
Jun 29, 2025 -
Bug: Hydration issue involving __gchrome_uniqueid on iPad Chrome/Edge browser
#33635 opened
Jun 25, 2025
30 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
[Compiler Bug]: Compiler behavior with and without useCallback
#33628 commented on
Jun 25, 2025 • 0 new comments -
[DevTools Bug] Cannot add node "909" because a node with that id is already in the Store.
#32852 commented on
Jun 25, 2025 • 0 new comments -
[DevTools Bug] Could not find node with id "18006" in commit tree
#31310 commented on
Jun 25, 2025 • 0 new comments -
Bug: useFormStatus pending state is reset when component state is updated
#30368 commented on
Jun 25, 2025 • 0 new comments -
value|defaultValue={Symbol|Function} should be ignored, not stringified
#11734 commented on
Jun 25, 2025 • 0 new comments -
Bug: 【React19】 hydrateRoot issues a hydration warning when used with dangerouslySetInnerHTML and suppressHydrationWarning.
#33133 commented on
Jun 25, 2025 • 0 new comments -
React retains component references to old renders causing browser memory to increase
#18116 commented on
Jun 26, 2025 • 0 new comments -
Feature Request: [eslint-plugin-react-hooks] Provide a way for custom hooks with a dependency array to accept seemingly redundant dependencies
#33399 commented on
Jun 26, 2025 • 0 new comments -
Bug: same inline styles are considered different by hydration
#33437 commented on
Jun 26, 2025 • 0 new comments -
Bug: Rendered more hooks than during the previous render when component calls use(thenable) after hydration in a specific transition
#33580 commented on
Jun 28, 2025 • 0 new comments -
React 18 - Avoiding hydration errors, but initialize client-only state directly if possible
#23068 commented on
Jun 28, 2025 • 0 new comments -
[React 19] Controlled checkboxes are reset by form submission and form.reset()
#31695 commented on
Jun 30, 2025 • 0 new comments -
Bug: Updating state during render when using `useSyncExternalStore` throws `Cannot update a component (Component) while rendering a different component (Component)`
#31730 commented on
Jun 30, 2025 • 0 new comments -
[DevTools Bug] Minified React error #310; visit https://react.dev/errors/310 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
#33173 commented on
Jun 30, 2025 • 0 new comments -
[DevTools Bug] Cannot add child "1161" to parent "942" because parent node was not found in the Store.
#26465 commented on
Jul 1, 2025 • 0 new comments -
After react devtools version 5.0, when you click Open in editor, you cannot jump to the line of the file corresponding to vscode
#28999 commented on
Jul 1, 2025 • 0 new comments -
Bug: Pagination buttons misaligned on small screens in React Docs
#32366 commented on
Jul 1, 2025 • 0 new comments -
Bug: Chrome autofill made the text field can't select
#32516 commented on
Jul 1, 2025 • 0 new comments -
Bug: Support command event
#32478 commented on
Jul 1, 2025 • 0 new comments -
[React 19] renderToPipeableStream emits </html> in different order?
#32798 commented on
Jul 1, 2025 • 0 new comments -
[DevTools Bug]: Settings / Components / Hide components where... - need to be set on each reload.
#31410 commented on
Jul 1, 2025 • 0 new comments -
fix: remove mountWorkInProgressOffscreenFiber function
#31473 commented on
Jun 28, 2025 • 0 new comments -
Fix removed default export from compiler linter
#32768 commented on
Jun 25, 2025 • 0 new comments -
feat: add react-server-dom-vite
#33152 commented on
Jul 1, 2025 • 0 new comments -
[devtools] Prevent incorrect render detection for user components in didFiberRender (#33423)
#33434 commented on
Jun 25, 2025 • 0 new comments -
Disable ScrollTimeline in Safari
#33499 commented on
Jul 1, 2025 • 0 new comments -
Add ScrollTimeline Polyfill for Swipe Recognizer using a new CustomTimeline protocol
#33501 commented on
Jul 1, 2025 • 0 new comments -
[polyfill] Add warning for bad Map/Set polyfills
#33575 commented on
Jun 25, 2025 • 0 new comments -
Clear width/height from Keyframes to Optimize View Transitions
#33576 commented on
Jul 1, 2025 • 0 new comments -
[compiler] Alternate take on ref validation
#33626 commented on
Jun 25, 2025 • 0 new comments