upgrade to react-bootstrap v0.33.1 (#9372)

* upgrade to react-bootstrap v0.33.1

* fix test

* simplify proptypes

Co-Authored-By: Evan Rusackas <evan@preset.io>

* simplify more proptypes

Co-Authored-By: Evan Rusackas <evan@preset.io>

Co-authored-by: Evan Rusackas <evan@preset.io>
This commit is contained in:
David Aaron Suddjian
2020-03-26 11:16:49 -07:00
committed by GitHub
parent ccff6be969
commit cfa786850f
16 changed files with 413 additions and 328 deletions

View File

@@ -57,7 +57,7 @@ describe('ControlPanelSection', () => {
it('renders a label if present', () => {
expect(
wrapper
.find(Panel)
.find(Panel.Title)
.dive()
.text(),
).toContain('my label');