Just wondering. There's a bug in popper 1 with backup placement and I hear it's fixed in 2.0.
There is some conversation about it on #241

Ok this sucks. Apparently reactstrap depends on react-popper which depends on popper.js 1.x package WHICH is deprecated and causing CI build failing due to deprecation warning in ALL my repositories.
Can we immediately switch to popper.js 2, like very urgently or undeprecate the latest version of popper.js please? 馃槩
Why does your build fail because of a warning?

Using GitHub Action. It fails on warning apparently?
You should probably tell Yarn to not throw warnings
I would love to do that but that's not possible at all.
You can create a .yarnrc file and put this in there:
loglevel error
Most helpful comment
Why does your build fail because of a warning?