-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WRR-5260: Convert Slider/SlideBehaviourDecorator to functional component #1728
base: develop
Are you sure you want to change the base?
Conversation
…eature/WRR-5260
…eature/WRR-5260
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1728 +/- ##
===========================================
- Coverage 80.90% 80.89% -0.02%
===========================================
Files 148 148
Lines 6678 6673 -5
Branches 1989 1989
===========================================
- Hits 5403 5398 -5
Misses 968 968
Partials 307 307 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Checklist
Issue Resolved / Feature Added
Slider/SlideBehaviourDecorator was a class component.
Resolution
Converted Slider/SlideBehaviourDecorator to be functional component instead of class component.
Additional Considerations
Links
WRR-5260
Comments
Enact-DCO-1.0-Signed-off-by: Paul Beldean [email protected]