babel-plugin-styled-components
Advanced tools
Comparing version 1.13.0-test.1 to 1.13.0-test.2
@@ -123,2 +123,3 @@ "use strict"; | ||
if (t.isMemberExpression(property.key) || t.isCallExpression(property.key)) { | ||
replaceObjectWithPropFunction = true; | ||
const name = path.scope.generateUidIdentifier('css'); | ||
@@ -125,0 +126,0 @@ elem.node.attributes.push(t.jSXAttribute(t.jSXIdentifier(name.name), t.jSXExpressionContainer(property.key))); |
{ | ||
"version": "1.13.0-test.1", | ||
"version": "1.13.0-test.2", | ||
"name": "babel-plugin-styled-components", | ||
@@ -4,0 +4,0 @@ "description": "Improve the debugging experience and add server-side rendering support to styled-components", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37565
694