facebook/react
Pull Requests
Succeeded
#28500
[DOM] move `flushSync` out of the reconciler
Succeeded
#20618
Use toMatchInlineSnapshot for dehydrated values
Succeeded
#29009
Check if we ever test without consoleManagedByDevToolsDuringStrictMode
Succeeded
#29008
Stop using Scheduler.log to test double invocations
Succeeded
#29007
Dim `console` calls on additional Effect invocations due to `StrictMode`
Succeeded
#29006
Allow specifying timeout in tests via third argument
Succeeded
#29004
"TypeError: Cannot read property 'setState' of null" when using React.lazy
Succeeded
#29003
Add FB build for ReactReconcilerConstants
Succeeded
#29002
Update getComments.js
Succeeded
#29001
[Flight] Test deduplication with streaming server components
Succeeded
#28997
[Flight Reply] Dedupe Objects and Support Cyclic References
Succeeded
#28996
[Flight] Encode references to existing objects by property path
Succeeded
#28993
refactored shebangs
Succeeded
#28991
Sanitize key
Succeeded
#28990
Setup Wave 2 of Feature Flags for React Native
Succeeded
#28989
Update `compiled-rn` destination paths to `vendor/react`
Succeeded
#28988
[Flight Reply] Resolve outlined models async in Reply just like in Flight Client
Succeeded
#28987
[Fizz] Fallback to client replaying actions if we're trying to serialize a Blob
Succeeded
#28986
[Flight Reply] Encode binary streams as a single collapsed Blob
Succeeded
#28982
fix[react-devtools]: add backwards compat with legacy element type symbol
Succeeded
#28980
Repro for string ref + enableRefAsProp unstable props
Succeeded
#28979
Bundle config: Rename `global` to `hasteFileName` in bundle config
Succeeded
#28978
Bundle config: inline internal hook wrapper
Succeeded
#28977
Enable Wave 1 of Feature Flags for React Native
Succeeded
#28976
Devtools: Fix build-for-devtools
Succeeded
#28975
Devtools: Streamline getting extension from branch
Succeeded
#28974
DevTools: Fix inspecting components with multiple reads of the same Context in React 17
Succeeded
#28973
[DevTools] Expose "view source" options to Fusebox integration
Succeeded
#28972
[DevTools] Enable inspected element context menu in Fusebox
Succeeded
#28970
[DevTools] Check in `frontend.d.ts` for react-devtools-fusebox, include in build output
Succeeded
#28969
Introduce a faster version of the addProperties function
Succeeded
#28966
[Tooling] Update critical artifact list
Succeeded
#28965
[Fiber] render boundary in fallback if it contains a new stylesheet during sync update
Succeeded
#28964
Set enableUseMemoCacheHook to true everywhere
Succeeded
#28963
Stop committing resources to an external repo
Succeeded
#28962
Add `bun` to `react-dom`'s `package.json`.
Succeeded
#28959
typo: fix typos in codes.json
Succeeded
#28958
Float: Add support for crossOrigin="anonymous"
Succeeded
#28957
Jzhan force sync update
Succeeded
#28955
[react-native] Add unit test to ReactNativeAttributePayload
Succeeded
#28954
Move useMemoCache hook to react/compiler-runtime
Succeeded
#28953
feat(deps): Grouped dependencies updates by Dependabot
Succeeded
#28952
move from `importAssertions` to `importAttributes`
Succeeded
#28951
Test StrictEffects in react-dom
Succeeded
#28950
Update config.yml
Succeeded
#28949
Gaurav added a message
Succeeded
#28945
pranav added a message
Succeeded
#28944
chore: export cjs/umd as v17
Succeeded
#28942
Fix useActionState PendingState Type
Succeeded
#28940
Added a hyperlink to Node
Succeeded
#28939
Import correct prod version of jsx-dev-runtime for react-server
Succeeded
#28937
Fixed it: Update CODE_OF_CONDUCT.md
Build Activity
Succeeded
#492319
Implements flushSync in react-dom without relying on the reconciler. This will only be available in builds that no longer support legacy mode because the reconciler flushSync has special logic for legacy mode which is not necessary for concurrent roots...
Succeeded
#491578
Implements flushSync in react-dom without relying on the reconciler. This will only be available in builds that no longer support legacy mode because the reconciler flushSync has special logic for legacy mode which is not necessary for concurrent roots...
Succeeded
#491566
Implements flushSync in react-dom without relying on the reconciler. This will only be available in builds that no longer support legacy mode because the reconciler flushSync has special logic for legacy mode which is not necessary for concurrent roots...
Succeeded
#491565
Implements flushSync in react-dom without relying on the reconciler. This will only be available in builds that no longer support legacy mode because the reconciler flushSync has special logic for legacy mode which is not necessary for concurrent roots...
Succeeded
#490803
simplifies the during render case to in dev to avoid a bit of extra work. There is no harm in returning true in prod even if there is nothing to react to it.
Succeeded
#490799
simplifies the during render case to in dev to avoid a bit of extra work. There is no harm in returning true in prod even if there is nothing to react to it.
Succeeded
#490794
simplifies the during render case to in dev to avoid a bit of extra work. There is no harm in returning true in prod even if there is nothing to react to it.
Succeeded
#490790
Rather than use event priority or lane type semantics for the batch config it now uses a boolean. There really is only a binary of sync or not sync so we don't need to express this concept as something overly specific to Fiber.
Canceled
#490789
Rather than use event priority or lane type semantics for the batch config it now uses a boolean. There really is only a binary of sync or not sync so we don't need to express this concept as something overly specific to Fiber.
Succeeded
#490780
Removes flushSyncFromReconciler from ReactART
Succeeded
#490704
Removes flushSyncFromReconciler use from ReactFiberReconciler
Succeeded
#490700
Removes flushSyncFromReconciler from ReactDOMUpdateBatching
Canceled
#490697
Removes flushSyncFromReconciler from ReactDOMRoot
Succeeded
#490695
Exposes an updateContainerSync implementation so we can avoid depending on flushSyncFromReconciler in hot reloading
Succeeded
#490595
Moved error to fiber config. The reconciler implementation should be DCE'd in builds that still support legacy mode
Succeeded
#490567
The cost of the separate file is not really warranted. Will use feature flag to scope build specific implementations
Canceled
#490566
The cost of the separate file is not really warranted. Will use feature flag to scope build specific implementations
Succeeded
#490562
Moves the legacy implementation of flushSync to the fb entrypoint
Canceled
#490560
Moves the legacy implementation of flushSync to the fb entrypoint
Succeeded
#490548
Moves the legacy implementation of flushSync to the fb entrypoint
Succeeded
#490514
Moves the legacy implementation of flushSync to the fb entrypoint
Canceled
#490512
Moves the legacy implementation of flushSync to the fb entrypoint
Succeeded
#490317
Moves the legacy implementation of flushSync to the fb entrypoint
Succeeded
#489796
Moves the legacy implementation of flushSync to the fb entrypoint
Canceled
#489794
Moves the legacy implementation of flushSync to the fb entrypoint
Succeeded
#489791
Moves the legacy implementation of flushSync to the fb entrypoint
Canceled
#489786
Moves the legacy implementation of flushSync to the fb entrypoint
Failed
#480425
This is one option for how we might recover existing flushSync priorities with an external flushSync implementation.
Succeeded

facebook/react    #492319

Started • duration: 03:51
gnoff opened pull request #28500 to main
Loading Sandboxes...
Loading Packages...
Loading Install Instructions...
Finished!
Loading...