-
Notifications
You must be signed in to change notification settings - Fork 48.7k
Insights: facebook/react
Overview
Could not load contribution data
Please try again later
36 Pull requests merged by 12 people
-
[Fizz] Delay detachment of completed boundaries until reveal
#33511 merged
Jun 11, 2025 -
[compiler][repro] Postfix operator is incorrectly compiled
#33508 merged
Jun 11, 2025 -
Stringify context as SomeContext instead of SomeContext.Provider
#33507 merged
Jun 11, 2025 -
[Flight] Track Debug Info from Synchronously Unwrapped Promises
#33485 merged
Jun 11, 2025 -
Remove feature flag enableRenderableContext
#33505 merged
Jun 11, 2025 -
[Flight] Emit timestamps only in forwards advancing time in debug info
#33482 merged
Jun 10, 2025 -
[Fiber] Fix hydration of useId in SuspenseList
#33491 merged
Jun 9, 2025 -
refactor[devtools]: update css for settings and support css variables in shadow dom scnenario
#33487 merged
Jun 9, 2025 -
[compiler]: fix link compiler & 4 broken tests from path containing spaces
#33409 merged
Jun 9, 2025 -
[Flight] Simulate fetch to third party in fixture
#33484 merged
Jun 9, 2025 -
[compiler] Don't include useEffectEvent values in autodeps
#33450 merged
Jun 9, 2025 -
Format
ReactNativeAttributePayloadFabric.js
with Prettier#33486 merged
Jun 9, 2025 -
feat(ReactNative): prioritize attribute config
process
function to allow processing function props#32119 merged
Jun 9, 2025 -
[Flight] Use Web Streams APIs for 3rd-party component in Flight fixture
#33481 merged
Jun 8, 2025 -
[Flight] Add Web Streams APIs to unbundled Node entries for Webpack
#33480 merged
Jun 7, 2025 -
[Flight] Clarify Semantics for Awaiting Cached Data
#33438 merged
Jun 7, 2025 -
[Flight] Add "use ..." boundary after the change instead of before it
#33478 merged
Jun 7, 2025 -
[Flight] Add Web Stream support to the Flight Server in Node
#33474 merged
Jun 7, 2025 -
[Fizz] Add Web Streams to Fizz Node entry point
#33475 merged
Jun 7, 2025 -
[Fizz] Include unit of threshold in rel=expect deopt error
#33476 merged
Jun 7, 2025 -
[Flight] Add Web Stream support to the Flight Client in Node
#33473 merged
Jun 6, 2025 -
Revert Node Web Streams
#33472 merged
Jun 6, 2025 -
[Fizz] Support deeply nested Suspense inside fallback
#33467 merged
Jun 6, 2025 -
[Fizz] Shorten throttle to hit a specific target metric
#33463 merged
Jun 6, 2025 -
[ci] Fix missing permissions for stale job
#33466 merged
Jun 6, 2025 -
[Flight] Build Node.js Web Streams builds for Turbopack and Parcel
#33457 merged
Jun 6, 2025 -
[Flight] Build node-webstreams version of bundled webpack server
#33456 merged
Jun 6, 2025 -
[Fizz] Error and deopt from rel=expect for large documents without boundaries
#33454 merged
Jun 6, 2025 -
[Fizz] Suspensey Images for View Transition Reveals
#33433 merged
Jun 6, 2025 -
[tests] remove pretest compiler script
#33452 merged
Jun 6, 2025 -
[Flight] Bypass caches in Flight fixture if requested
#33445 merged
Jun 6, 2025 -
Enable the
enableEagerAlternateStateNodeCleanup
Feature Flag#33447 merged
Jun 5, 2025 -
Do not notify Discord for draft pull requests
#33446 merged
Jun 5, 2025 -
[Flight] Add a Node.js Web Streams bundle for unbundled client/server for Webpack
#33442 merged
Jun 5, 2025 -
[Flight] Add a cached 3rd-party component to the Flight fixture
#33443 merged
Jun 5, 2025 -
[Fizz] Add Node Web Streams bundle for SSR
#33441 merged
Jun 5, 2025
20 Pull requests opened by 11 people
-
rel=expect playground
#33448 opened
Jun 5, 2025 -
[RFC] Label updates from setOptimistic per API
#33451 opened
Jun 5, 2025 -
chore: fix typo 'diasbled' to 'disabled' in ESLint config comment
#33453 opened
Jun 6, 2025 -
Fix the "Unsupported node type: PrivateIdentifier" in `react-hooks/exhaustive-deps` ESLint rule
#33455 opened
Jun 6, 2025 -
Reduce false positive of eslint rule exhaustive-deps improving dependency analysis
#33462 opened
Jun 6, 2025 -
CI: reduce excessive sharding
#33464 opened
Jun 6, 2025 -
[MCP] Add tools for React performance analysis
#33490 opened
Jun 9, 2025 -
[compiler] New mutability/aliasing model
#33494 opened
Jun 9, 2025 -
[compiler] Copy fixtures affected by new inference
#33495 opened
Jun 9, 2025 -
[compiler] Update fixtures for new inference
#33496 opened
Jun 9, 2025 -
[compiler] Enable new inference by default
#33497 opened
Jun 9, 2025 -
Disable ScrollTimeline in Safari
#33499 opened
Jun 10, 2025 -
[compiler] Fix AnalyzeFunctions to fully reset context identifiers
#33500 opened
Jun 10, 2025 -
Add ScrollTimeline Polyfill for Swipe Recognizer using a new CustomTimeline protocol
#33501 opened
Jun 10, 2025 -
[commit] Better error message for invalid hoisting
#33504 opened
Jun 11, 2025 -
Fix: Ignore Symbol and Function values in input/textarea elements
#33506 opened
Jun 11, 2025 -
[eprh] Enable react-compiler rule by default
#33509 opened
Jun 11, 2025 -
[compiler] FunctionExpression context locations point to first reference
#33512 opened
Jun 11, 2025 -
[compiler] Improve error message for mutating hook args/return
#33513 opened
Jun 11, 2025 -
[commit] Improve error for hoisting violations
#33514 opened
Jun 11, 2025
9 Issues closed by 4 people
-
Bug: React 19 - Suspense Siblings Fall Back to Sequential Loading Under Load
#33503 closed
Jun 11, 2025 -
Feature Request
#33510 closed
Jun 11, 2025 -
Bug: useId generates invalid ids for SVG elements.
#33410 closed
Jun 10, 2025 -
TestUtils.Simulate alternatives
#31411 closed
Jun 7, 2025 -
Bug: Nested Suspense Fallback Not Triggering for Child Component
#31740 closed
Jun 7, 2025 -
Error in compiler polyfill, using React 18
#31802 closed
Jun 7, 2025 -
[React 19] The namespace type in @types/react/index.d.ts causes problems.
#31817 closed
Jun 6, 2025
6 Issues opened by 6 people
-
[Compiler Bug]: Functions defined in render that return primitives don't have usages memoized
#33502 opened
Jun 11, 2025 -
Bug: Context.Consumer re-rendering children with unchanged context value in react 19.
#33498 opened
Jun 10, 2025 -
Bug: infinite re-renders when queueing state updates via promises during render
#33489 opened
Jun 9, 2025 -
Bug: [React 18] `act` in tests can alter autobatching behavior compared to production in 18.3.1
#33479 opened
Jun 7, 2025 -
Bug: Getting 409 Error for CustomPouchError with pouchdb-browser
#33461 opened
Jun 6, 2025
146 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.
-
[DevTools Bug]: Firefox extension out of date (v6.0.0, 2024-09-26)
#32771 commented on
Jun 5, 2025 • 0 new comments -
[DevTools Bug]: Firefox devtools extension doesn't work with React 19
#32836 commented on
Jun 5, 2025 • 0 new comments -
[React 19] No re-render after 'useActionState' action queue finishes
#30691 commented on
Jun 6, 2025 • 0 new comments -
[DevTools Bug] Cannot remove node "25" because no matching node was found in the Store.
#33322 commented on
Jun 6, 2025 • 0 new comments -
"Should not already be working" in Firefox after a breakpoint/alert
#17355 commented on
Jun 6, 2025 • 0 new comments -
Warning for 'exhaustive-deps' keeps asking for the full 'props' object instead of allowing single 'props' properties as dependencies
#16265 commented on
Jun 6, 2025 • 0 new comments -
head > meta > content escaping issue
#13838 commented on
Jun 6, 2025 • 0 new comments -
Bug: onChange Not Triggering for range input After Dynamic Updates
#32195 commented on
Jun 6, 2025 • 0 new comments -
Bug:
#32183 commented on
Jun 6, 2025 • 0 new comments -
Bug: Prevent event log from growing unbounded
#32170 commented on
Jun 6, 2025 • 0 new comments -
Bug: Synchronously Restart Render on Error During Async Rendering to Prevent Inconsistencies
#32167 commented on
Jun 6, 2025 • 0 new comments -
Bug: eagerly adding `wheel` events to app root opts into changing input `type="number"` value on scroll
#32156 commented on
Jun 6, 2025 • 0 new comments -
Proposal: Add an Alias for the `use` Function to Improve Accessibility and SEO
#32150 commented on
Jun 6, 2025 • 0 new comments -
Bug:
#32143 commented on
Jun 6, 2025 • 0 new comments -
Question: Async React Reconciler
#32046 commented on
Jun 6, 2025 • 0 new comments -
Bug: `Suspense` components rendered by `renderToReadableStream()` cause render abort when served with Bun
#32159 commented on
Jun 6, 2025 • 0 new comments -
Bug: state update from a rAF in useLayoutEffect not batched when using createRoot
#32021 commented on
Jun 6, 2025 • 0 new comments -
Bug: Wrong address for empty string message
#31951 commented on
Jun 6, 2025 • 0 new comments -
Bug: StrictMode remount element that only update
#31907 commented on
Jun 6, 2025 • 0 new comments -
Bug: Chrome dev tools memory leak heads up
#31929 commented on
Jun 6, 2025 • 0 new comments -
Bug: uwu by @something in footer is not responsive from around 1500px to 1670px
#31903 commented on
Jun 6, 2025 • 0 new comments -
Hydration error seems to be happening also with [Video Speed Controller Chrome Extension](https://chromewebstore.google.com/detail/video-speed-controller/nffaoalbilbmmfgbnbgppjihopabppdk) with the Next.js version `next@15.0.4-canary.41` (React version `19.0.0-rc-de68d2f4-20241204`) in the reproduction template:
#31895 commented on
Jun 6, 2025 • 0 new comments -
Bug: forms don't behave correctly with Lit custom elements
#31891 commented on
Jun 6, 2025 • 0 new comments -
Bug: Request for JSX Support for HTML Comments () in React
#31889 commented on
Jun 6, 2025 • 0 new comments -
Bug: React 19 Build Error Report
#31865 commented on
Jun 6, 2025 • 0 new comments -
React 19 breaking with this.props.children
#31832 commented on
Jun 6, 2025 • 0 new comments -
Bug: Improve ESLint error message for invalid hook usage
#32533 commented on
Jun 6, 2025 • 0 new comments -
Bug: In react native skia when using the video using useVideo hook app crash and ask to report for this missing queue.
#32526 commented on
Jun 6, 2025 • 0 new comments -
Bug: Lost error messages from Server side
#32515 commented on
Jun 6, 2025 • 0 new comments -
Bug: JSX SVG Typescript type error: missing 'slot' attribute
#32406 commented on
Jun 6, 2025 • 0 new comments -
Bug: Console Logs Disappear in Chromium-Based Browsers When Rendering Incorrectly Encoded Image URLs in a React Application
#32380 commented on
Jun 6, 2025 • 0 new comments -
[React 19] inline style tag not removing when new content is loaded without that element
#32367 commented on
Jun 6, 2025 • 0 new comments -
Bug: React 19 `<input type="radio"/>` attribute `name` can't be set via ref
#32346 commented on
Jun 6, 2025 • 0 new comments -
Bug: onChange of input type="file" is getting triggered when `element.dispatchEvent` is called on it
#32300 commented on
Jun 6, 2025 • 0 new comments -
Bug: setState inside setInterval runs async first and then sync
#32265 commented on
Jun 6, 2025 • 0 new comments -
[React 19] HMR Bugs
#32245 commented on
Jun 6, 2025 • 0 new comments -
Bug: suspected React 19 issue in React Documentation interactive app
#32242 commented on
Jun 6, 2025 • 0 new comments -
Bug: Support use in act testing API #25523
#32212 commented on
Jun 6, 2025 • 0 new comments -
[React 19] Without extra Generic Type to useActionState hook
#32198 commented on
Jun 6, 2025 • 0 new comments -
CSP violation
#32197 commented on
Jun 6, 2025 • 0 new comments -
Bug: React 19 regression - react-dom/server.browser async_hooks context loss on suspense
#32547 commented on
Jun 7, 2025 • 0 new comments -
Bug: React Dev Tools injects its own js code (installHook.js) and then tries to download the source map if its own code
#32339 commented on
Jun 7, 2025 • 0 new comments -
Bug:
#33435 commented on
Jun 7, 2025 • 0 new comments -
[Compiler]: React Compiler should error on document.getElementById call during render
#31932 commented on
Jun 7, 2025 • 0 new comments -
Bug: source maps are missing from react npm packages
#31906 commented on
Jun 7, 2025 • 0 new comments -
Bug: Scheduler default time interval problem
#31800 commented on
Jun 7, 2025 • 0 new comments -
Bug: initial props will leak if a component renders nested elements, when an outer element never rerenders.
#31744 commented on
Jun 7, 2025 • 0 new comments -
[React 19] Incorrect infered response type in server actions with React 19
#31786 commented on
Jun 7, 2025 • 0 new comments -
Bug: useEffect Without Dependencies Not Executed Correctly After setState
#31703 commented on
Jun 7, 2025 • 0 new comments -
Bug: React class is too slower then react hooks
#31698 commented on
Jun 7, 2025 • 0 new comments -
Bug: npm start kill automatically
#31674 commented on
Jun 7, 2025 • 0 new comments -
[React 19] Hydration appending RSC component to body
#31646 commented on
Jun 7, 2025 • 0 new comments -
Bug: Can't built chrome extension - yarn build-for-devtools fails
#31618 commented on
Jun 7, 2025 • 0 new comments -
Bug: Problem with StrictMode in development (useEffect + useRef/Memo). useEffect ignores first value of useRef/Memo and uses second twice
#31607 commented on
Jun 7, 2025 • 0 new comments -
[React 19] dangerouslySetInnerHTML causes repaint
#31660 commented on
Jun 7, 2025 • 0 new comments -
[React 19] Regression when using `createPortal` with DOM element created by `dangerouslySetInnerHTML`
#31600 commented on
Jun 7, 2025 • 0 new comments -
Bug: Images with `loading="lazy"` remounted with react are all loaded
#31529 commented on
Jun 7, 2025 • 0 new comments -
Firebase Authentication State Resets on Page Reload in Vite-React-TypeScript App
#31455 commented on
Jun 7, 2025 • 0 new comments -
Bug: eslint-plugin-react-hooks@5.0.0 only detects english component names
#31446 commented on
Jun 7, 2025 • 0 new comments -
[Compiler Optimization]: avoid memoizing `useState` lazy initializer functions
#31453 commented on
Jun 7, 2025 • 0 new comments -
[DevTools] It is incredibly difficult to performance profile React
#31401 commented on
Jun 7, 2025 • 0 new comments -
[Compiler Bug]: `===` is not a sufficient equality check
#31359 commented on
Jun 7, 2025 • 0 new comments -
Bug: Checkbox change event is incorrect when parent state is updated using `flushSync`
#31358 commented on
Jun 7, 2025 • 0 new comments -
Bug: useId not stable on hydration with mid-render state update (React 18)
#31653 commented on
Jun 8, 2025 • 0 new comments -
Bug: Detached Elements Observed When Toggling Content with ReactDOM.createPortal()
#31719 commented on
Jun 8, 2025 • 0 new comments -
[Compiler Bug]: React Compiler breaks most functionality of TanStack Table
#33057 commented on
Jun 8, 2025 • 0 new comments -
[React 19] Controlled checkboxes are reset by form submission and form.reset()
#31695 commented on
Jun 9, 2025 • 0 new comments -
Bug: Properties are not passed to Custom Elements that extend built-in elements
#32135 commented on
Jun 9, 2025 • 0 new comments -
make `react-hooks/exhaustive-deps` respect destructuring assignment
#31328 commented on
Jun 9, 2025 • 0 new comments -
Bug: exhaustive-deps rule doesn't report for useInsertionEffect
#31308 commented on
Jun 9, 2025 • 0 new comments -
Bug: Hydration(render) Error when Using Browser Auto-Translation (e.g., Google Translate)
#32557 commented on
Jun 9, 2025 • 0 new comments -
Bug: git clone and yarn install fails
#32554 commented on
Jun 9, 2025 • 0 new comments -
Bug: cloneElement does not correctly merge styles when used in nested components
#32531 commented on
Jun 9, 2025 • 0 new comments -
Bug: event handlers in fragment roots
#32423 commented on
Jun 9, 2025 • 0 new comments -
Bug: pre-trigger form submit in multistep form
#32290 commented on
Jun 9, 2025 • 0 new comments -
Hooks + multiple instances of React
#13991 commented on
Jun 9, 2025 • 0 new comments -
[React 19] Parameter order for server action when using `useActionState`
#31356 commented on
Jun 9, 2025 • 0 new comments -
Bug: Quickly selecting checkboxes on iOS doesn't work correctly
#31260 commented on
Jun 9, 2025 • 0 new comments -
Bug: re-rendering order of onBlur and onClick inconsistent between desktop and mobile browsers
#31115 commented on
Jun 9, 2025 • 0 new comments -
Bug: useEffect and Event Handler Timing Regressions in React 18 Legacy Mode
#31023 commented on
Jun 9, 2025 • 0 new comments -
[React 19] style using precedence can produce many additional style elements after initial render
#30739 commented on
Jun 9, 2025 • 0 new comments -
Bug: Memory leak of old state until next render
#30727 commented on
Jun 9, 2025 • 0 new comments -
Bug: Inconsistent styles between client-side and server-side routing
#30654 commented on
Jun 9, 2025 • 0 new comments -
[React 19] aria attributes on custom elements behave maybe incorrectly
#32251 commented on
Jun 9, 2025 • 0 new comments -
[React 19] useOptimistic shows wrong value when other actions happen in the background
#30637 commented on
Jun 9, 2025 • 0 new comments -
Remove references to legacy class-based component architecture in error messages
#30440 commented on
Jun 9, 2025 • 0 new comments -
[React 19] Will React support write web components as Lit does someday?
#29692 commented on
Jun 9, 2025 • 0 new comments -
react-compiler transformed conditional useCallback call incorrectly
#29136 commented on
Jun 9, 2025 • 0 new comments -
Bug: eslint-plugin-react-hooks documentation might be misleading
#29045 commented on
Jun 10, 2025 • 0 new comments -
Bug: `select` menu won't update highlight when options change
#31718 commented on
Jun 10, 2025 • 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
Jun 10, 2025 • 0 new comments -
Use the native `beforeinput` event if it's supported
#11211 commented on
Jun 10, 2025 • 0 new comments -
Bug: ESLint rule doesn't catch mistake with non-exhaustive dependencies
#28539 commented on
Jun 10, 2025 • 0 new comments -
[React 19] Using spread with binary conditional in JSX causes error in dev env for case of using legacy JSX transform
#29902 commented on
Jun 10, 2025 • 0 new comments -
[Compiler Bug]: eslint-plugin-react-hooks does not enable the new rule for the React compiler
#32986 commented on
Jun 10, 2025 • 0 new comments -
Bug: onBlur is not firing in IOS Chrome when trigger done button
#28492 commented on
Jun 10, 2025 • 0 new comments -
[React 19] custom element property vs. attribute behavior deviates from RFC discussion and proposal doc
#29037 commented on
Jun 10, 2025 • 0 new comments -
Bug: Repeated state setter callbacks when callback throws
#26737 commented on
Jun 10, 2025 • 0 new comments -
Bug: React 18 (18.2.0) skips renders in Safari even when props change
#26713 commented on
Jun 10, 2025 • 0 new comments -
Feature Request: ESLint hooks rule for accessing previous state when deriving new state
#30363 commented on
Jun 11, 2025 • 0 new comments -
Bug: `createRoot` function from React@18 break the css `:target`
#26374 commented on
Jun 11, 2025 • 0 new comments -
Possible optimization to useSyncExternalStore's withSelector
#24884 commented on
Jun 11, 2025 • 0 new comments -
Bug: Infinite rendering resulting in freezing of tab/browser
#19991 commented on
Jun 11, 2025 • 0 new comments -
Bug: `textarea` inputs in Safari stop accepting input on certain empty lines
#28360 commented on
Jun 11, 2025 • 0 new comments -
Proposition about onInput/onChange
#19150 commented on
Jun 11, 2025 • 0 new comments -
React Why Not Consider Support Signals
#31393 commented on
Jun 11, 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 11, 2025 • 0 new comments -
[React 19] Suspense throttling behavior (`FALLBACK_THROTTLE_MS`) kicks in too often
#31819 commented on
Jun 11, 2025 • 0 new comments -
Bug: `react-server-dom-esm` package is empty
#27197 commented on
Jun 12, 2025 • 0 new comments -
Reconsider providing a cleaner hook-based solution to derived state
#33041 commented on
Jun 12, 2025 • 0 new comments -
let react-hooks/exhaustive-deps additionalHooks have a callback in a different position from 0
#24344 commented on
Jun 11, 2025 • 0 new comments -
Add support for SyntheticKeyboardEvent `isComposing`
#26254 commented on
Jun 11, 2025 • 0 new comments -
Add reload and profile to react-devtools-inline
#27733 commented on
Jun 11, 2025 • 0 new comments -
move from `importAssertions` to `importAttributes`
#28952 commented on
Jun 10, 2025 • 0 new comments -
fix(eslint-plugin-react-hooks): "additionalHooks" docs are misleading
#29046 commented on
Jun 10, 2025 • 0 new comments -
compiler: add verbose logging to `react-compiler-healthcheck`
#29080 commented on
Jun 5, 2025 • 0 new comments -
RFC(react-client): add $$typeof to server references in Flight
#30371 commented on
Jun 9, 2025 • 0 new comments -
refactor: support verbose compiler healthcheck logs
#31307 commented on
Jun 9, 2025 • 0 new comments -
fix: null detail error for native events
#31375 commented on
Jun 7, 2025 • 0 new comments -
eslint-plugin-react-hooks: Fix international component name compatibility
#31456 commented on
Jun 7, 2025 • 0 new comments -
Backport `useId` tracking fix to React 18
#31668 commented on
Jun 7, 2025 • 0 new comments -
Failing test for controlled input elements in forms incorrectly resetting
#31700 commented on
Jun 7, 2025 • 0 new comments -
[Dom] Fixed Before Input Event Bug
#31970 commented on
Jun 6, 2025 • 0 new comments -
perf(hooks): Optimize useSyncExternalStoreWithSelector selector calls
#32040 commented on
Jun 6, 2025 • 0 new comments -
Let cloneUpdateQueue use assign method to clone the update queue
#32064 commented on
Jun 6, 2025 • 0 new comments -
Update TestCase component for better form and checkbox handling
#32065 commented on
Jun 6, 2025 • 0 new comments -
[Reconciler] Remove redundant __DEV__ conditions
#32072 commented on
Jun 6, 2025 • 0 new comments -
Adding translated pages for README.md
#32073 commented on
Jun 6, 2025 • 0 new comments -
useActionState error
#32113 commented on
Jun 6, 2025 • 0 new comments -
Refactor ReactFlightClientConfigBundlerESM.js
#32121 commented on
Jun 6, 2025 • 0 new comments -
DevTools: Add support for opening in editor with custom URL protocols
#32124 commented on
Jun 6, 2025 • 0 new comments -
state update from a rAF in useLayoutEffect not batched when using createRoot
#32125 commented on
Jun 6, 2025 • 0 new comments -
Add support for custom elements that extends builtin elements
#32136 commented on
Jun 9, 2025 • 0 new comments -
Consolidate event listener
#32144 commented on
Jun 6, 2025 • 0 new comments -
Remove unused, internal `getIsRendering` function
#32208 commented on
Jun 6, 2025 • 0 new comments -
[Scheduler]: optimize priority timeout lookup
#32226 commented on
Jun 6, 2025 • 0 new comments -
Use stricter equality check
#32295 commented on
Jun 6, 2025 • 0 new comments -
[compiler] Add support for BigIntLiteral
#32305 commented on
Jun 6, 2025 • 0 new comments -
Unify children value handling in setProp
#32314 commented on
Jun 6, 2025 • 0 new comments -
Support non-dev builds in development environment
#32341 commented on
Jun 7, 2025 • 0 new comments -
Add server support for React Flight Webpack Plugin
#32460 commented on
Jun 6, 2025 • 0 new comments -
[compiler] Check ref access in useState initializer function
#32506 commented on
Jun 6, 2025 • 0 new comments -
chore update electron version in react-devtools to 35.0.0
#32514 commented on
Jun 10, 2025 • 0 new comments -
Update Bug Reporting to Use GitHub Issue Forms
#33053 commented on
Jun 9, 2025 • 0 new comments -
RFC: Server Context for React Server Components
#33088 commented on
Jun 7, 2025 • 0 new comments -
[react-dom] Fix HTML spec violation in useFormStatus: submitter formMethod ignored (#33361)
#33387 commented on
Jun 9, 2025 • 0 new comments