Looking to implement disableVendorPrefixes
and disableCSSOMInjection
, new features in TypeScript for v5.
Encountering a TypeScript error (
TS2769: No overload matches this call.
) when trying to use them. Is there a workaround since @types/styled-components does not yet support v5?
Versions:
"styled-components": "^5.0.0"
"@types/styled-components": "^4.4.2",
Reference: https://styled-components.com/docs/api#stylesheetmanager