This PR turned out to be not as straight forward as I thought. I've updated all the dependencies, especially reactstrap to 7.1.0 - their breaking change introduced an render time crash if our plaintext mode was used. This is fixed with this release. Due to the reactstrap update I'll bump our version to 3.0.0.
Checklist
Please ensure that you've fulfilled the following tasks:
[x] My code follows the style guides of this project and yarn lint does not throw errors
[x] My code is well tested and did not decrease the test coverage
Summary
This PR turned out to be not as straight forward as I thought. I've updated all the dependencies, especially reactstrap to 7.1.0 - their breaking change introduced an render time crash if our plaintext mode was used. This is fixed with this release. Due to the reactstrap update I'll bump our version to 3.0.0.
Checklist
Please ensure that you've fulfilled the following tasks:
yarn lint
does not throw errors