-
Notifications
You must be signed in to change notification settings - Fork 46.9k
Insights: facebook/react
Overview
Could not load contribution data
Please try again later
33 Pull requests merged by 12 people
-
update flight readme wording
#31466 merged
Nov 10, 2024 -
[devtools] allow non-coercible objects in formatConsoleArgumentsToSingleString
#31444 merged
Nov 10, 2024 -
[Flight] Add initial readme to react-server package
#31464 merged
Nov 9, 2024 -
Make prerendering always non-blocking with fix
#31452 merged
Nov 8, 2024 -
Update React Native shims to use export syntax
#31426 merged
Nov 7, 2024 -
[www] set disableLegacyMode to true
#31439 merged
Nov 7, 2024 -
[string-refs] cleanup string ref code
#31443 merged
Nov 6, 2024 -
[compiler] Outline JSX with non-jsx children
#31442 merged
Nov 6, 2024 -
[compiler] Outline jsx with duplicate attributes
#31441 merged
Nov 6, 2024 -
[compiler] Store original and new prop names
#31440 merged
Nov 6, 2024 -
[www] set disableStringRefs to true
#31438 merged
Nov 6, 2024 -
Remove unused lastFullyObservedContext
#31435 merged
Nov 6, 2024 -
Back out "[bundles] stop building legacy Paper renderer (#31429)"
#31437 merged
Nov 6, 2024 -
[string-refs] remove enableLogStringRefsProd flag
#31414 merged
Nov 6, 2024 -
Followup: remove dead test code from #30346
#31415 merged
Nov 6, 2024 -
[compiler] Collect temporaries and optional chains from inner functions
#31346 merged
Nov 6, 2024 -
[compiler] Delete propagateScopeDeps (non-hir)
#31199 merged
Nov 6, 2024 -
[compiler][be] Stabilize compiler output: sort deps and decls by name
#31362 merged
Nov 5, 2024 -
[compiler][ez] Clean up pragma parsing for tests + playground
#31347 merged
Nov 5, 2024 -
[compiler][ez] tsconfig: treat all snap fixtures as modules
#31350 merged
Nov 5, 2024 -
[compiler][ez] Fixture repro for function hoisting bug
#31349 merged
Nov 5, 2024 -
[compiler] Add fixture for objectexpr computed key bug
#31348 merged
Nov 5, 2024 -
[bundles] update GitHub actions for commit build branch
#31432 merged
Nov 5, 2024 -
[bundles] stop building legacy Paper renderer
#31429 merged
Nov 5, 2024 -
[compiler] patch: rewrite scope dep/decl in inlineJsxTransform
#31431 merged
Nov 5, 2024 -
[compiler] bugfix for hoistable deps for nested functions
#31345 merged
Nov 5, 2024 -
[compiler][ez] Patch hoistability for ObjectMethods
#31197 merged
Nov 5, 2024 -
Fork the "empty" prepareStackTrace case for Server builds
#31427 merged
Nov 5, 2024 -
[cleanup] Remove compiler runtime-compat fixture library
#31430 merged
Nov 5, 2024 -
Remove trim_trailing_whitespace from editorconfig
#31413 merged
Nov 4, 2024 -
Remove enableRefAsProp feature flag
#30346 merged
Nov 4, 2024 -
[compiler] Wrap inline jsx transform codegen in conditional
#31267 merged
Nov 4, 2024 -
More Unit Tests for Refs in Hidden Subtrees
#31404 merged
Nov 4, 2024
12 Pull requests opened by 10 people
-
Add test for SuspenseList useID bug
#31412 opened
Nov 4, 2024 -
[crud] Basic implementation
#31416 opened
Nov 4, 2024 -
Failing tests of combining <Activity> and use()
#31417 opened
Nov 4, 2024 -
Fix continuation bug
#31434 opened
Nov 5, 2024 -
Detect loops caused by updates during prerender
#31445 opened
Nov 7, 2024 -
eslint-plugin-react-hooks: Fix international component name compatibility
#31456 opened
Nov 8, 2024 -
Remove comment syntax from ReactNativeTypes
#31457 opened
Nov 8, 2024 -
[compiler] Disable emit of .tsbuildinfo
#31459 opened
Nov 8, 2024 -
Status variable type
#31468 opened
Nov 9, 2024 -
fix: short-Circuit evaluation in branch
#31471 opened
Nov 10, 2024 -
fix: remove mountWorkInProgressOffscreenFiber function
#31473 opened
Nov 10, 2024
13 Issues closed by 4 people
-
[React 19] Omit the false value for custom element is an incorrect behaviour
#30418 closed
Nov 10, 2024 -
Bug: Cannot read property 'useState' of null
#24928 closed
Nov 9, 2024 -
Bug: SetState with same value, rerenders one more time
#28779 closed
Nov 9, 2024 -
Bug: inconsistent type checking behaviour for useState
#31451 closed
Nov 7, 2024 -
Bug: div: `ref` is not a prop
#30367 closed
Nov 7, 2024 -
Bug: How do I synchronize my render function?
#30543 closed
Nov 7, 2024 -
New hook: useMemoWithPrev
#28465 closed
Nov 6, 2024 -
Bug: When input type=number, input 1-1 cannot trigger an onchange and cannot be set to an empty string
#30459 closed
Nov 6, 2024 -
Bug: React breaks HTMLInputElement.prototype.value interceptions
#27092 closed
Nov 6, 2024 -
[Compiler Bug]: Discriminated unions with undefined cause compiler to blow up
#31420 closed
Nov 5, 2024 -
Bug: Empty `style={}` object values cause hydration warnings in React 18.3.1 - Includes solution
#30163 closed
Nov 4, 2024 -
Bug: eslint-plugin-react-hooks disallows the use of useId in async component even though it works
#31187 closed
Nov 4, 2024
17 Issues opened by 16 people
-
ESLint `react-hooks/exhaustive-deps` error when using non-`useCallback` function with the compiler on
#31475 opened
Nov 10, 2024 -
[React 19]Inquiry About React 19 Support for ReactPress
#31472 opened
Nov 10, 2024 -
Bug: Change status variable type
#31467 opened
Nov 9, 2024 -
[DevTools Bug] getCommitTree(): Invalid commit "7" for root "1". There are only "7" commits.
#31463 opened
Nov 8, 2024 -
Bug: Definition for rule 'react-hooks/exhaustive-deps' was not found
#31458 opened
Nov 8, 2024 -
Firebase Authentication State Resets on Page Reload in Vite-React-TypeScript App
#31455 opened
Nov 8, 2024 -
[Compiler Optimization]: avoid memoizing `useState` lazy initializer functions
#31453 opened
Nov 7, 2024 -
[DevTools Bug]: Element selector mode not working with coarse pointer
#31447 opened
Nov 7, 2024 -
Bug: eslint-plugin-react-hooks@5.0.0 only detects english component names
#31446 opened
Nov 7, 2024 -
[DevTools Bug] Cannot remove node "2546" because no matching node was found in the Store.
#31436 opened
Nov 6, 2024 -
[DevTools Bug]: Copy to clipboard doesn't work
#31422 opened
Nov 5, 2024 -
[Compiler Bug]: Does not check for ref access in setState initial value function
#31418 opened
Nov 5, 2024 -
TestUtils.Simulate alternatives
#31411 opened
Nov 4, 2024 -
[DevTools Bug]: Settings / Components / Hide components where... - need to be set on each reload.
#31410 opened
Nov 4, 2024
40 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.
-
fix value formatting of proxies of class instances
#30880 commented on
Nov 10, 2024 • 2 new comments -
[compiler] First cut at dep inference
#31386 commented on
Nov 7, 2024 • 1 new comment -
fix[eslint-plugin-react-hooks]: Fix error when callback argument is an identifier with an `as` expression
#31119 commented on
Nov 6, 2024 • 1 new comment -
[Compiler Bug]: Error when calling `React.createElement(..., { ref })`
#31357 commented on
Nov 8, 2024 • 0 new comments -
[DevTools Bug]: Phantom re-renders on sibling <label> components
#31285 commented on
Nov 9, 2024 • 0 new comments -
Bug: Incorrect Checkbox Toggle on Mobile Devices
#31397 commented on
Nov 9, 2024 • 0 new comments -
Remove references to legacy class-based component architecture in error messages
#30440 commented on
Nov 9, 2024 • 0 new comments -
Bug: eslint-plugin-react-hooks documentation might be misleading
#29045 commented on
Nov 9, 2024 • 0 new comments -
Hooks + multiple instances of React
#13991 commented on
Nov 9, 2024 • 0 new comments -
let react-hooks/exhaustive-deps additionalHooks have a callback in a different position from 0
#24344 commented on
Nov 5, 2024 • 0 new comments -
[eslint-plugin-react-hooks] Add option requireUseEffectDependencyArray
#30640 commented on
Nov 6, 2024 • 0 new comments -
feat(eslint-plugin-react-hooks): support flat config
#30774 commented on
Nov 5, 2024 • 0 new comments -
[compiler] Stop using function `dependencies` in propagateScopeDeps
#31200 commented on
Nov 5, 2024 • 0 new comments -
[compiler] Lower JSXMemberExpression with LoadLocal
#31201 commented on
Nov 5, 2024 • 0 new comments -
[compiler][be] Clean up nested function context in DCE
#31202 commented on
Nov 5, 2024 • 0 new comments -
[compiler][be] Patch test fixtures for evaluator
#31203 commented on
Nov 5, 2024 • 0 new comments -
[cleanup] remove legacy path condition in jest preprocessor
#31361 commented on
Nov 4, 2024 • 0 new comments -
fix: null detail error for native events
#31375 commented on
Nov 7, 2024 • 0 new comments -
Revert "Expose prerender() for SSG in stable"
#31394 commented on
Nov 5, 2024 • 0 new comments -
[DevTools] feat: show changed hooks names in the Profiler tab
#31398 commented on
Nov 7, 2024 • 0 new comments -
Bug: Infinite rendering resulting in freezing of tab/browser
#19991 commented on
Nov 4, 2024 • 0 new comments -
[React 19] custom element property vs. attribute behavior deviates from RFC discussion and proposal doc
#29037 commented on
Nov 4, 2024 • 0 new comments -
Bug: Hydration mismatch error due to plugins generating script tag on top
#24430 commented on
Nov 4, 2024 • 0 new comments -
`react-server-dom-webpack/node-register` not finding directives in IIFEs
#28961 commented on
Nov 4, 2024 • 0 new comments -
[Compiler]: Ref values (the `current` property) may not be accessed during render. (eslint)
#31330 commented on
Nov 4, 2024 • 0 new comments -
Bug: Incorrect escaping inside `style` tags
#22331 commented on
Nov 5, 2024 • 0 new comments -
createPortal: support option to stop propagation of events in React tree
#11387 commented on
Nov 5, 2024 • 0 new comments -
Bug: False positive maximum update depth exceeded error
#30621 commented on
Nov 5, 2024 • 0 new comments -
[React 19] useFormStatus() pending doesn't work with Select component
#31363 commented on
Nov 5, 2024 • 0 new comments -
[Compiler Bug]: `'Unused 'use no memo' directive'` lint warning even though the directive is used
#31407 commented on
Nov 5, 2024 • 0 new comments -
[React 19] Signal & Observable
#30570 commented on
Nov 6, 2024 • 0 new comments -
We need a feature like Vue's Keep-alive. Because this is often a basic requirement when developing SI. I really wish this was available by default with self-support.
#29119 commented on
Nov 6, 2024 • 0 new comments -
[React 19] Parameter order for server action when using `useActionState`
#31356 commented on
Nov 6, 2024 • 0 new comments -
[Compiler Bug]: `===` is not a sufficient equality check
#31359 commented on
Nov 6, 2024 • 0 new comments -
Unexpected state behavior when updating nested state objects
#30414 commented on
Nov 6, 2024 • 0 new comments -
Bug: useTransition and uSES do not work together, uT is not resilient to amount-of-render
#26814 commented on
Nov 6, 2024 • 0 new comments -
issue with `useCallback` and `useRef` Cleanup in `useEffect` on Production Build with Next.js
#30635 commented on
Nov 7, 2024 • 0 new comments -
Bug: useId IDs have special characters that conflict with certain DSLs (like CSS)
#26839 commented on
Nov 7, 2024 • 0 new comments -
[Compiler]: All comments removed from source code
#31364 commented on
Nov 7, 2024 • 0 new comments -
[React 19] allow opting out of automatic form reset when Form Actions are used
#29034 commented on
Nov 7, 2024 • 0 new comments