Breaking change introduced in v11.1.0
Author: giorgioloriniCreated May 4, 2026Updated Sep 15, 2026
A breaking change related to custom css was silently introduced in v11.1.0:
CSS now injected at mount via useStyleSheet (prerequisite for nonce).
This causes a different injection order for css styles, causing the override of css variables not to work anymore unless the !important tag is added.
Source: fkhadra/react-toastify