-
Notifications
You must be signed in to change notification settings - Fork 47k
Insights: facebook/react
Overview
Could not load contribution data
Please try again later
23 Pull requests merged by 8 people
-
[compiler] Infer deps configuration
#31616 merged
Nov 22, 2024 -
[crud] Only export uRC when flag is enabled
#31617 merged
Nov 22, 2024 -
[compiler] Prune all unused array destructure items during DCE
#31619 merged
Nov 22, 2024 -
Add moveBefore Experiment
#31596 merged
Nov 22, 2024 -
Mark all lanes in order on every new render
#31615 merged
Nov 22, 2024 -
[compiler] First cut at dep inference
#31386 merged
Nov 22, 2024 -
Mark ping time as update
#31611 merged
Nov 22, 2024 -
Fix Logging of Immediately Resolved Promises
#31610 merged
Nov 21, 2024 -
[crud] Fix deps comparison bug
#31599 merged
Nov 20, 2024 -
[crud] Enable on RTR FB builds
#31590 merged
Nov 19, 2024 -
[crud] Fix copy paste typo
#31588 merged
Nov 19, 2024 -
Log yielded time in the Component Track
#31563 merged
Nov 19, 2024 -
Track suspended time when the render doesn't commit because it suspended
#31552 merged
Nov 19, 2024 -
[compiler] Update hermes deps
#31586 merged
Nov 19, 2024 -
[compiler] Update react deps
#31585 merged
Nov 19, 2024 -
fix[eslint-plugin-react-hooks]: Fix error when callback argument is an identifier with an
as
expression#31119 merged
Nov 19, 2024 -
[playground] Fix broken tests
#31573 merged
Nov 19, 2024 -
[playground] Fix incorrect ci path and change reporter
#31572 merged
Nov 19, 2024 -
[playground] Always upload test results in ci
#31571 merged
Nov 18, 2024 -
[playground] Fixes #31331
#31561 merged
Nov 18, 2024 -
[compiler] repro for type inference + control flow bug
#31570 merged
Nov 18, 2024 -
[compiler] Support enableRefAsProp in jsx transform
#31558 merged
Nov 18, 2024 -
[crud] Basic implementation
#31523 merged
Nov 18, 2024
13 Pull requests opened by 9 people
-
[compiler][nocommit] Quick sketch of types on places
#31575 opened
Nov 19, 2024 -
[DevTools] Show component names while highlighting renders
#31577 opened
Nov 19, 2024 -
[compiler][ez] Clean up duplicate code in propagateScopeDeps
#31581 opened
Nov 19, 2024 -
[compiler] Context variables as dependencies
#31582 opened
Nov 19, 2024 -
[compiler][ez] Add shape for global Object.keys
#31583 opened
Nov 19, 2024 -
[compiler][rfc] enableTreatFunctionDepsAsConditional by default
#31584 opened
Nov 19, 2024 -
Upgrade to google-closure-compiler v20240317
#31587 opened
Nov 19, 2024 -
[nocommit] Test showing eager state rebase behavior
#31592 opened
Nov 20, 2024 -
Expose renderToReadableStream in Node
#31597 opened
Nov 20, 2024 -
Avoid GCC optimizations affecting function arity
#31598 opened
Nov 20, 2024 -
[compiler][wip] Validate misuse of useState()
#31604 opened
Nov 21, 2024 -
Client render dehydrated Suspense boundaries on document load
#31620 opened
Nov 23, 2024 -
refactor: change react promise status type
#31623 opened
Nov 24, 2024
13 Issues closed by 8 people
-
Bug: Rendering a list with duplicate keys causes unexpected behavior in reconciliation
#31608 closed
Nov 22, 2024 -
How do I use react-devtools in react-native projects on Android phones
#31537 closed
Nov 22, 2024 -
[DevTools Bug]: When I opened react-devtools on my terminal,can not see the component tree,
#31602 closed
Nov 22, 2024 -
Bug: README for react-dom package on npmjs.com links to old documentation page
#31594 closed
Nov 20, 2024 -
[React 19]JSX asking that I should declare react at the top of the file
#30704 closed
Nov 20, 2024 -
Bug: No "exports" in use-sync-external-store package.json
#30698 closed
Nov 20, 2024 -
[Compiler Bug]: `"use no memo"` Directive ignored by React Compiler Playground
#31331 closed
Nov 18, 2024 -
Bug:
#31568 closed
Nov 18, 2024 -
[React 19] Support React Compiler with older React versions for libraries
#29111 closed
Nov 18, 2024 -
Bug: Definition for rule 'react-hooks/exhaustive-deps' was not found
#31458 closed
Nov 18, 2024 -
[Compiler Bug]: null reference exception when using lodash map
#31550 closed
Nov 18, 2024
14 Issues opened by 14 people
-
Bug: startTransition is causing TypeError when used directly from react
#31622 opened
Nov 23, 2024 -
[React 19] Is precedene props for <link> works incorrectly?
#31621 opened
Nov 23, 2024 -
Bug: Can't built chrome extension - yarn build-for-devtools fails
#31618 opened
Nov 22, 2024 -
[React 19] ForwardRef props are not referentially stable, breaking downstream memoizations
#31613 opened
Nov 22, 2024 -
Cannot read properties of undefined (reading 'getStackAddendum')
#31606 opened
Nov 21, 2024 -
[Playground Bug]: Unexpected token, expected "{"
#31601 opened
Nov 21, 2024 -
[React 19] Regression when using `createPortal` with DOM element created by `dangerouslySetInnerHTML`
#31600 opened
Nov 20, 2024 -
[React 19] useOptimistic - Add option to disable rollback
#31595 opened
Nov 20, 2024 -
[React 19] useState's setter function becomes arity 2
#31578 opened
Nov 19, 2024 -
next-themes not working with React 19.0.0-rc-66855b96-20241106
#31576 opened
Nov 19, 2024 -
[Compiler Bug]: False positive local mutation warning inside filter
#31569 opened
Nov 17, 2024 -
Bug: useEffect fires synchronously even though it is not the result of a discrete input
#31567 opened
Nov 17, 2024 -
[React 19] Prewarm with use() broken in certain state-change situations in the parent
#31566 opened
Nov 17, 2024
41 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.
-
[React 19] Bug : Weird behavior when changing the order of a list
#31553 commented on
Nov 17, 2024 • 0 new comments -
[React 19] Support scoped custom element registries (i.e, react with Custom Elements being rendered in a shadow root)
#28938 commented on
Nov 17, 2024 • 0 new comments -
[React 19] style using precedence can produce many additional style elements after initial render
#30739 commented on
Nov 17, 2024 • 0 new comments -
[Compiler Bug]: null reference exception if you assume a value is not null in a callback (which can be valid)
#31551 commented on
Nov 18, 2024 • 0 new comments -
Bug: Uncaught runtime error with 'removeChild' and long lists
#31281 commented on
Nov 18, 2024 • 0 new comments -
Bug: Displayed content is not handled properly.
#29168 commented on
Nov 18, 2024 • 0 new comments -
Bug: Infinite rendering resulting in freezing of tab/browser
#19991 commented on
Nov 18, 2024 • 0 new comments -
Refs merging/combining
#29757 commented on
Nov 18, 2024 • 0 new comments -
[Compiler]: Ref values (the `current` property) may not be accessed during render. (eslint)
#31330 commented on
Nov 18, 2024 • 0 new comments -
Bug: SetState Calls not being batched inside Promise calls/micro Task
#30605 commented on
Nov 19, 2024 • 0 new comments -
[React 19] custom element property vs. event handler for props beginning with "on"
#29659 commented on
Nov 19, 2024 • 0 new comments -
Bug: in chrome version 127.0.6533.100 and the previous release, debugger hangs on breakpoint, when attempting to interact with values
#30664 commented on
Nov 19, 2024 • 0 new comments -
Bug: onChange is not triggered when the 'input' event listener changes the target's value.
#29036 commented on
Nov 20, 2024 • 0 new comments -
[React 19] Parameter order for server action when using `useActionState`
#31356 commented on
Nov 20, 2024 • 0 new comments -
Bug: Native Component Stacks don't respect function "displayName" in Firefox
#22315 commented on
Nov 20, 2024 • 0 new comments -
[React 19] Removal of `ReactDOM.findDOMNode`
#28926 commented on
Nov 20, 2024 • 0 new comments -
[DevTools Bug]: Copy to clipboard doesn't work
#31422 commented on
Nov 20, 2024 • 0 new comments -
[React 19] prop-types removal alternative / console component trace
#28992 commented on
Nov 20, 2024 • 0 new comments -
react-compiler transformed conditional useCallback call incorrectly
#29136 commented on
Nov 21, 2024 • 0 new comments -
Bug: MessageChannel in Scheduler prevents Jest test from exiting
#26608 commented on
Nov 21, 2024 • 0 new comments -
Bug: DevTools 6.0.0 element inspector not working with React Native 0.75
#31112 commented on
Nov 22, 2024 • 0 new comments -
Bug: eslint-plugin-react-hooks treats a non-react `use` function the same way as `React.use`
#31237 commented on
Nov 22, 2024 • 0 new comments -
Bug: useSyncExternalStore does not schedule update after mutation
#27670 commented on
Nov 22, 2024 • 0 new comments -
[Feature Request] Warn for arrays resulting of `.map()` or `.filter()` in hook dependencies
#31538 commented on
Nov 22, 2024 • 0 new comments -
[Compiler]: All comments removed from source code
#31364 commented on
Nov 22, 2024 • 0 new comments -
[React 19] Disabling prerendering siblings of suspended components breaking common pattern
#29898 commented on
Nov 22, 2024 • 0 new comments -
[Compiler Bug]: `eslint-plugin-react-compiler`: npm warn deprecated `@babel/plugin-proposal-private-methods`
#31481 commented on
Nov 23, 2024 • 0 new comments -
Lightweight React 19.x [Feature request/Suggestion]
#27824 commented on
Nov 23, 2024 • 0 new comments -
[DevTools Bug] Cannot remove node "2546" because no matching node was found in the Store.
#31436 commented on
Nov 23, 2024 • 0 new comments -
Align on HTML attribute/property casing (ie not camelCase)
#31520 commented on
Nov 23, 2024 • 0 new comments -
Bug: Change status variable type
#31467 commented on
Nov 24, 2024 • 0 new comments -
use-sync-external-store: Add `exports` field to `package.json`
#25231 commented on
Nov 20, 2024 • 0 new comments -
Use `FormData` `submitter` parameter
#29028 commented on
Nov 20, 2024 • 0 new comments -
Feat:- Added no import expression eslint rule
#30565 commented on
Nov 21, 2024 • 0 new comments -
Fix:- fixed HMR issue
#30660 commented on
Nov 18, 2024 • 0 new comments -
[compiler] Custom type definitions in config
#30670 commented on
Nov 22, 2024 • 0 new comments -
fix form state reset when component state is updated
#30718 commented on
Nov 19, 2024 • 0 new comments -
Implement suppress reset property
#30728 commented on
Nov 19, 2024 • 0 new comments -
Remove comment syntax from ReactNativeTypes
#31457 commented on
Nov 21, 2024 • 0 new comments -
[compiler] Fixture for non-exhaustive effect deps
#31559 commented on
Nov 19, 2024 • 0 new comments -
[compiler] Remove unneeded PropagatePhiTypes
#31560 commented on
Nov 20, 2024 • 0 new comments