-
Notifications
You must be signed in to change notification settings - Fork 69
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
chore: add typescript types for BaseCard
#3320
chore: add typescript types for BaseCard
#3320
Conversation
// @ts-ignore | ||
import CardBody from './CardBody'; |
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.
If people are happy with this implementation for BaseCard
I'd be more than happy to update CardBody
in a similar manner so we don't need this @ts-ignore
here
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## Peter_Kulko/remove-bootstrap-base-card #3320 +/- ##
==========================================================================
+ Coverage 93.84% 93.85% +0.01%
==========================================================================
Files 230 230
Lines 3849 3857 +8
Branches 927 899 -28
==========================================================================
+ Hits 3612 3620 +8
- Misses 230 233 +3
+ Partials 7 4 -3 ☔ View full report in Codecov by Sentry. |
2a0f617
to
d68b2ff
Compare
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.
Thanks for this! I was embarrassed to rewrite this component on TS because I thought that in the future we would definitely want to rewrite the entire component at once :)
d68b2ff
to
f95bac1
Compare
9965409
into
openedx:Peter_Kulko/remove-bootstrap-base-card
Great Job !!! |
Hopefully this does the trick for getting #3318 into
.tsx
land