I discovered the bug in daattali/ggExtra#182 and was sure it was my fault! But looks like it might not be? @thomasp85 I wasn't crazy :)
Run the following code in ggplot 3.5.1 and 4.0.0:
ggplot(mtcars, aes(x = factor(cyl), y = mpg)) +
geom_boxplot(alpha = 0.5) + theme_void()
These are the plots you get:
