-
Notifications
You must be signed in to change notification settings - Fork 48.1k
Insights: facebook/react
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v19.1.0 19.1.0 (March 28, 2025)
published
Mar 28, 2025
37 Pull requests merged by 9 people
-
Add changelog for 19.1.0
#32781 merged
Mar 28, 2025 -
Bump next prerelease version numbers
#32782 merged
Mar 28, 2025 -
[compiler][snap] Fix test filter + watch mode
#32780 merged
Mar 28, 2025 -
[release] Don't lookup build-info.json when updating version numbers
#32778 merged
Mar 28, 2025 -
[release] Also split the onlyPackages param
#32777 merged
Mar 28, 2025 -
feat(babel-plugin-react-compiler): support satisfies operator
#32742 merged
Mar 28, 2025 -
[compiler] Fix inferEffectDependencies lint false positives
#32769 merged
Mar 27, 2025 -
Mark shouldStartViewTransition as true when there's an enter animation
#32764 merged
Mar 26, 2025 -
s/HTML/text for text hydration mismatches
#32763 merged
Mar 26, 2025 -
Add getComputedStyle helper to ViewTransition refs
#32751 merged
Mar 26, 2025 -
Add "auto" class to mean the built-in should run
#32761 merged
Mar 26, 2025 -
Rename <ViewTransition className="..."> to <ViewTransition default="...">
#32734 merged
Mar 26, 2025 -
Don't flush synchronous work if we're in the middle of a ViewTransition async sequence
#32760 merged
Mar 26, 2025 -
[compiler][be] Playground now uses tsup bundled plugin
#32759 merged
Mar 26, 2025 -
[compiler][be] Test runner (snap) now uses tsup bundled plugin
#32758 merged
Mar 26, 2025 -
[ci] Skip yarn install on cache hit
#32757 merged
Mar 26, 2025 -
[crud] Revert CRUD overload
#32741 merged
Mar 26, 2025 -
Fix ownerStackLimit feature gating for tests
#32726 merged
Mar 26, 2025 -
Warn for duplicate ViewTransition names
#32752 merged
Mar 26, 2025 -
Avoid double logging component render time
#32749 merged
Mar 26, 2025 -
[ci] Fix param casing
#32748 merged
Mar 25, 2025 -
[ci] Fix incorrect condition
#32746 merged
Mar 25, 2025 -
[ci] Run stale cache cleanup every 6 hours
#32739 merged
Mar 25, 2025 -
[ci] Dont sign builds originating from anything other than facebook/react
#32738 merged
Mar 25, 2025 -
[DevTools] Add fb local build command
#32644 merged
Mar 25, 2025 -
[flow] Replace $PropertyType with indexed access type in ReactNativeTypes
#32733 merged
Mar 25, 2025 -
[ci] Pass GH_TOKEN to runtime_prereleases
#32730 merged
Mar 24, 2025 -
[ci] Add GH_TOKEN as secret input to prereleases
#32732 merged
Mar 24, 2025 -
[ci] Fix missing permissions for prereleases
#32729 merged
Mar 24, 2025 -
[scripts] Verify artifact integrity when downloading
#32728 merged
Mar 24, 2025 -
[ci] Add artifact attestation to build
#32711 merged
Mar 24, 2025 -
[ci] Make maintainer check always remote
#32727 merged
Mar 24, 2025 -
[ci] fix notify/label actions for forks
#32725 merged
Mar 24, 2025 -
[compiler][bugfix] Fix hoisting of let declarations
#32724 merged
Mar 24, 2025 -
Merge ViewTransition layout/onLayout props into update/onUpdate
#32723 merged
Mar 24, 2025 -
Add getRootNode to fragment instances
#32682 merged
Mar 24, 2025 -
[compiler] Avoid failing builds when import specifiers conflict or shadow vars
#32663 merged
Mar 24, 2025
20 Pull requests opened by 9 people
-
Add compareDocumentPosition to fragment instances
#32722 opened
Mar 24, 2025 -
[Fizz] Add Owner Stacks when render is aborted
#32735 opened
Mar 25, 2025 -
Use console.timeStamp instead of performance.measure in Component Performance Track
#32736 opened
Mar 25, 2025 -
[compiler][bugfix] expand StoreContext to const / let / function variants
#32747 opened
Mar 25, 2025 -
feat[devtools]: display native tag for host components for Native
#32762 opened
Mar 26, 2025 -
[compiler][bugfix] Bail out when a memo block declares hoisted fns
#32765 opened
Mar 27, 2025 -
fix(ReactFiberCommitEffects): cannot read properties of undefined (reading 'tag')
#32767 opened
Mar 27, 2025 -
Fix removed default export from compiler linter
#32768 opened
Mar 27, 2025 -
fix(eslint-plugin-react-hooks): exclude non-React `use()` calls, resolves #31237
#32770 opened
Mar 27, 2025 -
Mark the root as animating if any Portal mutates or resizes
#32772 opened
Mar 28, 2025 -
Skip setting innerHTML when HTML string has not changed
#32773 opened
Mar 28, 2025 -
Warn for using a React owned node as a Container if it also has text content
#32774 opened
Mar 28, 2025 -
[compiler][repro] Nested fbt test fixture
#32779 opened
Mar 28, 2025 -
Unify BatchConfigTransition and Transition types
#32783 opened
Mar 29, 2025 -
Add startGestureTransition API
#32785 opened
Mar 29, 2025 -
Remove useSwipeTransition
#32786 opened
Mar 29, 2025 -
Get rid of the directional gesture options
#32788 opened
Mar 29, 2025 -
Adjust range start/end based on the duration and delay of the animation
#32790 opened
Mar 30, 2025 -
Support addTransitionType in startGestureTransition
#32792 opened
Mar 30, 2025 -
Warn if addTransitionType is called when there are no pending Actions
#32793 opened
Mar 30, 2025
3 Issues closed by 3 people
-
[Compiler Bug]: some values set to undefined after optimization
#32784 closed
Mar 31, 2025 -
[Compiler Bug]: eslint-plugin-react-compiler has incorrect type definitions
#32575 closed
Mar 27, 2025 -
[your Data]
#32731 closed
Mar 25, 2025
10 Issues opened by 10 people
-
[React 19]
#32791 opened
Mar 30, 2025 -
Bug: eslint-plugin-react-hooks incorrectly flags useSomething() in loop, while allowing use() in React 19
#32789 opened
Mar 29, 2025 -
[DevTools Bug]: Doesn't work in browser extensions
#32776 opened
Mar 28, 2025 -
Bug: eslint-plugin-react-hooks doesnt handle components starting with non-ASCII uppercase letter
#32775 opened
Mar 28, 2025 -
[DevTools Bug]: Firefox extension out of date (v6.0.0, 2024-09-26)
#32771 opened
Mar 27, 2025 -
Bug: [React 19] Cannot read properties of undefined (reading 'ReactCurrentBatchConfig'
#32766 opened
Mar 27, 2025 -
Bug: react-dom.development.js:1571 Uncaught InvalidStateError when handling file input in React 16.13.1
#32753 opened
Mar 26, 2025 -
[DevTools Bug] Cannot add node "29" because a node with that id is already in the Store.
#32750 opened
Mar 25, 2025 -
Bug: React Dev Tools does not have a Google Chrome Store Established Publisher badge
#32743 opened
Mar 25, 2025 -
[React 19] React Server Components: `flushScheduled` Initialization in `startWork` Can Be Improved
#32721 opened
Mar 24, 2025
17 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.
-
Allow `nonce` to be used on hoistable styles
#32461 commented on
Mar 26, 2025 • 1 new comment -
[Flight Reply] Don't create temporary references for objects whose parts were consumed during serialization
#32702 commented on
Mar 24, 2025 • 0 new comments -
[compiler][autodeps/fire] Do not include fire functions in autodep arrays
#32532 commented on
Mar 29, 2025 • 0 new comments -
refactor: change react promise status type
#31623 commented on
Mar 25, 2025 • 0 new comments -
fix: remove mountWorkInProgressOffscreenFiber function
#31473 commented on
Mar 30, 2025 • 0 new comments -
Add nullcheck for `window.event`
#29234 commented on
Mar 24, 2025 • 0 new comments -
[React 19] Suspense throttling behavior (`FALLBACK_THROTTLE_MS`) kicks in too often
#31819 commented on
Mar 31, 2025 • 0 new comments -
Bug: React 19 cannot run apps in both dev & production mode simultaneously
#32030 commented on
Mar 29, 2025 • 0 new comments -
Bug: eslint-plugin-react-hooks treats a non-react `use` function the same way as `React.use`
#31237 commented on
Mar 27, 2025 • 0 new comments -
[DevTools Bug]: Devtools script served over insecure connection causing issues with local https server.
#23100 commented on
Mar 27, 2025 • 0 new comments -
head > meta > content escaping issue
#13838 commented on
Mar 26, 2025 • 0 new comments -
value|defaultValue={Symbol|Function} should be ignored, not stringified
#11734 commented on
Mar 26, 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
Mar 26, 2025 • 0 new comments -
"Should not already be working" in Firefox after a breakpoint/alert
#17355 commented on
Mar 25, 2025 • 0 new comments -
[React 19] [bug] SVG with dangerouslySetInnerHTML content does not trigger first click
#30994 commented on
Mar 25, 2025 • 0 new comments -
[DevTools Bug]: Apple CloudKit JS sign in button doesn't work when extension is enabled
#32713 commented on
Mar 24, 2025 • 0 new comments -
[DevTools Bug]: Warnings are too "loud", mislabeled and make console difficult to use
#25447 commented on
Mar 24, 2025 • 0 new comments