Open
Description
Otherwise everything still seems to work. I was using the following:
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Upgraded styled-components to 5.0.0 and everything works, but no displayNames, just a hash. Tsconfig is unchanged and this is the relevant section of my tsconfig.json:
"plugins": [
{
"transform": "typescript-plugin-styled-components",
"type": "config",
"minify": false,
"displayName": true,
"ssr": false
}