facebook/react
Pull Requests
Succeeded
#20463
Expose DEV-mode warnings in devtools UI
Succeeded
#24594
[WIP] Add UnknownLane and flush unknown updates in a rAF
Succeeded
#22647
[do not merge] Test PR
Succeeded
#26730
feat: added dynamic class-name feature via `classNames` attribute
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…
Succeeded
#29079
compiler: fix jsx text attributes with double quotes
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
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    #83560

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