Describe the bugisInteractive for Badge does not work when evergreen is used within a project that has classnames v2.2.6
Other areas may be affected too.
Fix is to bump the version range for classnames from ^2.2.6 to ^2.3.0 – which is the version that is resolved in the yarn.lock file, and therefore what is used in the examples (which is why you do not see the bug by default)
Describe the bug
isInteractive
for Badge does not work when evergreen is used within a project that has classnames v2.2.6Other areas may be affected too.
Fix is to bump the version range for classnames from
^2.2.6
to^2.3.0
– which is the version that is resolved in theyarn.lock
file, and therefore what is used in the examples (which is why you do not see the bug by default)To Reproduce Steps to reproduce the behavior:
classnames
at^2.2.6
<Badge isInteractive />
componentReproduced here: https://codesandbox.io/s/delicate-thunder-0sqb3d
Expected behavior Opacity of Badge to drop to 0.8
Evergreen Version v6.9.10
Environment (please complete the following information):