Extend the key fix from https://github.com/recharts/recharts/pull/6623 to the other pages that suffer from the same bug#6637
Conversation
WalkthroughTwo React view components (APIViewNew and GuideView) now include key props tied to the current page on their main containers to force component remounts during page navigation. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (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)
🔇 Additional comments (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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6637 +/- ##
=======================================
Coverage 94.15% 94.15%
=======================================
Files 493 493
Lines 41104 41104
Branches 4783 4782 -1
=======================================
Hits 38700 38700
Misses 2399 2399
Partials 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Bundle ReportBundle size has no change ✅ |
Description
API and Guide pages were also affected by the same bug.
Related Issue
#6618
Summary by CodeRabbit
Release Notes