facebook/react
Pull Requests
Succeeded
#21641
DevTools: Show hook names based on variable usage
Succeeded
#28993
refactored shebangs
Succeeded
#28991
Sanitize key
Succeeded
#28990
Setup Wave 2 of Feature Flags for React Native
Succeeded
#28989
Update `compiled-rn` destination paths to `vendor/react`
Succeeded
#28988
[Flight Reply] Resolve outlined models async in Reply just like in Flight Client
Succeeded
#28987
[Fizz] Fallback to client replaying actions if we're trying to serialize a Blob
Succeeded
#28986
[Flight Reply] Encode binary streams as a single collapsed Blob
Succeeded
#28982
fix[react-devtools]: add backwards compat with legacy element type symbol
Succeeded
#28980
Repro for string ref + enableRefAsProp unstable props
Succeeded
#28979
Bundle config: Rename `global` to `hasteFileName` in bundle config
Succeeded
#28978
Bundle config: inline internal hook wrapper
Succeeded
#28977
Enable Wave 1 of Feature Flags for React Native
Succeeded
#28976
Devtools: Fix build-for-devtools
Succeeded
#28975
Devtools: Streamline getting extension from branch
Succeeded
#28974
DevTools: Fix inspecting components with multiple reads of the same Context in React 17
Succeeded
#28973
[DevTools] Expose "view source" options to Fusebox integration
Succeeded
#28972
[DevTools] Enable inspected element context menu in Fusebox
Succeeded
#28970
[DevTools] Check in `frontend.d.ts` for react-devtools-fusebox, include in build output
Succeeded
#28969
Introduce a faster version of the addProperties function
Succeeded
#28966
[Tooling] Update critical artifact list
Succeeded
#28965
[Fiber] render boundary in fallback if it contains a new stylesheet during sync update
Succeeded
#28964
Set enableUseMemoCacheHook to true everywhere
Succeeded
#28963
Stop committing resources to an external repo
Succeeded
#28962
Add `bun` to `react-dom`'s `package.json`.
Succeeded
#28959
typo: fix typos in codes.json
Succeeded
#28958
Float: Add support for crossOrigin="anonymous"
Succeeded
#28957
Jzhan force sync update
Succeeded
#28955
[react-native] Add unit test to ReactNativeAttributePayload
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
Build Activity
Succeeded
#146236
Reverted files that were accidentally modified from main branch Probably as a result of master -> main rename
Succeeded
#146235
Styled custom hook names too
Succeeded
#146233
Error source map stack frame check is now lazy instead of during module init
Succeeded
#146215
Enabled external hooks test
Succeeded
#146181
Enabled external hooks test
Succeeded
#146164
Install nested Yarn packages before testing DevTools
Succeeded
#146157
Add DevTools ext. node_modules to Circle CI cache
Succeeded
#146150
Add DevTools ext. node_modules to Circle CI cache
Succeeded
#145780
Explicitly install nested DevTools extension dependencies for tests
Succeeded
#145767
Enabled external hooks test
Succeeded
#145764
Enabled external hooks test
Succeeded
#145676
Added an LRU cache and eviction strategy for source code/ASTs
Succeeded
#145626
Added option to lazily parse hook names for only the currently inspected component
Succeeded
#145574
Map hook to hook name (rather than array) for sub hooks
Succeeded
#145557
Fixed timeout logic error in hook names cache
Succeeded
#145279
Bump Node cache version in Circle YML
Succeeded
#145274
Intentionally Yarn install before running DevTools tests
Succeeded
#145273
Intentionally Yarn install before running DevTools tests
Succeeded
#144941
Refactored AST utils slightly
Succeeded
#144887
Account for Error stack frames having source maps already applied Refactored code to account for the fact that, in some environments, Error stack frames will already have source maps applied (so the code does not need to re-map line and column numbers).
Succeeded
#144873
Account for Error stack frames having source maps already applied Refactored code to account for the fact that, in some environments, Error stack frames will already have source maps applied (so the code does not need to re-map line and column numbers).
Succeeded
#143862
Prevent Jest from configuring Error source-maps
Succeeded
#143861
Fixed stack trace errors. Added additional tests
Succeeded
#143798
Reorganized tests slightly
Succeeded
#143795
Remove hard-coded mappings.wasm file from source Do a just-in-time copy from node_modules as part of the build process for the browser extension builds
Succeeded
#143793
Remove hard-coded mappings.wasm file from source Do a just-in-time copy from node_modules as part of the build process for the browser extension buidls.
Succeeded
#143742
Removed injectHookVariableNames-test in favor of less hard-coded parseHookNames-test
Succeeded
#143732
Removed injectHookVariableNames-test in favor of less hard-coded parseHookNames-test
Succeeded
#143476
Test script auto-compiles all source files
Succeeded
#143393
Test script auto-compiles all source files
Succeeded
#143388
Added compiled test sources to Git repo Compiled source is not linted or formatted.
Succeeded
#143386
Moved feature flag override logic into test helper
Succeeded
#143383
Moved hook names parsing behind user setting
Succeeded
#143087
Moved hook names parsing behind user setting
Succeeded
#143085
Moved named hooks feature before enableHookNameParsing flag
Succeeded
#142983
Don't run DevTools tests for other targets
Succeeded
#142982
Prevent compiled external tests from being re-transformed again
Succeeded
#141014
Mis fixes: 1. Update to source-map 0.8 beta to fix initialization error. 2. Restructure test sources to enable lint/flow/prettier ignoring. 3. Updated tests (still some fail though)
Succeeded
#139666
Added unit tests for parseHookNames
Succeeded
#139140
Made debug hook source info optional
Succeeded
#139091
Merge branch 'master' into devtools-named-hooks
Succeeded
#138821
Updated hook names cache to account for new Suspense APIs This commit is not fully working but it does load and parse hooks from a test Code Sandbox app so I'm going to check it in as a work-in-progress.
Succeeded
#137609
Stub "fs" module for all DevTools builds
Succeeded

facebook/react    #146164

Started • duration: 05:02
bvaughn opened pull request #21641 to main
Loading Sandboxes...
Loading Packages...
Loading Install Instructions...
Finished!
Loading...