I'm faced with a similar problem. In my case the reason was the use of styled-components >= 6
. Since version 6 the automatic addition of prefixes has been disabled. You need to explicitly specify that they are needed using enableVendorPrefixes
in StyleSheetManager
.