facebook/react
Pull Requests
Succeeded
#28843
Bump version from 18.2 to 18.3
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
Succeeded
#28936
feat(badge): Add JSDelivr badge
Succeeded
#28934
fix(hydrate): to check and add validations for type check of argument…
Succeeded
#28932
Add changelog for 18.3.1
Succeeded
#28930
Configure JSX Feature Flags as Dynamic (Meta)
Succeeded
#28929
Add changelog for 18.3 and 18.3.1
Succeeded
#28927
[Not for merge] 18.3.1 Release
Succeeded
#28925
Update Changelog for 18.3.0
Succeeded
#28921
fix: react server condition for `react/jsx-dev-runtime`
Succeeded
#28920
Update made
Succeeded
#28919
[react-dom] Provide a way to silence devtools recommendation
Succeeded
#28916
Export `React.act` from 18.3
Succeeded
#28912
(Land #28798) Move Current Owner (and Cache) to an Async Dispatcher
Succeeded
#28911
Go back to shared refs instance object
Succeeded
#28910
Support ref cleanup function for imperative handle refs
Succeeded
#28909
Reconciler: Change `commitUpdate` signature to account for unused `updatePayload` parameter
Succeeded
#28907
[Flight][Fizz] tasks that ping in a microtask should render synchronously
Succeeded
#28906
Update README.md
Succeeded
#28905
Update canary channel label to "beta"
Succeeded
#28904
warn -> error for Test Renderer deprecation
Succeeded
#28902
Update App.test.js
Succeeded
#28901
fix: export `jsx-runtime.react-server.js` as `react/jsx-dev-runtime`
Succeeded
#28900
[Flight][Fizz] schedule flushing independently from performing work
Succeeded
#28899
Create short link for jsx warning
Succeeded
#28896
Remove automatic fetch `cache` instrumentation
Succeeded
#28895
Add ref callback test for cleanup fn vs null call
Succeeded
#28894
[Flight][Fizz] ping work within current task
Succeeded
#28893
[Flight Reply] Encode ReadableStream and AsyncIterables
Succeeded
#28892
Install ESLint v9
Succeeded
#28891
Cleanup `replayFailedUnitOfWorkWithInvokeGuardedCallback`and `enableProfilerNestedUpdateScheduledHook`
Succeeded
#28890
Fix readme errors
Succeeded
#28889
Update README.md
Succeeded
#28888
ljust for example
Succeeded
#28887
Use undici polyfill for tests in old Node versions
Succeeded
#28883
Remove warning for ref cleanup function
Succeeded
#28881
Don't minify symbols in production builds
Succeeded
#28880
Build react-reconciler for FB builds
Succeeded
#28879
Unrevert "Support writing to this.refs from userspace"
Succeeded
#28878
[Experiment] Reuse memo cache after interruption
Build Activity
Succeeded
#498299
Add deprecation warning for unmountComponentAtNode This should have been deprecated in 18.0 alongside the other legacy DOM APIs like render().
Succeeded
#497567
Add deprecation warning for unmountComponentAtNode This should have been deprecated in 18.0 alongside the other legacy DOM APIs like render().
Canceled
#497566
Add deprecation warning for unmountComponentAtNode This should have been deprecated in 18.0 alongside the other legacy DOM APIs like render().
Canceled
#497565
Add deprecation warning for findDOMNode This is removed in version 19. We already warned inside of Strict Mode but this adds the warning everywhere.
Canceled
#497564
Add deprecation warning for findDOMNode This is removed in version 19. We already warned inside of Strict Mode but this adds the warning everywhere.
Succeeded
#497561
Add deprecation warning for findDOMNode This is removed in version 19. We already warned inside of Strict Mode but this adds the warning everywhere.
Canceled
#497559
Add deprecation warning for findDOMNode This is removed in version 19. We already warned inside of Strict Mode but this adds the warning everywhere.
Succeeded
#497553
ReactDOMTestUtils deprecation warnings Adds a deprecation warning to ReactDOMTestUtils.renderIntoDocument, which is removed in version 19. Also backports the deprecation warning for ReactDOMTestUtils.act.
Succeeded
#497547
ReactDOMTestUtils deprecation warnings Adds a deprecation warning to ReactDOMTestUtils.renderIntoDocument, which is removed in version 19. Also backports the deprecation warning for ReactDOMTestUtils.act.
Succeeded
#497536
Support writing to this.refs from userspace (#28867) Previously, the `refs` property of a class component instance was read-only by user code — only React could write to it, and until/unless a string ref was used, it pointed to a shared empty object t...
Failed
#497535
Support writing to this.refs from userspace (#28867) Previously, the `refs` property of a class component instance was read-only by user code — only React could write to it, and until/unless a string ref was used, it pointed to a shared empty object t...
Canceled
#497534
Support writing to this.refs from userspace (#28867) Previously, the `refs` property of a class component instance was read-only by user code — only React could write to it, and until/unless a string ref was used, it pointed to a shared empty object t...
Succeeded
#496417
Deprecate `renderToStaticNodeStream` (#28872) (#28874) This commit adds warnings indicating that `renderToStaticNodeStream` will be removed in an upcoming React release. This API has been legacy, is not widely used (renderToStaticMarkup is more comm...
Succeeded
#496124
Backport legacy context deprecation warning This backports a deprecation warning for legacy context, even when Strict Mode is not enabled. I didn't bother to update all the tests because the tests are in such a different state than what's on `main`, ...
Canceled
#496123
Enable warning for defaultProps on function components for everyone (#25699) This also fixes a gap where were weren't warning on memo components.
Succeeded
#495431
Enable warning for defaultProps on function components for everyone (#25699) This also fixes a gap where were weren't warning on memo components.
Canceled
#495429
Enable warning for defaultProps on function components for everyone (#25699) This also fixes a gap where were weren't warning on memo components.
Canceled
#495428
Enable warning for defaultProps on function components for everyone (#25699) This also fixes a gap where were weren't warning on memo components.
Canceled
#495427
Enable warning for defaultProps on function components for everyone (#25699) This also fixes a gap where were weren't warning on memo components.
Succeeded
#495420
Enable JSX and defaultProps deprecation warnings These will help users upgrade to React 19 by finding places where they rely on deprecated behavior. Backports these PRs: - https://github.com/facebook/react/pull/25699 - https://github.com/facebook/re...
Canceled
#495417
Enable JSX and defaultProps deprecation warnings These will help users upgrade to React 19 by finding places where they rely on deprecated behavior. Backports these PRs: - https://github.com/facebook/react/pull/25699
Succeeded
#495413
Enable JSX and defaultProps deprecation warnings These will help users upgrade to React 19 by finding places where they rely on deprecated behavior.
Succeeded
#495409
Bump version from 18.2 to 18.3 We're going to use this branch to release a minor 18.3 release based off the published 18.2 release revision. This will include some additional warnings to assist in upgrading to React 19, but no behavior changes compare...
Succeeded
#495008
Bump version from 18.2 to 18.3 We're going to use this branch to release a minor 18.3 release based off the published 18.2 release revision. This will include some additional warnings to assist in upgrading to React 19, but no behavior changes compare...
Succeeded

facebook/react    #498299

Started duration: 01:20
facebook opened pull request #28843 to main
Loading Sandboxes...
Loading Packages...
Loading Install Instructions...
Finished!
Loading...