docs(devtools): correct 'errorTypes' type to array#10634
docs(devtools): correct 'errorTypes' type to array#10634sukvvon merged 1 commit intoTanStack:mainfrom
Conversation
📝 WalkthroughWalkthroughThe ChangesFramework Devtools Documentation Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
|
View your CI Pipeline Execution ↗ for commit 13b9c00
☁️ Nx Cloud last updated this comment at |
🎯 Changes
Align the floating devtools docs with the exported
errorTypesoption type.The Preact, Solid, Svelte, and Vue docs listed
errorTypesas a single object, but the actual option is an array.Docs-only change.
✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit
errorTypesoption type specifications across framework documentation (Preact, Solid, Svelte, Vue) with corrected TypeScript signatures and improved formatting for enhanced clarity.