React-popper: Any idea when you'll move to Popper.js 2.0?

Created on 16 Jan 2020  路  7Comments  路  Source: popperjs/react-popper

Just wondering. There's a bug in popper 1 with backup placement and I hear it's fixed in 2.0.

Most helpful comment

Why does your build fail because of a warning?

All 7 comments

There is some conversation about it on #241

image

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?

image

Using GitHub Action. It fails on warning apparently?

You should probably tell Yarn to not throw warnings

You can create a .yarnrc file and put this in there:

loglevel error
Was this page helpful?
0 / 5 - 0 ratings

Related issues

Argonanth picture Argonanth  路  4Comments

souporserious picture souporserious  路  6Comments

giladgray picture giladgray  路  3Comments

souporserious picture souporserious  路  5Comments

rolandjitsu picture rolandjitsu  路  5Comments