You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected (This is actually what I was sending, it was pretty confusing)
"background-color: rgb(24, 107, 237)"
Received: (This is what was actually expected)
"background-color: rgb(24,107,237)"
For me to get it working I had to do something different
I am having the same issue as described in Issue#89
the value is correct but somehow the styled-components remove all spaces in the value and does not get strictly compared to the same value passed
`
"Value mismatch for property 'font-family'"
`
Versions:
"styled-components": "^5.2.3"
"jest-styled-components": "^7.0.3"
The text was updated successfully, but these errors were encountered: