-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Extracting the type for wrapper in rpc-method-middleware handlers #23589
base: main
Are you sure you want to change the base?
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #23589 +/- ##
========================================
Coverage 68.27% 68.27%
========================================
Files 1141 1141
Lines 43873 43873
Branches 11765 11765
========================================
Hits 29954 29954
Misses 13919 13919 ☔ View full report in Codecov by Sentry. |
Builds ready [4461fd3]
Page Load Metrics (859 ± 555 ms)
Bundle size diffs
|
Builds ready [b21ec54]
Page Load Metrics (795 ± 455 ms)
Bundle size diffs
|
Builds ready [18f6b0a]
Page Load Metrics (1258 ± 464 ms)
Bundle size diffs
|
Builds ready [fc30dca]
Page Load Metrics (886 ± 474 ms)
Bundle size diffs
|
This PR has been automatically marked as stale because it has not had recent activity in the last 60 days. It will be closed in 14 days. Thank you for your contributions. |
This PR was closed because there has been no follow up activity in the last 14 days. Thank you for your contributions. |
c23d74b
to
22d92d7
Compare
Builds ready [bcb3345]
Page Load Metrics (1630 ± 52 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
LGTM ! |
Description
Part of #23014
The wrapper used by rpc-method-middleware handlers is having the same structure, so I am extracting the type to a separate re-usable file.
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist