fix(types): allow Tabs items to have boolean value#6146
fix(types): allow Tabs items to have boolean value#6146KazimirPodolski wants to merge 1 commit intonuxt:v4from
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 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)
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the 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 |
commit: |
On hold until Reka merges unovue/reka-ui#2485 (if it will).
🔗 Linked issue
None.
❓ Type of change
📚 Description
Tabs effectively allow boolean values as it works in runtime, but prints warnings in the console from props validation. This change adds boolean to the value type, no runtime changes.
📝 Checklist