-
Notifications
You must be signed in to change notification settings - Fork 373
chore: migrate reactstrap to react bootstrap #8897
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
base: master
Are you sure you want to change the base?
Conversation
this has a failing test that seems to be something new. here are docs to run the tests locally: |
d68f38c
to
9cfda9f
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #8897 +/- ##
==========================================
- Coverage 77.67% 77.66% -0.02%
==========================================
Files 577 577
Lines 29044 29066 +22
Branches 3573 3549 -24
==========================================
+ Hits 22561 22574 +13
- Misses 6318 6332 +14
+ Partials 165 160 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -578,3 +578,15 @@ | |||
height: 100%; | |||
background-color: rgba(20, 19, 19, 0.3); | |||
} | |||
|
|||
.visually-hidden { |
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.
- All these
!important
rules feel like a hack - can they be avoided? - Is there a caller for this class? Neither in pre-existing nor in new code I can find one.
9cfda9f
to
1737df9
Compare
This made a lot of changes. Thankfully, there is a very similar, modern package called
react-bootstrap
that I was able to upgrade to. This looks to be working quite well. But I am not able to log into Push Health to check that yet.