facebook/react
Pull Requests
Succeeded
#28751
[Fiber] Move updatePriority tracking to renderers
Succeeded
#19232
Add Flow to ModernChangeEventPlugin
Succeeded
#28055
Use react@17 for useSyncExternalStore shim tests
Succeeded
#22267
Webpack 5 Upgrade
Succeeded
#21020
[Fizz] Assign an ID to the first DOM element in a fallback or insert a dummy (and testing infra)
Succeeded
#19863
Don't call onCommit et al if there are no effects
Succeeded
#26554
Use native scheduler if defined in global scope
Succeeded
#26321
Extracted definition and access to public instances to a separate module in Fabric
Succeeded
#26776
refactor: rewrite classNames logic
Succeeded
#25122
Add ref to Offscreen component and implement detach
Succeeded
#26344
Move internalAct to internal-test-utils package
Succeeded
#28348
Pass ref as normal prop
Succeeded
#18441
ReactDOM.useEvent: revert and add guard for null stateNode
Succeeded
#18452
[Not for merge] Debug logging
Succeeded
#28732
[tests] add assertLogDev, assertWarnDev, assertErrorDev
Succeeded
#18809
[Blocks] Failing test for nested load
Succeeded
#29163
Remove pointless use of `unsafe`
Succeeded
#29162
[compiler:chore] fix SSA pdf reference link
Succeeded
#29159
[Compiler playground] bold changed passes
Succeeded
#29157
compiler: Use types to decide which scopes are eligible for merging
Succeeded
#29156
compiler: Improve merging of memo scopes that invalidate together
Succeeded
#29155
compiler: fixture for suboptimal jsx sibling memo block merging
Succeeded
#29154
compiler: fix accidental propagation of function effects from StartMemoize/FinishMemoize
Succeeded
#29153
[compiler:publish] Don't check branch in debug mode
Succeeded
#29151
compiler: Improve ValidateNoRefAccessInRender to ignore access in effects
Succeeded
#29150
[compiler:publish] Bump time to reconsider to 3s
Succeeded
#29149
[compiler:publish] Prompt for OTP
Succeeded
#29148
[compiler:publish] Rename publish script
Succeeded
#29147
[compiler:publish] Don't hash node_modules
Succeeded
#29146
[compiler:publish] Rename publish script
Succeeded
#29145
[compiler:publish] Don't hash node_modules
Succeeded
#29143
compiler: workaround babel issue with html entity escaping
Succeeded
#29142
compiler: update comment on memo cache import code
Succeeded
#29141
compiler: Workaround Babel bug with unicode in jsx string attrs
Succeeded
#29140
Add issue template for React Compiler
Succeeded
#29139
Lazily freeze in case anything in the currently initializing chunk is blocked
Succeeded
#29138
forktest
Succeeded
#29133
[compiler:playground] Resizable tabs
Succeeded
#29129
[Flight] Add failing test to reproduce issue with `Object.freeze`
Succeeded
#29125
Improve grammar and parallel structure in React library documentation
Succeeded
#29124
fix(compiler-playground): avoid escape non-English character
Succeeded
#29122
[compiler:playground] Fix broken builds
Succeeded
#29121
Create generator-generic-ossf-slsa3-publish.yml
Succeeded
#29118
[compiler] Todo for for-await loops
Succeeded
#29114
Add packageManager fields for Corepack compat
Succeeded
#29112
Add babel-plugin-react-compiler deps to other packages
Succeeded
#29109
CI: Allow to run rust compiler on macos and widnows aswell
Succeeded
#29108
fix: removed redundant character escape in RegExp
Succeeded
#29105
Implement isObject function
Succeeded
#29104
fix: use `filename` instead of `context.filename` in eslint compiler
Succeeded
#29103
Add hyperlink for Good First Issues header
Succeeded
#29102
docs: fix typo DESIGN_GOALS.md
Succeeded
#29101
Resolve defaultProps of class components in JSX runtime
Succeeded
#29096
[React Compiler] Fix rule name for ESLint plugin
Succeeded
#29095
compiler: merge reactive scopes across const StoreLocal
Succeeded
#29094
Update `eslint-plugin-react-compiler` to used named rule severity
Succeeded
#29089
[compiler]: cleanup useless clone
Succeeded
#29088
Move createElement/JSX Warnings into the Renderer
Succeeded
#29087
[compiler:publish] Specify https for registry
Succeeded
#29086
chore(docs): fix typo (plugion => plugin) in DESIGN_GOALS.md
Succeeded
#29085
[Compiler][script] Dedupe error report counts before reporting in healthcheck
Succeeded
#29084
[compiler] Add readme for babel plugin
Succeeded
#29083
[compiler] Check if current branch is main
Succeeded
#29082
[compiler] Various fixes for publishing script
Succeeded
#29081
[compiler:eslint] Fix false positive with TS type param syntax
Succeeded
#29080
feat: add a verbose option to react-compiler-healthcheck to log all c…
Build Activity
Succeeded
#491538
Try shorter property name to get inlining
Canceled
#491537
Try shorter property name to get inlining
Succeeded
#491528
Try shorter property name to get inlining
Succeeded
#491523
Try shorter property name to get inlining
Succeeded
#491510
Try shorter property name to get inlining
Succeeded
#491484
refactors the currentUpdatePriority apis to more clearly communicate when you are reading a raw value and when you are getting a resolved value. This allows requestUpdateLane to do a single call into the renderer to get the update priority while still ...
Succeeded
#491446
refactors the currentUpdatePriority apis to more clearly communicate when you are reading a raw value and when you are getting a resolved value. This allows requestUpdateLane to do a single call into the renderer to get the update priority while still ...
Succeeded
#491243
Addresses a TODO to use the resolved update priority which considers window.event when setting the update priority for explicit hydration.
Canceled
#491241
Addresses a TODO to use the resolved update priority which considers window.event when setting the update priority for explicit hydration.
Succeeded
#491237
Addresses a TODO to use the resolved update priority which considers window.event when setting the update priority for explicit hydration.
Succeeded
#491188
Moves currentUpdatePriority to ReactDOMSharedInternals. While not particularly meaningful in this change this demonstrates how we can use this to implement flushSync in a way that does not require the reconciler being loaded so it can be used in the to...
Succeeded
#491170
[Fiber] Move updatePriority tracking to renderers Current updatePriority is tracked in the reconciler. `flushSync` is going to be implemented reconciler agnostic soon and we need to move the tracking of this state to the renderer and out of reconciler...
Canceled
#491169
[Fiber] Move updatePriority tracking to renderers Current updatePriority is tracked in the reconciler. `flushSync` is going to be implemented reconciler agnostic soon and we need to move the tracking of this state to the renderer and out of reconciler...
Succeeded

facebook/react    #491528

Started duration: 03:39
gnoff opened pull request #28751 to main
Loading Sandboxes...
Loading Packages...
Loading Install Instructions...
Finished!
Loading...