Update installation command for devtools to dev dependency#399
Update installation command for devtools to dev dependency#399danny-does-stuff 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)
📝 WalkthroughWalkthroughThe quick-start documentation's npm install commands for React, Preact, Solid, and Vue devtools (and their Vite plugin variants) were changed to use 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)
📝 Coding Plan
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 Tip CodeRabbit can use oxc to improve the quality of JavaScript and TypeScript code reviews.Add a configuration file to your project to customize how CodeRabbit runs oxc. |
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/quick-start.md`:
- Line 13: Update the Preact, Solid, and Vue installation commands to install
TanStack devtools as devDependencies like the React section: replace the
existing "npm install `@tanstack/react-devtools` `@tanstack/devtools-vite`" (or
similar) lines in the Preact, Solid, and Vue sections with "npm install -D ..."
so all framework sections consistently use the -D flag for devtools; check the
section headers "Preact", "Solid", and "Vue" to locate the exact lines to
change.
🎯 Changes
add
-Dto install command in quick start to match the instructions on the installation page✅ Checklist
pnpm test:pr.🚀 Release Impact
Summary by CodeRabbit