Conversation
WalkthroughIntroduces explicit TypeScript function signatures for several axis-related selectors and adds an explicit exported Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Bundle ReportBundle size has no change ✅ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6710 +/- ##
=======================================
Coverage 94.03% 94.03%
=======================================
Files 500 500
Lines 42657 42662 +5
Branches 4901 4901
=======================================
+ Hits 40111 40116 +5
Misses 2541 2541
Partials 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9126328 to
298698b
Compare
ckifer
left a comment
There was a problem hiding this comment.
Nice. I started to get towards this as a solution but didn't have the integ test to confirm 🙏
Description
Typescript was reporting error in types, even though we never imported those types directly. Turns out that TS compiler would inline some inferred types in the output d.ts file which caused the trouble.
So in this PR I am replacing the inferred types with explicit types that do not need any imports.
Once this is merged I will enable the skiplibchecks in CI so that we are protected from regression.
Related Issue
Fixes #6664
How Has This Been Tested?
recharts/recharts-integ#83
Types of changes
Checklist:
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.