fix(docs): remove duplicate code block in query integration guide#7190
fix(docs): remove duplicate code block in query integration guide#7190CBell045 wants to merge 2 commits intoTanStack:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughRemoved an unscoped Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/router/integrations/query.md`:
- Line 82: The duplicate heading "# React" triggers markdownlint MD024; wrap the
repeated framework heading block by inserting a localized markdownlint
disable/enable pair around the duplicate heading (disable MD024 before the
repeated "# React" and re-enable after) so the heading text can remain unchanged
while silencing the duplicate-heading lint warning for that block.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: dae43d94-aa2a-4efc-b4de-bc96521bc697
📒 Files selected for processing (1)
docs/router/integrations/query.md
|
this is not the correct fix. dont add solid. remove the duplicate code block. |
Summary by CodeRabbit