Open FezVrasta opened 2 years ago
I am also experiencing this issue.
Trying to update styled-components to >5.3.0 and running into the same issue! Has anyone found a work around? Really don't want to give up the "styled-components/macro" as it allows me to use the inline css
property.
import styled from 'styled-components/macro'
<Test css=`` />
same problem as well
Same problem
Environment
Create React App CodeSandbox template.
Reproduction
https://codesandbox.io/s/great-golick-s3ofx0?file=/src/App.js
Steps to reproduce
Define a styled component and then attempt to render it while assigning a
css
property to it.Expected Behavior
The app should render properly.
Actual Behavior
The problem seem to reproduce only starting from styled-components@5.3.4 on Code Sandbox, but on my local environment I can track it back to 5.3.0