Fix incorrect code in example 12 of BitButton demo page (#12287)#12288
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughA parameter name correction in the BitButton demo code updates the Changes
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 |
There was a problem hiding this comment.
Pull request overview
Fixes the sample code in Example 12 of the BitButton demo page by correcting the BitRippleLoading parameter name from Size to CustomSize (per #12287).
Changes:
- Updated Example 12 sample markup to use
CustomSize="20"onBitRippleLoadinginstead ofSize="20".
closes #12287
Summary by CodeRabbit