facebook/react
Pull Requests
Succeeded
#22211
Initial shim of useSyncExternalStore
Succeeded
#29077
fix(react-compiler-healthcheck): detect strict mode when using `<React.StrictMode/>`
Succeeded
#29076
[heathcheck] Check for namespaced StrictMode
Succeeded
#29074
add nextjs config to compiler strict check
Succeeded
#29073
Fix ESLint and Prettier configs for React Compiler
Succeeded
#29072
Add a `main` field to `eslint-plugin-react-compiler`, fixes #29068.
Succeeded
#29071
docs: fix typo in architecture section
Succeeded
#29070
docs: fix description of react_estree extensions
Succeeded
#29067
Bump next from 13.5.6 to 14.1.1 in /compiler
Succeeded
#29066
Bump @babel/traverse from 7.1.6 to 7.24.5 in /compiler
Succeeded
#29065
Bump tough-cookie from 4.1.2 to 4.1.4 in /compiler
Succeeded
#29064
Bump word-wrap from 1.2.3 to 1.2.5 in /compiler
Succeeded
#29063
Bump postcss from 8.4.24 to 8.4.31 in /compiler
Succeeded
#29061
Open-source React Compiler
Succeeded
#29060
Bump React 19 beta to RC
Succeeded
#29057
Fix react-compiler entrypoint for react-server
Succeeded
#29056
Revert 1 main
Succeeded
#29055
Implement file I/O with insertion and extraction operators
Succeeded
#29052
Enable `enableUnifiedSyncLane` for React Native (Meta)
Succeeded
#29050
Update README.md
Succeeded
#29049
refactor[react-devtools]: rewrite context menus
Succeeded
#29046
fix(eslint-plugin-react-hooks): "additionalHooks" docs are misleading
Succeeded
#29044
Set the current fiber to the source of the error during error reporting
Succeeded
#29043
[Flight] Error if a legacy React Element is attempted to be rendered
Succeeded
#29041
Clean up the enableEarlyReturnForPropDiffing experiment
Succeeded
#29039
Add `useNativeProcessing()` flag for Fabric ViewConfigs
Succeeded
#29038
Unify ReactFiberCurrentOwner and ReactCurrentFiber
Succeeded
#29035
[Flight] Enable Binary and ReadableStreams in Stable
Succeeded
#29032
Track Stack of JSX Calls
Succeeded
#29030
ADD A CODE COMMENT
Succeeded
#29028
Use `FormData` `submitter` parameter
Succeeded
#29027
Remove 2 no longer existing files from inlinedHostConfig
Succeeded
#29026
Upgrade jest and jsdom
Succeeded
#29025
Facebook: merge react index.classic.fb and index.modern.fb
Succeeded
#29023
fix[react-devtools/InspectedElementView.css]: dont draw bottom border for empty badge list
Succeeded
#29022
React DevTools 5.1.0 -> 5.2.0
Succeeded
#29019
Support useFormStatus in progressively-enhanced forms
Succeeded
#29016
fix[react-devtools/ci]: fix configurations for e2e testing
Succeeded
#29015
Clean up fastAddProperties and make it more correct
Succeeded
#29014
feat[react-devtools]: display forget badge for components in profiling session
Succeeded
#29013
a
Succeeded
#29010
[Flight Reply] Encode Objects Returned to the Client by Reference
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
Build Activity
Succeeded
#165636
Initial shim of useSyncExternalStore This sets up an initial shim implementation of useSyncExternalStore, via the use-sync-external-store package. It's designed to mimic the behavior of the built-in API, but is backwards compatible to any version of R...
Succeeded
#165598
[wip] Combine useRef and useState hooks Since the useState hook is only used to force a render, and we don't use it to track any state, we can stash our mutable instance object in there instead of using a separate useRef hook. Doesn't affect any behav...
Succeeded
#165591
[wip] Combine useRef and useState hooks Since the useState hook is only used to force a render, and we don't use it to track any state, we can stash our mutable instance object in there instead of using a separate useRef hook. Doesn't affect any behav...
Succeeded
#165586
[wip] Combine useRef and useState hooks Since the useState hook is only used to force a render, and we don't use it to track any state, we can stash our mutable instance object in there instead of using a separate useRef hook. Doesn't affect any behav...
Succeeded
#165574
[wip] Update current value with a ref Originally we updated it in the subscription handler so that we could be sure it always represented the latest snapshot. However, we run into problems because the `getSnapshot` could change the next time in the sa...
Succeeded
#165533
[WIP] Remove needsTearingCheck micro-optimization
Succeeded
#165529
[WIP] Better way to handle stale getSnapshot?
Succeeded
#165410
Move subscription to passive phase We'll still do a tearing check in layout to ensure it's consistent before we yield for paint.
Succeeded
#164537
Initial shim of useSyncExternalStore This sets up an initial shim implementation of useSyncExternalStore, via the use-sync-external-store package. It's designed to mimic the behavior of the built-in API, but is backwards compatible to any version of R...
Succeeded
#164535
Initial shim of useSyncExternalStore This sets up an initial shim implementation of useSyncExternalStore, via the use-sync-external-store package. It's designed to mimic the behavior of the built-in API, but is backwards compatible to any version of R...
Canceled
#164534
Initial shim of useSyncExternalStore This sets up an initial shim implementation of useSyncExternalStore, via the use-sync-external-store package. It's designed to mimic the behavior of the built-in API, but is backwards compatible to any version of R...
Succeeded
#164533
Initial shim of useSyncExternalStore This sets up an initial shim implementation of useSyncExternalStore, via the use-sync-external-store package. It's designed to mimic the behavior of the built-in API, but is backwards compatible to any version of R...
Succeeded
#164532
Initial shim of useSyncExternalStore This sets up an initial shim implementation of useSyncExternalStore, via the use-sync-external-store package. It's designed to mimic the behavior of the built-in API, but is backwards compatible to any version of R...
Succeeded
#164530
Initial shim of useSyncExternalStore This sets up an initial shim implementation of useSyncExternalStore, via the use-sync-external-store package. It's designed to mimic the behavior of the built-in API, but is backwards compatible to any version of R...
Canceled
#164529
Initial shim of useSyncExternalStore This sets up an initial shim implementation of useSyncExternalStore, via the use-sync-external-store package. It's designed to mimic the behavior of the built-in API, but is backwards compatible to any version of R...
Succeeded
#164473
Initial shim of useSyncExternalStore This sets up an initial shim implementation of useSyncExternalStore, via the use-sync-external-store package. It's designed to mimic the behavior of the built-in API, but is backwards compatible to any version of R...
Succeeded
#164329
Initial shim of useSyncExternalStore This sets up an initial shim implementation of useSyncExternalStore, via the use-sync-external-store package. It's designed to mimic the behavior of the built-in API, but is backwards compatible to any version of R...
Canceled
#164327
Initial shim of useSyncExternalStore This sets up an initial shim implementation of useSyncExternalStore, via the use-sync-external-store package. It's designed to mimic the behavior of the built-in API, but is backwards compatible to any version of R...
Succeeded
#164316
Initial shim of useSyncExternalStore This sets up an initial shim implementation of useSyncExternalStore, via the use-sync-external-store package. It's designed to mimic the behavior of the built-in API, but is backwards compatible to any version of R...
Succeeded

facebook/react    #165636

Started • duration: 03:43
acdlite opened pull request #22211 to main
Loading Sandboxes...
Loading Packages...
Loading Install Instructions...
Finished!
Loading...