facebook/react
Pull Requests
Succeeded
#20463
Expose DEV-mode warnings in devtools UI
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
Succeeded
#28877
Revert "Support writing to this.refs from userspace"
Succeeded
#28875
convert circleci workflow devtools_regression_tests to github actions
Build Activity
Succeeded
#85207
Small variable naming cleanup in Store
Succeeded
#85203
Pre-compute and cache the error/warning id-and-index tuples
Succeeded
#85116
Standalone CSS style fix for warning/error count font size
Succeeded
#84791
Auto-refresh inspected element right after cleaning warings/errors This is a temporary solution until we are using a more modern Cache in DevTools.
Succeeded
#84778
Auto-refresh inspected element right after cleaning warings/errors This makes the UI feel more responsive. Ideally, we'd disable the button and wait until the update came through via something like useTransition, but implementing that would be compli...
Succeeded
#84775
Cleanup after unmounted/never-mounted Fibers that have errors/warnings logged
Canceled
#84774
Cleanup after unmounted/never-mounted Fibers that have errors/warnings logged
Succeeded
#84741
Misc small things: Updated OVERVIEW, TODO, debug log, and minor formatting changes
Succeeded
#84656
Add docs for TREE_OPERATION_REMOVE_ROOT
Succeeded
#84599
Merged in master
Succeeded
#84598
Added multi-root tests for tree context wrapping
Succeeded
#84586
Updated snapshots
Succeeded
#84527
Test multi-root app when testing next/prev error selection
Succeeded
#84321
Refactored next/prev index calculation and memoized error/warning count
Succeeded
#84290
Remove separate 'errorsAndWarnings' event in favor of 'mutations' This avoids the case of one being updated without the other.
Succeeded
#84259
Wait to flush errors/warnings until the next commit; it's safer
Succeeded
#84249
Don't send errors/warnings for suspended or errored subtrees
Succeeded
#84229
Add failing test for uncommitted renders
Succeeded
#84213
Add error/warning counts to serialized store snapshot This lets us remove ugly expect-map-to-be statements
Succeeded
#84209
Inline warnings/errors should respect component filters Adjusting filters should also update errors/warnings. Also optimized the filter update flow by adding a REMOVE_ALL operation. Lots of new tests added.
Succeeded
#84167
Refactored treeContext tests to use inline snapshots and Jest serializer
Succeeded
#84138
Fix flow issues
Succeeded
#84137
Use statefulStore serializer in "inline error/warning" tests
Succeeded
#84127
Serialize errors and warnings in snapshots
Succeeded
#84105
select(Prev|Next)Error -> select(Prev|Next)ErrorOrWarning Maybe we should've called it "Issues" instead but now that we've written it so often we might as well keep it?! Or just avoid the bikeshedding altogether...
Succeeded
#83963
Added two (failing) tests that we should fix
Succeeded
#83962
Fixed an error (but left a TODO for a better future fix)
Succeeded
#83932
Added tests (and bug fix) for select next/prev error
Succeeded
#83895
Revert "Run the minimal amount of timer necessary" This reverts commit 268a25b169aa612447622a8c5ba5afedce6e584e.
Succeeded
#83894
Run the minimal amount of timer necessary
Canceled
#83893
Add tests for clearing errors and warnings
Succeeded
#83880
Use inline snapshots
Succeeded
#83878
Actually use generic param
Succeeded
#83869
Prevent siliencing of unexpected console calls in inspectedElementContext-test
Succeeded
#83863
Fixed Store tests by updating to inline snapshots
Succeeded
#83861
Refactored error/warning message queueing and bundling
Succeeded
#83855
Remove outdated snapshot
Canceled
#83854
Update snapshot due to previous typo fix
Succeeded
#83842
Add tests for the store
Succeeded
#83619
Added some basic tests for inline errors/warnings
Succeeded
#83616
move filter into forEach
Succeeded
#83615
Move batching to backend/console
Succeeded
#83608
Added missing key error test
Succeeded
#83607
inline errors and warnings are not implemented in legacy devtools
Succeeded
#83606
Show full error/warning text as tooltip on hover
Succeeded
#83603
Revert 92ebd81
Succeeded
#83595
Show full message on click
Succeeded
#83592
Added a few more test cases to the inline error test harness
Succeeded
#83591
Fix test harness to avoid double logging Component stack generation relies on intentionally triggering common sources of errors when shallow-rendering a component. Our inline error test harness didn't trip these paths for most components, and so it ap...
Succeeded
#83586
Use empty string instead of "fixing" the format string
Succeeded
#83585
Merge branch 'devtools-show-warnings-in-tree' of github.com:eps1lon/react into devtools-show-warnings-in-tree
Succeeded
#83584
Remove WIP artifacts
Succeeded
#83581
Clean up component stack remove in messages
Succeeded
#83574
Minor UI tweaks
Succeeded
#83560
Oops I left a console log statement in
Succeeded
#83549
Fixed dedupe badge text contrast
Succeeded
#83543
De-dupe warnings and errors and show badge count for duplciate entries
Succeeded
#83528
Fixed a spot I missed with new inline warnings setting
Canceled
#83526
Strip component stacks from errors/warnings before passing them to frontend
Succeeded
#83521
Add new debug setting for showing inline warnings and errors Refactored console patching logic to account for this new setting.
Succeeded
#83516
Make more room in toolbar Only show search controls when there is search text entered. Don't show error overlay in the owners view. (We also hide search controls in this view as well, to make more room for breadcrumbs
Succeeded
#83510
Cleaned up CSS colors and made some other small UI tweaks
Succeeded
#83418
Remove nullish coalescing Not supported by jest config
Succeeded
#83412
Add tally of errors/warnings
Succeeded
#83280
Split errors and warnings into separate panels
Succeeded
#83256
Tweaked inline element style for warning/error icons
Succeeded
#83232
Clear errorsAndWarnings when elements are removed
Succeeded
#83221
center icons with text instead of baseline
Succeeded
#83209
Resolve todo about args copying
Succeeded
#83207
Match UX of Search
Succeeded
#83202
Match UI of Search
Succeeded
#82960
Fix flow errors due to missing type narrowing capabilities
Succeeded
#82948
Add keys for error/warn messages
Succeeded

facebook/react    #85207

Started • duration: 02:10
eps1lon opened pull request #20463 to master
Loading Sandboxes...
Loading Packages...
Loading Install Instructions...
Finished!
Loading...