Visit localhost:3000 and click the "Green (click to switch)" element. You'll see that the color doesn't change, despite the code properly swapping to a blue style. This is because the blue style is overridden with another green style:
This second green style is the result of two conflicting
Link to the code that reproduces this issue
https://github.com/blairmcalpine/styled-components-repro
To Reproduce
This second green style is the result of two conflicting