I discovered the bug in https://github.com/daattali/ggExtra/issues/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: <img width="912" height="533" alt="Image" src="https://github.com/user-attachments/assets/e4e0ca1e-dc17-46be-b34f-fef9c2668ce0" /> <img width="737" height="596" alt="Image" src="https://github.com/user-attachments/assets/269eab3e-8ee9-41ad-9c61-09cb66a4f063" />