fix(vue-query-devtools): use class attribute in templates#10635
fix(vue-query-devtools): use class attribute in templates#10635grzdev wants to merge 1 commit intoTanStack:mainfrom
Conversation
|
View your CI Pipeline Execution ↗ for commit cbd2f10
☁️ Nx Cloud last updated this comment at |
|
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 (3)
📝 WalkthroughWalkthroughThis PR corrects Vue template syntax in the devtools package by replacing the JSX-style ChangesVue Template Syntax Correction
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 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 |
🎯 Changes
Use the Vue
classattribute in Vue devtools template containers.The Vue devtools components were using the React/JSX-style
classNameattribute in.vuetemplates. This updates them to useclassinstead.✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit